Python: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 1: Line 1:
[[file:python.png|right|frame]]
[[file:python.png|right|frame|Python programming language<ref>http://www.flaticon.com/</ref>]]


Python is our language of choice as it is the CS introductory programming language in many universities and it is a wonderful learning language. Below are topics related to Python and learning how to program in Python.  
Python is our language of choice as it is the CS introductory programming language in many universities and it is a wonderful learning language. Below are topics related to Python and learning how to program in Python.  

Revision as of 17:02, 17 March 2016

Python programming language[1]

Python is our language of choice as it is the CS introductory programming language in many universities and it is a wonderful learning language. Below are topics related to Python and learning how to program in Python.


Basic ideas

functions in Python

simple lists in Python

managing exceptions in Python

variable scope in Python

Problem sets

Squaresmall.png

Strings: making HTML tags

More advanced topics

moving around a small grid

References