Changes between Version 1 and Version 2 of IrcFAQ
- Timestamp:
- Feb 19, 2007, 8:00:46 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IrcFAQ
v1 v2 1 This is a work in progress, answering questions that do indeed get asked frequently on the Django IRC channel. 1 This is a work in progress, answering questions that do indeed get asked frequently on the Django IRC channel. Feel free to contribute, but try to keep it clear and concise. 2 2 3 ---- 4 5 = Python = 3 = Python questions = 6 4 7 5 == How do I learn Python if I'm new to programming? == … … 20 18 Yes. http://wiki.python.org/moin/PythonBooks 21 19 22 ---- 23 24 = Django = 20 = Django questions = 25 21 26 22 == Which version should I use, the 0.95 release or the Subversion checkout? ==