Python
has taken over the programming world with a storm and has now become
one of the most popular languages. You might have your doubts, but
Python is growing at a rate which is faster than that of any other
programming language. Being a well documented language, it provides for
good coding skills along with excellent error handling. Python is now
being extensively used by sites like Google, YouTube, Facebook,
SuggestionBox, Quora, etc. thus making it extremely important for every
sphere of business activity.
You may prefer to read a few awesome books on Python if you prefer.
Regardless of whether you are a beginner or an advanced learner, you can learn Python language online through the following (completely free) resources:
You may prefer to read a few awesome books on Python if you prefer.
Regardless of whether you are a beginner or an advanced learner, you can learn Python language online through the following (completely free) resources:
Interactive Websites To Learn Python Online
These are some sites that have made the python learning much easier by providing more interactive interface for students.- Python Monk This is a Free, interactive collection of tutorials learn python in browser.
- Python Tutorial On Codeacademy This is very interactive browser based tutorial for python programming.
- Code Skulptor
- Coursera Python Course An Introduction to Interactive Programming in Python by Rice University.
- Try Python
Free Websites
If you wish to understand Python language from scratch or simply want to add on to your existing knowledge base, you can seek help from the one of the online websites which renders free of cost services in teaching you all the nuances of the language.- LearnPython.org
- How to think like a computer scientist : Learning Python This books is also available from greenteapress Greenteapress: Learning Python
- Official Python Tutorials
- Invent with Python- Learn to Prgram python by making games
- After Hours Programming tutorial on python
- Beginning Python for Bioinformatics
- Instant Hacking
- Learning to Program
- Learning Python for complete n00b
- Python Bibliotheca This a resourceful site for learning python and contributing to the community. You can collaborate with teachers and students of python.
Free Video Tutorials
Online video tutorials is another way in which you can dive into the language and learn the various idioms and features, which are otherwise difficult to understand by means of reading.- Python from Scratch - Creating a Dynamic Website By Nettuts+
- Python 101 Tutorials Series on Youtube
- Google Python Class Compilation Playlist for 2 Day Training
- Introduction to programming with Python and Tkinter
- A hands-on introduction to Python for beginning programmers
- Python Tutorials for Beginners
- Python Programming Tutorials - 3+ Hours
- Python Fundamentals Training Videos Playlist by NewCircle Training Provider
- Learn Python Through Public Data Hacking
- Python Programming Basics Tutorial by NewBoston
- Python Video Tutorials By Alison This site provides lessons and also evaluates your performance based on a assessment test.
- Python Web Development: Understanding Django for Beginners
- Python 3 Programming Video Tutorials
Free Ebooks
You will come across a lot of e-books on Python language which can easily be downloaded for free. These books provide good examples along with clean formatting and cover all basic as well as advanced concepts of this programming language.- Learn Python The Hard Way This site provides a free ebook on python along with a paid video subscription option to learn python. This training program focuses on learning by experience and trying sample code on your own.
- Handbook Of The Physics Computing Course
- Google's Python Class Python tutorials by Google developers.
- Intermediate And Advanced Software Carpentry In Python Class Handouts for a course taught at Lawrence Livermore National Lab
- Introduction To Algorithms: Python A Python version of Introduction to Algorithms course by MIT university.
- Python Ecosystem An Introduction This course assumes you have a basic knowledge of python and working knowledge of linux.
- A Byte Of Python This book is targeted for beginners. Very basic knowledge of computer use is required.
- Data Structures And Algorithms: Python This online book focuses on Data Structures and Algorithms with Object-Oriented Design Patterns in Python
- Dive Into Python This is free book for experienced python programmers. Its available for online reading as well as multiple formats such as PDF, MS Word and more.
- The Django Book This book is about one of the popular Python frameworks DJango.
- Invent Your Own Computer Games With Python This book provides you the complete source code for a new game, and also teaches you the game programming concepts using examples.
- Making Games With Python & Pygame This book focuses on graphics based games development using python and a library pygame.
- Natural Language Processing With Python This book focus on natural language (e.g. English) processing using python.
- Python For Fun This is tutorial is a compilation of handy python programs that you can learn from.
- Snake Wrangling For Kids This is a ebook, for kids 8 years and older, who would like to learn python programming.
- Think Python
- Wikibooks’ Non-Programmers Tutorial For Python
- Building Skills In Python A book for beginners to learn each feature step by step.
- Porting To Python 3: An In-depth Guide This book focus on porting your python 2 code to python version 3.
Best Free Web Community, And Forums To Get Help
There is a large online community of python users who interact with each other by means of various web forums. You can easily gain access to these free web forums and interact with specialists.- Google Group For Python Developers This is one of most active forums of python. You can ask questions related to python programming problems and related libraries.
- Stackoverflow On Stackoverflow you can tag your question with Python and get answers. Remember to search and browse the already asked questions before asking.
- Python-Forum This is dedicated web forum for all python related stuff. You can discuss and ask questions about specific popular libraries and frameworks as well.
- Python Programming Forum By Devshed
- Python Challenge Forum If you are looking for learning ins and outs of Python, you can try taking the Python Programming challenge and get some help and hint on this forum.
- Python On Heroku Forum This is a dedicated forum for python developers who use Heroku platform for their applications.
- Head First Python Forum This is forum dedicated for Head First Python book readers to ask questions and get help.
- PyCon The international community for the Python programming language holds several conferences each year.
Best Free Python Mailing Lists To Ask Questions
Mailing lists are good way to get help directly in your inbox. Sometimes too many emails can be bothering, however you can choose this way if you like or really need some help urgently. Remeber to browse thru mailing list archive and do web search before throwing a question into a mailing list.- Tutor Mailing List
- Python-help Mailing List This is python.org's help desk by volunteers. You can ask questions about Python related problems.
Best Free Cheat Sheets For Python
These cheat sheets do not function like a comprehensive book but provide for a quick overview of the language, something that you can refer to any time.- OverAPI Python API Page This is a really handy one pager reference for all Python functions. There are many other languages available on this site including Java, jQuery, Node.js Ruby and more.
- Python Cheatsheet By AddedBytes
- DZone Python Cheatsheet
- Python Cheatsheet Python Cheatsheet by Department of Cognitive Science.
- Python Cheatsheet By Prof. Grant Petty This is cheatsheet available from Prof. Grant Petty from University of Wisconsin-Madison.
- Python Cheatsheet By University Of Florida This is another one page cheat sheet in HTML format by Department of Astronomy at the University of Florida.
- Python Language & Syntax Cheat Sheet also available at Cottage Labs
- Python Cheat Sheet
- Python 3 Cheat Sheet
- Searchable Cheat Sheet For Python This one pager python cheatsheet also provides a convenient option to search the method names.
- Python For Dummies A Cheatsheet very useful for beginners in python programming.
- Python Script Explaination This sheet provides a quick explanation of Python statements in a simple infographic way.
- Python 2.6 Quick Reference
- Basic Python Cheat Sheet Basic Things you need to know for python.
- Python Cheatsheet Created By Liam Gibbings A Google docs shared Python Cheatsheet Created By Liam Gibbings.
- Django Cheat Sheet Django cheat sheet by Andrew Durdin and Henry Kunz
- Python Quick Reference Card Python Quick Reference Card covers python 2.4.
- Python 2.7 Regular Expression Cheatsheet A really handy cheatsheet for regex users in python.
Best Python Blogs Worth Following
Below are some blogs about python programming that can keep you updated with latest trends in python and related ecosystem.- Python Weekly This is a free weekly newsletter about python programming and related things.
- Planet Python
- Armin Ronacher's Thoughts And Writings A blog on python related articles by Armin Ronacher, who is a lead developer on couple of popular python projects.
- The “Invent With Python” Blog The blog by popular python book author Al Sweigart.
- Coder Who Says Py A blog with articles related to Python development.
- Bite Sized Python Tips Article and tips related to python.
- Effbot.org An unofficial python blog by google engineer Fredrik Lundh.
- PYDANNY Blog of Author Daniel Greenfeld about Python, Django, and related technology.
- Python Library A python blog by Mike Driscoll
- Real Python Blog Useful python tips and tutorials.
- Love Python Blog A useful blog on Python tutorials, sample code, programs and more.
- Jeff Knupp's Blog Jeff Knupp's Blog On Python Programming.
Post a Comment