Ratings & reviews
Lucy M.
4 days ago
It was a bit confusing at first but once I got a hang of it all went well.
Liam S.
4 days ago
This course taught very well, explained everything clearly and really spared the unnessecary "small talk", which made every word important and interesting to read.
Mohamed I.
4 days ago
Excellent training method
Complete all chapters to get certificate
0%
Variables and Types
Here, you'll learn how to store items like numbers and text in computer memory, recalling them by name. You'll also get a taste of text manipulation in Python.
Conditional Statements
Here, you'll delve into the boolean data type and discover its role in creating programs that respond to specific conditions.
Other Data Types
Continuing with data types, this section will teach you how to group varied attributes within a single variable using lists, tuples, and the intriguing dictionaries.
Functions
To wrap up our introductory course, you'll explore some built-in functions and then embark on creating your very own!