Friday, June 6, 2014

On 11:07 PM by Unknown   No comments
We bring you a list of good resources that cater to the need of beginners wanting to try out the goodness of Python. Let’s take a look at each one of them.

Python, Python Resources, Beginners, The Hitchhiker’s guide to Python, Learn Python the hard way, Google’s Python class, Python tracks at Codecademy, Python Monk, Python Tips, tools and resources, Python Koans, LearnStreet Python course, Beginner projects for a python newbie, PySchools




1. The Hitchhiker’s guide to Python

-This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis. Currently under heavy active development.

2. Learn Python the hard way

-This book instructs you in Python by slowly building and establishing skills through techniques like practice and memorisation, then applying them to increasingly difficult problems. By the end of the book you will have the tools needed to begin learning more complex programming topics.

3. Google’s Python class

-Free class for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding.

4. Python tracks at Codecademy

-Consists of Python Syntax: a tutorial that will introduce you to Python. Then there's Tip Calculator: After completing the lesson on Python Syntax it makes you put your new-found skills to use.

5. Python Monk

-Free, interactive tutorials to help you discover Python idioms, in your browser!

6. Python Tips, tools and resources

-Includes a great set of resources including Books, MOOCs, Video Tutorials, Interactive tutorials, exercises which can get you started with Python.

7. Python Koans: Learn Python through TDD

-Python Koans is an interactive tutorial for learning the Python programming language by making tests pass. Most tests are fixed by filling the missing parts of assert functions.

8. LearnStreet Python course

-By the end of this course, you'll have a solid understanding of the Python language, and be able to complete some cool projects in the Code Garage section.

9. Beginner projects for a python newbie

-You’re a new coder. You’re interested in learning how to code, not just syntax. Your hand will be held in the beginning, but as you progress you’ll see yourself approaching the projects more comfortably.

10. Python Practice book

-This book is prepared from the training notes of Anand Chitipothu. Anand conducts Python trainings classes on a semi-regular basis in Bangalore, India.

11. Facts and myths about Python names and values

-The behavior of names and values in Python can be confusing. Like many parts of Python, it has an underlying simplicity that can be hard to discern, especially if you are used to other programming languages. Ned Batchelder explains how it all works, and present some facts and myths along the way.

12. Common newbie mistakes in Python- Part 1

-Each part of this series will focus on a different common mistake, describe what causes it and offer a solution.

13. PySchools

-This website is designed to help you in your learning of Python Programming Language. The website comes with 3 main sections: Learning Python, Practices and Challenges.

Source: Best Python Resources 

0 comments:

Post a Comment