Introduction to Python: Accelerated series
In this series, we're going through the basics of Python in an accelerated way.
We have 6 consecutive sessions:
1st session -Orientation-: Let's start from scratch, learning about what a programming language is, most common types of variables, input and output...etc
2nd session: We're going to learn some mathematical operations (+ - * /) and conditions.
3rd session: This session is about understanding what a loop is, types of loops, and how to use them.
4th session: Strings, Lists and tuples are the main interest of this session, how to use built-in strings and lists functions to solve problems.
5th Session: We're going through functions and how to add them and use them.
6th session: a Final test. (the result of this test is not a big problem, just to know how effective was the series and what are the problems everyone faced). :P