Starting to learn Python

I’ve just started learning Python. I’m reading the Dive into Python book online since I didn’t really like the official tutorials that the python docs has. From my experience with the language so far I’m really starting to like it. First I thought it looked a little messy since it only uses indentation to enclose code blocks (instead of curly brackets that many other languages use). However I’ve now started to like the fact that every programmer has to indent their code, or it won’t work. To many times have I seen code that either isn’t indented at all or is indented in a very weird way.

I was also looking at Ruby before I chose Python but after looking at some source-code I thought the Python code was clearer and easier to understand.

What I am really after is using it for web programming. I want to see if I like it more then PHP.


Om den här posten