Learning Django - A Good Startup Project

I am currently starting to learn Python and Django together, and I have gained some theoretical knowledge to help me.

However, after a good project that I can dig, I will offer me experience with Python, Django, MySQL, HTML5, CSS3 and various initiatives such as OpenID and possibly even with payment processes such as PayPal.

I don’t understand where to start. I really want to code something functional, and not just “hello world” or “list of books / authors / publishers”.

Did someone have a similar situation when you learned to write? I would like to hear ideas and past experiences. I assume this applies to any language, not just Python / Django. Thanks!

+8
python django project
source share
2 answers

If you want to use payment processing, you probably should do some kind of store.

For one, I have a kikstarter / rockethub clone project queued in my list of projects designed to work. But you should try to think about what you will use, and at the moment it is not there, something that will solve your own needs, so you kill two birds with one stone.

Or try making an old webapp bookstore, but use Facebook / Twitter / Google, etc. API and add html5 functionality to the site ... the possibilities are endless.

+2
source share

Some suggestions:

  • Personal blog.
  • Social network, think about something ... Social network for cat lovers? for hunters?
  • Do free stuff for your friends / family or even promote yourself.
  • Improve an existing website. Don't you like Google? Create the best search engine!
+1
source share

All Articles