PySchools Python Quick Reference Guide

Welcome to Pyschools Python Quick Reference Guide

Contents   ::   Tao of Programming  »

Welcome to Pyschools Python Quick Reference Guide

This website is for programmers who have some experience in other programming langauges, and would like to have a quick look at how similar actions can be achieved with the Python Programming Language. Therefore, the focus of this guide is to highlight the Python Programming rules and syntaxes, and not on the concept of programming.

For beginner’s guide to Programming, you may refer to one of the following resources:

  1. A Byte of Python
  2. How to Think Like a Computer Scientist

Python Console

_images/pyconsole.png

Contents:

Contents   ::   Tao of Programming  »