Skip to content

A coworker and I wanted a fun python challenge, and decided to write python scripts to play the Wikipedia game.

Notifications You must be signed in to change notification settings

Isaak-Malers/Wiki-Game-1-hour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wiki-Game-1-hour

A fun last-hour-of-work challenge for friday to sharpen some python skills:

program inputs and outputs

A script that uses a few libraries to play the python "Wikipedia Game" and find the shortest possible paths between two wikipedia pages. Uses multi-processing to speed things up, but unfortunately the wikipedia library used is highly CPU dependant as it uses a fairly hefty XML parser to read the page text. It is probably possible to extract page hyperlinks without "rendering" the HTML into an XML schema in memory. This would be substantially faster, but a lot more work to implement.

About

A coworker and I wanted a fun python challenge, and decided to write python scripts to play the Wikipedia game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages