In the repository "Programming-Basics-with-Python-February-2023" you will find the following folders and information:
- First Steps in Coding
- Conditional Statements
- Conditional Statements Advanced
- For Loop
- While Loop
- Nested Loops
- Drawing Figures with Loops - Additional Exercises
- Exam Preparation Exercises
- Exam
- Official Certification issued by Software University. The authenticity of this document can be confirmed using the QR code located at the bottom of the certificate
- README file
Within the folders, you will find detailed documentation and breakdown of the content I've studied each week.
Each week's folder presents the topics I covered, the depth of study undertaken, comprehensive details about the challenges addressed, and insights from my course progression.
The "Programming Basics" course equips students with the foundational programming competencies required for all technology majors at Software University.
This encompasses writing programming code at an entry level, familiarising with a development environment (IDE), employing variables, data structures, operators, and expressions, interfacing with the console (reading input data and outputting results), utilising conditional statements (if, elif, else) and using loops (for loop, while loop and nested loops).