|
|
|
|
|
by iamelgringo
6375 days ago
|
|
Django is a framework for creating web applications. Twisted is a framework for network programming. Scrapy is a framework for scraping web pages. If you're thinking about learning web development with Python, I'd suggest Django. Other Python web frameworks are TurboGears, Pylons, Web.py or Cherry.py. Django tends to have the best documentation and probably the largest community right now, however. |
|