Teach Yourself Python using Google's Python class

Recently I found an interesting video and later found this! It's a collection of well thought-out tutorials and videos with exercises (right now not very useful for me though :p). It's done under Google Edu project. I have checked couple of videos and looked at the exercises. I think it's a very good resource for someone who wants to learn Python. So, if you are a python beginner you will find Google's Python Class useful, but if you already know these basic Python stuffs, what you can do is to share so that another Python newbie can get help. :)

Comments

Popular posts from this blog

Strip HTML tags using Python

lambda magic to find prime numbers

Convert text to ASCII and ASCII to text - Python code