The best way to learn Python-Python learning path

Source: Internet
Author: User

Ref: http://net.tutsplus.com/tutorials/the-best-way-to-learn-python/ post

Mark Dunne

Python is more popular than ever, and is being used everywhere from back-end
Web servers, to front-end game development, and everything in. python is a true general purpose language and is quickly becoming a must-have tool in the arsenal of any self-respecting programmer.

But Python isn' t popular just because it's popular. it is easy to learn, reads like pseudo-code, and is wickedly agile. however, learning any new language can be a daunting task, and finding the right places and people to learn from is half the battle. that's
Where this Guide can help. This is your blueprint for making Python easy, fun and rewarding to learn.

Assignment 1: start with the basics

At the time of this writing, there are two main versions of python in circulation: Python 2.7 and Python 3.2. which you choose to learn really doesn't matter too much, as the differences will be minimal-especially to a beginner. but you shoshould know that, while
Python 2 has far, far more 3rd party support, Python 3 is the primary focus of the developers designing the language. the choice is yours, but if your code acts differently to any given tutorial, make sure you use the same Python version used in the tutorial.

Wikibooks 'non-programmers tutorial
For Python

Wikibooks is always a great source to learn something new, and python is no exception. here you will find a solid and to the point series of guides that will teach you the ropes of Python. it doesn' t get too technical, and you can jump into coding something
Somewhat useful and rewarding pretty quickly. Because of this, I recommend this site as the best place to start on your python journey.

The official Python tutorial

You won't find a better source of information than the official python.org documentation. however, if you want to jump right in, as I'm sure you will, this might not be the best place to start.

The content tends to be more technical than wikibooks, which will be helpful later on as you progress through the language. but, for a beginner, it may just get in the way of what really is a very simple and beautiful language.

For beginners, the biggest difference between Python 2 and Python 3 will most likely be that python 2 can useprintWithout
Parentheses. Python 3 requires parentheses, but that's all.

Assignment 2: tutorials and screencaststhenewboston's Python Programming
Tutorials

Thenewboston's playlists are always great, and you can learn a whole host of ages. 'bucket' is a great extends uctor because he strikes a really great balance between being funny while also being easy to listen. I highly recommend any of his playlists-especially
His Python playlist. He assumes zero prior knowledge of programming and will leave you with a firm grasp of the language.

Nettuts +'s python from scratch

A little closer to home is Giles Lavelle's intro to Python. Like thenewboston's series, Lavelle also assumes zero prior programming experience.

If you want to see some real-world applications of your applications, or wocould like to aim towards web development with python, this series might be the one for you.

The screencast takes you from nothing to building a dynamic website using a Python web framework called Django.

Showmedo's Python screencasts

Stackoverflow isn't just full of 'newbie 'errors and problems.

Showmedo has a huge catalogue of Python related videos. while it may not be the most user friendly experience around, the videos range in level from absolute beginner to the most advanced Python techniques. it is well worth checking out.

Build
A python bot that can play web games

This tutorial is pretty specific in terms of what you're going to learn, and I do not recommend it for a complete beginner. I feel, however, that it's worth a mention. in this Guide, Chris Kiehl shows you how to build a very interesting Python bot that will
Play a simple game for you. The tutorial really goes to show the power of Python; it can be applied to do everyday repetitive tasks that you may have on your computer.

Assignment 3: free e-books!

Its hard to beat a good book when your trying to learn something new, and with the great community that has developed around the Python language, there is a plethora of free high quality e-books to choose from. below is a quick list of some of the best. you
Can download a free e-book version for each of them, or you can choose to buy the physical book (or donate) If you want to support the author, which I'm sure they wowould greatly appreciate.

Learn python the hard way

Despite the name, learn python the hard way makes learning Python incredibly easy-the way it's meant to be! In this book, Zed A. Shaw works from the ground up giving you a detailed and comprehensive guide to Python without getting in your way of the actual
Coding. Shaw is informal but thorough, making the book an easy but rewarding read.

Think Python: how to think like a computer
Scientist

You won't find a better source of information than the official python.org documentation.

As the sub title might suggest, "How to think like a computer scientist", think Python stays a little more towards the theoretical side of things. this may prove a little frustrating for a total beginner, but the book is well worth the read in regards to Algorithm
Theory and high level concepts.

Invent with Python

If 'learning by doing' is your thing, then building your own game will prove to be a rewarding experience! In this book, Al Sweigart assumes no prior knowledge of Python and takes you all the way to building your own game. Given that the book is geared
Game Development, the book may move a little quickly for a total beginner. later on in this article, I mention a similar book of his where he assumes a prior knowledge of Python. if you feel you are have a good grasp of the language, then his other book might
Be a better resource for you.

The Django book

If you want to learn python for web development, then you're probably going to be using the Django framework. this book assumes fluency in Python, But it teaches Django as if you are a beginner to the framework. the Django book is as good as they come and will
Be invaluable for any budding web developer.

Python books

If you don't have enough to read yet, or want a book on a specific topic, then you shoshould follow this link. The folks over at python.org have
Complied an extensive list of books, sorted by difficulty and topic.

Assignment 4: Get familiar with stackoverflow

Thousands of developers have experienced every problem that you are bound to face. stackoverflow is
A great resource where Developers find solutions to their problems. when you happen upon an error that you're not sure how to fix, search stackoverflow. you will more than likely find a solution and how other people solved their problem.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.