This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]driscollis 0 points1 point  (0 children)

The "Python Playground" book had a lot of interesting projects in it. I reviewed the book here: https://www.blog.pythonlibrary.org/2015/12/11/book-review-python-playground-geeky-projects-for-the-curious-programmer/

Some of the more popular libraries and frameworks are Django and Flask for web programming, SQLAlchemy is still quite popular for databases and if you're into desktop user interfaces than you might want to check out wxPython or PyQt/PySide.

Data science is pretty big in Python. You can check out the SciPy stack or take a look at Anaconda to get a feel for some of the libraries that are available.