-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Requests #119
Comments
Ideas Notebook appI've been trying to think of a good web app to build. Ideally it will be simple enough to focus more on using Django to build an app than focusing on the logic of the app; but complex enough to see a number of interesting features of Django. I always recommend that people keep an "ideas notebook" when they're learning to program. This would be a great project, and one simple enough that people could build it and then use their own version of it. |
Sound generation projectsMany students love to play with music-generation software. Something as simple as generating a series of tones and shifting them in different ways. A sample project here: See the python-rtmidi project, python-midi, python music links. |
3d Mapping TutorialThe Visualizing Global Earthquake Activity has always been well-received. Someone recently requested an extension of this project that would show how to deal with more dimensions of data:
I would love to get to this at some point, but I probably won't dig into it for a while. This would be a great project for someone to write up. I'd also like to process a geospatial dataset such as an ocean floor mapping dataset, and generate an image of the landscape. I'd like to do this for mountains as well. |
Map elevation data. Given a set of lat, lon, and elevation (or depth) measurements, make a contour map of the surface. See mplot3d. |
Photo filters. You can make a simple photo filter in 20-30 lines of code, and they're super fun to play with. They open a lot of avenues for further investigation, and they're a great learning project. |
A simple CLI or desktop app that stores info in an sqlite db. Working with dbs is powerful, but usually involves building a web app. How can you build a standalone CLI or desktop GUI app that sits on top of a database? |
One of the main draws of the site is the idea that someone can use the site to learn Python, and then jump into a variety of projects. This is a thread to collect ideas and requests for specific projects in one place.
The text was updated successfully, but these errors were encountered: