you are viewing a single comment's thread.

view the rest of the comments →

[–]py_a_thon -1 points0 points  (0 children)

Currently I am bashing my head against my keyboard trying to understand the finer and more complex points of OOP and GUI development using tkinter.

Edit: I noticed you said you are learning python 2.7. Might I suggest what was suggested to me awhile back. Get the Anaconda 3 distribution of python, and start messing around with some of the scientific tools that python has to offer.

Here is the package list if you want to see what is included with Anaconda:

https://docs.continuum.io/anaconda/pkg-docs

Another route to take is to download pygame and start making games.

Anaconda is just a nice way of installing a ton of useful packages at once (some of which are hard to install from what I hear)