Search Results

5
votes

What fundamental skills are needed for programming?

If I had to choose three qualities in a student I had to teach, I would have to choose enthusiasm (willingness to learn), curiosity (the hacker mindset), and Logical reasoning …
1
vote

Python, beyond the basics

I'd suggest writing a non-trivial webapp using either Django or Pylons, something that does some number crunching. No better way to learn a new language than commiting yourself to a problem and lea …
24
votes

What did you use to teach yourself python?

The official tutorial is great, as is Dive into Python. However, I tought myself …
1
vote

Did you ever switch from one programming language to another?

I started, like many, writing webapps in PHP. As I learned more and more about programming, and realized what an unmaintainable mess PHP was (as well as how cluttered the language was itself), I tr …
2
votes

I tried to learn Python and Ruby but [I need a good project with which I can learn them]

An IRC bot is a great first project! It's quite rewarding too, instant gratification from talking to the beast you crafted out of the ether. See …