Python Tutorial Notes

Python Tutorial NotesShort Description
Python Tutorial Notes. Jacob Lee, SigPLAN. February 21, 2004. 1 Introduction. Python is a modern programming language with a wide range of applications, …

Website: www.acm.uiuc.edu | Filesize: 62kb

Content
Python Tutorial Notes
Jacob Lee, SigPLAN
February 21, 2004
1 Introduction
Python is a modern programming language with a wide range of applications,
from simple scripts to large-scale software development. Python’s most widespread
niche is scripting and rapid prototyping, but it is also used for everything from
web application frameworks (such as Zope) to graphics programming (such as
PyGame). Well-written Python programs are readable, elegant, and simple;
they also tend to be shorter than implementations in other, less dynamic, languages.
Whitespace
The most immediate di?erence most programmers notice when seeing python
code for the ?rst time is that blocks are delimited not by braces (like in C) or
by keywords (like in BASIC), but by whitespace and indentation. Many people
never get over this fact and categorically dismiss Python because…

Get the file Download here

AddThis Social Bookmark Button
Related Books:
  • A Quick, Painless Tutorial on the Python Language
  • Interfacing C/C++ and Python with SWIG
  • A brief Python tutorial
  • Python Tutorial
  • Python Tutorial
  • XML and Python Tutorial
  • Python Tutorial
  • Python Mini Tutorial

  • Related Searches: , , , ,



    Comments

    Leave a Reply