Trying to complete all projects from Martyr2’s Mega Project List (github.com)
Trying to complete all projects from Martyr2’s Mega Project List.<p>Note: If you fork this repo to solve these projects in any language of your choice, please remove all my code, and start from scratch; you'll benefit a lot. Do not send pull requests.<p>Some details:<p>I will use Python to solve these. Why? Because I want to learn the language quickly.
I have no interest in making games, so I'm excluding those from the list below.
I'm not interested in networking, so I might skip all (or some) of them.
The projects will not be made in the order posted.
I may not be able to complete all of them.
My method of solving them may not be the best.
I will link to each project that I complete. Some will be in this same repo, some bigger ones will have dedicated repos.<p>To get started, fork this repo, delete this README and rename README-scratch.md to README.md.<p>Note: I have't read any problem while creating this repo. I'll read them as I start solving the problems. Hence, there is no prior filtering of problems. Keeps things spicy. :)
14 comments
[ 5.1 ms ] story [ 50.4 ms ] threadHere is a link to the list: http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-...
Of course, in my version, I'd generate the value of Tau.
[1] http://stackoverflow.com/questions/102535/what-can-you-use-p...
[2] http://docs.python.org/library/itertools.html
as far as my background goes sophmore in college self taught python.Know java, some c from classes but i've never done any GUI work.
EDIT: forgot to mention, both PyQt and PyGTK have decent tutorials on their website. You could also use Tkinter, which comes with Python and runs everywhere, but IMHO it looks terrible.
edit:
lists of tools and frameworks: http://wiki.python.org/moin/GuiProgramming
question raised in SO: http://stackoverflow.com/questions/115495/is-python-any-good...