Entry #1698528784
Congratulations!
You have completed Module 2.
Well done! You’ve reached the end of Module 2 and completed a major milestone in your Python programming education. Here’s a short summary of the objectives you’ve covered and become familiar with in Module 2:
- the basic methods of formatting and outputting data offered by Python, together with the primary kinds of data and numerical operators, their mutual relations and bindins;
- the concept of variables and variable naming convetions;
- the assignment operator, the rules governing the buidling of expressions;
- the inputting and conveting of data;
You are now ready to take the module quiz and attempt the final challenge: Module 2 Test, which will help you gauge what you’ve learned so far.
Update @ 17:34
Update @ 18:11
Moving on to Module 3!
Python Essentials 1:
Module 3
Boolean Values, Conditional Execution, Loops, Lists and List Processing, Logical and Bitwise Operations
In this module, you will learn:
- The Boolean data type;
- relational operators;
- making decisions in Python (if, if-else, if-elif,else)
- how to repeat cose execution using loops (while, for)
- how to perform logic and bitwise operations in Python;
- lists in Python (constructing, indexing, and slicing; content manipulation)
- how to sort a list usning bubble-sort algorithms;
- multidimensional lists and theor applications.