Python Collections - Tuples and Lists In this article, we'll learn in depth how to work with tuples and lists in Python, their operators and methods and, of course, list comprehension.
Iterators, Generators and Some Functions in Python In this tutorial we'll take a look at iterators and generators. We'll also deepen our knowledge of comprehensions and learn a few built-in functions.
Exceptions in Python This tutorial introduces exceptions in Python, try-except blocks, the "finally" construct and "with" notation. Serves as a preparation for file operations.
Introduction to Working With Files in Python This tutorial introduces to working with files in the Windows OS, explains write rights and UAC, and shows the use of appdata for our application's data.
Date and Time in Python A tutorial that demonstrates the use of date and time in Python. It shows the time and calendar libraries and mentions the problem of 2038.