User Tools

Site Tools


user:bh011695:portfolio:pythoncr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
user:bh011695:portfolio:pythoncr [2011/05/16 13:22] – created bh011695user:bh011695:portfolio:pythoncr [2011/05/17 14:27] (current) – [References] bh011695
Line 1: Line 1:
 +====== Python Programming Language Tutorial ======
 +===== Objective(s) =====
 +To learn the basics of the Python Programming Language: Syntax, Conditional Statements, Modularization, and Object Oriented Programming.
 +===== Materials/Readings/Prerequisites =====
 +Python Essential Reference - David M. Beazley
 +
 +Learning Python Fourth Edition
 +
 +[[http://docs.python.org/tutorial/ | Python Documentation]]
 +===== Background =====
 +What would a contractor be without tools? Certainly not a good one. What kind of tools are at a programmer's disposal? Languages! Each tool has it's own special purpose. Same goes with programming languages. Lets say you need something you can easily port onto different platforms for whatever purpose. Well, Python is extremely portable. Not to mention it has an extensive amount of libraries at your disposal. All kinds of things like converting between number systems, doing socket programming, and a bunch of math functions all right out of the box. If you've done C programming, Python's a cakewalk.
 +===== Procedure =====
 +[[http://lab46.corning-cc.edu/user/bh011695/portfolio/pythontutorial|http://lab46.corning-cc.edu/user/bh011695/portfolio/pythontutorial]]
 +===== References =====
 +http://lab46.corning-cc.edu/notes/projects/python
 +http://rene.f0o.com/mywiki/LectureTwo
 +