+ 5
Python project Ideas
Hello everyone, I have been doing Python 3 for a while and I am still learning. For me best way to remember what I learnt is by doing small projects. I have done some small projects like 'guess my number' and 'rock, paper, scissors'. All text based. Now I don't know what to do next. I am out of ideas. Any suggestions?? Thanks in advance
9 Antworten
+ 10
If you want to experiment a bit with GUIs, try:
www.codeskulptor.org
It has a simplegui module embedded, which lets you build nice applications - for Windows only, though.
Other, non-GUI projects might include:
- webparser
- SQL database manager
- geolocation or other API usability
- etc.
+ 8
@ArchKoder I really recommend this MOOC here:
https://www.coursera.org/learn/machine-learning
+ 8
That's cool. I did another course on coursera.org on pandas library, which allowed me to enter machine learning for Python, specifically.
+ 5
If you're looking for project ideas, the Android app "Programming Ideas 2" has a bunch:
https://play.google.com/store/apps/details?id=com.alansa.ideabag2
+ 4
Have you learned how to use the "tkinter" module yet?
+ 4
If you haven't completed the course yet then I suggest you do. ☺ You can still code as you go but when you completed the course then you can work on projects. You'll then have an arsenal of skills you can use to complete your projects.
I'd suggest trying out every "Try it yourself" in the course to get the idea of the topic you're on to stick in your head. Other than that, try to complete the course first.
+ 4
Plz tell me about some MLearning Projects from beginners to Advanced!
+ 3
Thanks Kuba Sir I was introduced to this course earlier but I found It theoretical so I jumped straight to learning python3 libraries but now I will take it seriously
+ 2
No not yet. I have only learnt like the basics. Things like if, else , loops, lists and dictionaries.