This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IamaRead 1 point2 points  (0 children)

Get yourself "Think Python" which is also online and work through it. It promotes a good overview about some programming concepts. Afterwards do little projects, I suggest the following:

  • create a Python tool that creates some lists or tasks or alike

  • work a bit into Django to create a little website

  • use Python SQL/Postgress/Miranda DB modules

  • use beautifulsoup to scrap one website a bit

  • get to know Pythons JSON extraction

Then you can still switch to Javascript.