I am new on Django and Python. I want to write a program with Django. So please share me useful ideas and concept. How can I set up Django in my Windows OS.
I am confused and occur some errors while I read ebooks. Share me with all experiences please in step by step.
The first thing you should do is get yourself a project, it can be anything. The classic django-learning project is a blog.
Python is fairly easy to learn once you have some programming experience. I recommend that you go through the official tutorial. This Google class also looks pretty good. You don’t need to know the standard library all that much — just enough python to find your way around whenever you need something. I’d say you can pick up python in a few afternoons of work.
After that, go through the Django tutorial to get an idea of how to get started. Then start with your project using the docs which are quite good. They also contain an overview and installation section which may be handy. After you’ve gotten your feet wet, read the Django book and then go fix all the things that could be better about your project.
Just like with any kind of programming, the key is to be constantly practising and improving your code.