Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Ankit Bindal
2,830 PointsIdeas for projects in python.
I have been using python for almost an year now. I have made two GUI applications using tkinter. But now I am lacking any new ideas for an application. Please suggest some python project ideas, for intermediate level. P.S. I am not interested in making games, and I want my app to be useful, not for fun only.
Alexander Davison
65,469 PointsMake a todo-list application with graphics!
Akhilesh Gandhe
1,177 PointsThanks Christopher
1 Answer
Sarfaraj Alam
14,074 PointsYou can create many awesome web applications, desktop application and you can also write plugins for sublime text. I was searching for Python Project Ideas then I found this link https://instanteduhelp.com/python-project-ideas-final-year-engineering-students/ They have listed awesome python project ideas. You can find the interesting one for yourself.
C H
6,587 PointsC H
6,587 PointsIf you want to work with a gui and want to make an "app" with python I recommend taking a look at "http://kivy.org/#home" for cross-platform compatibility. As far as specific ideas go, the sky is the limit. For training/educational projects there are lots of lists out there such as this: "https://www.reddit.com/r/beginnerprojects"