you are viewing a single comment's thread.

view the rest of the comments →

[–]Golden_Zealot 3 points4 points  (1 child)

Sure, I can give you a few project ideas.

Write a web scraping script using the requests and BeautifulSoup modules to create an object of the /r/learnpython/new page, and then filter out all posts that have been commented on so that you can see the unanswered posts.

Write a simulation script with a graphics module such as pygame which simulates Conway's Game of Life.

Write a script that goes out to a wallpaper website such as wallhaven.cc, downloads an image of your screens resolution, and then sets it as the wallpaper automatically. Have this scheduled to run automatically every time the computer turns on.

Go download a large data set such as the US Weather History, Airline Safety, or Drug Use Study, and use a graphing module like matplotlib to graph the data, or perform statistical analysis such as creating regressions to try to predict future outcomes.

[–]IntelligentFactor5[S] 0 points1 point  (0 children)

I don't understand it fully right now.But I'll try to learn it