Our Schedule
Curriculum:
Session 1
Introduction to CodeConnect and the significance of computer science.
Career pathways in the computer science field.
Popular programming languages.
Overview of Python and its applications. Why Python?
Session 2
Setting up the Python environment (installation and basic setup).
Writing your first Python Program: “Hello, World!”
Understanding variables and data types in Python.
Exploring numeric and string data types.
Session 3
Recap of session 2 and brief review of variables and data types.
Hands-on exercises: Creating variables and performing operations.
Introduction to loop: while and for loops.
Looping through lists and strings
Session 4
Recap of session 3 and brief review of for and while loops.
What is the advantage of using loops?
Using loops for repetitive tasks and iterations.
Hands-on exercises: implementing loops in Python programs.
Session 5
Introduction to control-flow statements (if-else statements).
Decision-making in Python: Conditional statements.
Hands-on exercises: Writing programs with if-else statements.
Conclusion: What are the next steps?