Re: [Tutor] What all technologies should a python developer know?

2013-07-17 Thread Alan Gauld
On 17/07/13 16:09, wolfrage8...@gmail.com wrote: I am not so suprised as I used to be. Since I have seen that schools do not teach like they should, instead they skip the fundamentals and head straight to teaching a language It gets worse. We used to have a local university that taught a very

Re: [Tutor] What all technologies should a python developer know?

2013-07-17 Thread Dave Angel
On 07/17/2013 11:09 AM, wolfrage8...@gmail.com wrote: On Wed, Jul 17, 2013 at 8:42 AM, Dave Angel wrote: I could continue, randomly attacking other aspects of a development environment. The point is that there are traps everywhere, and beautiful symmetries everywhere. Learn how to re

Re: [Tutor] What all technologies should a python developer know?

2013-07-17 Thread Dave Angel
On 07/17/2013 08:00 AM, Tim Golden wrote: On 17/07/2013 12:13, Karan Goel wrote: So I want to be good at python (web) development. What all technologies do I need to know? Git. Linux. Django. webapp2. Heroku? What else? How proficient should I be in each? You don't *need* any of those specifi

Re: [Tutor] What all technologies should a python developer know?

2013-07-17 Thread Darin Lawson Hosking
Speaking as a self taught old school tech instructor to a beginning tech wanting to start right. Learn the basic technology first Basic HTML formating gets vs posts reading writing files Parsing strings / regex inserting, searching and deleting via "SQL" communication standards RSS XML JSON etc..

Re: [Tutor] Deleted dictionary length not reporting

2013-07-17 Thread Steven D'Aprano
On 17/07/13 16:48, Jim Mooney wrote: On 16 July 2013 20:42, Steven D'Aprano wrote: Here's a question for you, to test your Python knowledge: What knowledge? I've been fooling around in this awful AZ heatwave and only got to chap 5 in the Lutz book. ;') Assuming that some_list is already a

Re: [Tutor] How to write on Planet Python

2013-07-17 Thread Francois Dion
On Jul 17, 2013, at 7:12 AM, Karan Goel wrote: > How do I publish a post on Planet Python (http://planet.python.org/). I > cannot find any information for contributors. At the bottom of the list of blogs is this: To request addition or removal: e-mail planet at python.org (note, responses can

[Tutor] How to write on Planet Python

2013-07-17 Thread Karan Goel
How do I publish a post on Planet Python (http://planet.python.org/). I cannot find any information for contributors. - Karan Goel Goel.im | Resume | Github __

[Tutor] What all technologies should a python developer know?

2013-07-17 Thread Karan Goel
So I want to be good at python (web) development. What all technologies do I need to know? Git. Linux. Django. webapp2. Heroku? What else? How proficient should I be in each? (x-post from the reddit thread) - Karan Goel Goel.im | Resume