Python I - Programming Fundamentals
Course Overview
This beginner programming course introduces students to the essentials of coding using Python 3, focusing on foundational concepts like data types, variables, loops, and functions. Students will learn to write Python code within the Visual Studio Code IDE, developing skills to build a simple text-based adventure game. This course lays the groundwork for more advanced studies in computer science.
Course Objectives
- Gain foundational knowledge of programming concepts including variables, conditionals, loops, and data structures.
- Develop proficiency in Python by learning syntax and writing code.
- Become comfortable with code editors like Visual Studio Code.
- Apply problem-solving skills to tackle programming challenges.
- Understand and implement best practices in code readability and version control.
- Demonstrate knowledge with a text-based adventure game that utilizes all course concepts.