Topic outline
Unit 0: Introduction
Here you can find some general information about the course, an introduction to Python, useful links
The goal of this course is to provide the students with the basic tools to analyze and synthesize simple programs in Python language. The language Python is a powerful tool for solving problems through the development of simple computer programs. The students will be instructed also on simple data structures and some of the most used software libraries for Python.
Please give us some details about you and your knowledge. Your answers will be used to improve the course, be honest, please!
We suggest Wing (Personal edition) as the basic IDE to develop and debug Python programs. It is more flexible and complete with respect to IDLE, the native Python IDE included in the official distribution.
Unit 1: Basics
Let's start to work with some Python basics
You can obtain the list of the keywords by typing:
help()
at the Python prompt and then
keywords
You can obtain the symbol list by typing:
help()
at the Python prompt and then
symbols
Unit 4: Tuples and lists
Python supports a variety of useful aggregates
Conclusions
To be filled after attending the course!
Please give us some details about you and your knowledge. Your answers will be used to improve the course, be honest, please!