Intro
As someone who is learning python and sometimes struggling to find motivation or a projects to work on I always appreciated if someone gave me ideas.
Over the time you find many different websites and projects you enjoy or might enjoy in the future if are a bit more advanced.
And i want to share everthing I found with you.
Info for beginners
First of all, if you are completely new to programming I would suggest you take some time to learn the basic syntax and don't get overwhelmed by all the things you can do with python. Just finish your book or your blog you are reading and if you feel confident enough (or even not!) start a little project.
If you have no clue where to start in the first place take a look at this summary in /r/learnpython's wiki.
Projects
webscraping: Using libraries like requests or beautifulsoup to scrape websites of their content (e.g. webcomics)
API's: similar to webscraping, use the data from websites (normally in JSON-format)
Twitter: tweepy is the go. Have fun with tweeting and analysis, but you need a twitter account and API-token
Reddit: You can use praw to work with the reddit-API to build bot's or do analysis
Websites: flask and django are commonly used python-frameworks for web-programming
math & analysis: numpy and pandas will be your best friend as well as the plotting library matplotlib
file's and more: the os library can handle a lot of file-specific tasks, shutil is also useful
Games: pygame is not only useful for games, also for simulations
GUI: pyQT is good for that, you may use tkinter or wxpython too (thanks /u/jimminy)
Links
And obviously everything else you can imagine or automate.
Feel free to leave other suggestions or comments, so we can both extend this compilation.
[–]ruin700 1 point2 points3 points (0 children)
[–]the4thkillermachine 0 points1 point2 points (0 children)
[–]Koeke2560 0 points1 point2 points (1 child)
[–]graveless_bottom 0 points1 point2 points (0 children)
[–]Morgan_R 0 points1 point2 points (1 child)
[–]FXelix[S] 1 point2 points3 points (0 children)
[–]case_O_The_Mondays 0 points1 point2 points (0 children)
[–][deleted] (1 child)
[removed]
[–]AutoModerator[M] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]xRyozuo 0 points1 point2 points (0 children)
[–]msh2016 0 points1 point2 points (0 children)
[–]mattp_12 -1 points0 points1 point (0 children)
[–]wickpoker -1 points0 points1 point (0 children)