Python
django: Web Development for Perfectionists with Deadlines
By venkat - Posted on January 5th, 2008
Django is an open source web application framework, written in Python, which loosely follows the model-view-controller design pattern. It was originally developed to manage several news-oriented sites for the World Company of Lawrence, Kansas, and was released publicly under a BSD license in July 2005; the framework was named after gypsy jazz guitarist Django Reinhardt.
- Add new comment
- 297 reads
- 1 hour 14 min
- 297 plays
Advanced Python or Understanding Python
By venkat - Posted on January 5th, 2008
The Python language, while object-oriented, is fundamentally different from both C++ and Java. The dynamic and introspective nature of Python allow for language mechanics unlike that of static languages. This talk aims to enlighten programmers new to Python about these fundamentals, the language mechanics that flow from them and how to effectively put those to use. Among the topics covered are duck-typing, interfaces, descriptors, decorators, metaclasses, reference-counting and the cyclic-garbage collector, the divide between C/C++ data and Python objects and the CPython implementation in general.
This video is part of Google Tech Talks Series.
- Add new comment
- Read more
- 273 reads
- 1 hour 15 min
- 273 plays
ReUsable Web Components with Python and Future Python Web Development
Tagged:
Google Tech Talks September 13, 2006 by Ben Bangert works as a Senior Software Engineer in the Online Publishing Group at O'Reilly Media.
- Add new comment
- Read more
- 115 reads