Archive
Posts Tagged ‘course’
visiting Finland
August 31, 2017
Leave a comment
Last week I gave a 2-day long intensive introductory Python course at the University of Jyväskylä, Finland. It went well :)
The course was for students who already learnt programming but never used Python before. We covered the following topics: introduction, strings, lists, loops, tuple data type, list comprehension, control structures, functions, set, dictionary, file handling. We also solved a lot of exercises. Total length of the course was 2 x 5 hours.
Python course in Milan, Italy
July 1, 2015
Leave a comment
In the last two days I gave an intensive Python course at the University of Milan, Italy. It was good. As I saw the students liked it too :)
Here is the schedule of the course:
Day 1 ===== - introduction - string data type - list data type - loops (for, while) - tuple data type - list comprehension - control structures - functions Day 2 ===== - set - dictionary - global variables - file handling - classes, objects - modules - random numbers - downloading webpages - JSON serialization




You must be logged in to post a comment.