Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python web programming [closed]

I started learning Python through some books and online tutorials. I understand the basic syntax and operations, but I realize that the correct way to understand the language would be to actually do a project on it.

Now when i say a project, I mean something useful, maybe some web app. I started searching for web programming in python and landed on a couple of tutorials referencing a very complex code. most of it was based upon, i think, CGI programming.

now what i would really appreciate is if someone could provide certain guidelines on how a beginner like me can understand the various aspects of programming the web through python. because the things i am seeing are just confusing me. can anyone please help?

like image 260
amit Avatar asked Jul 30 '09 20:07

amit


2 Answers

+1 for django, though the "django book" is a little simpler to understand (especially if you're just getting start with python): http://www.djangobook.com/en/2.0/

like image 155
pklall Avatar answered Oct 21 '22 04:10

pklall


If you want to create a powerful web application with Python, Django is the way to go. You can start with the documentation at http://docs.djangoproject.com/en/dev/ or the Django Book (I recommend the latter). It's a bit complicated to grasp as a beginner, but it's totally worth the hassle :)

Good Luck!

like image 43
Gerald Senarclens de Grancy Avatar answered Oct 21 '22 05:10

Gerald Senarclens de Grancy