Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.96 KB

File metadata and controls

43 lines (33 loc) · 1.96 KB

Course: Introduction to Programming with Python

This course is designed for students who have no prior experience with programming. In this course, you will learn the fundamental concepts of programming and how to apply them using Python. You will learn about variables, data types, control structures, functions, and objects. By the end of the course, you will be able to write basic programs using Python.

  • Activity 1: Install Visual Studio Code
    • Downloading and installing Visual Studio Code
  • Activity 2: Basic Terminal Commands
    • Navigation and listing files
    • Creating and deleting files and directories
  • Activity 3: Install Conda
    • Installing Conda
    • Creating and activating Python environments using Conda
  • Activity 1: What are variables?
  • Activity 2: Declaring and assigning variables
  • Activity 3: Data types in Python
  • Activity 1: Conditional statements
  • Activity 2: Looping statements
  • Activity 1: Introduction to functions
  • Activity 2: Declaring and calling functions
  • Activity 3: Parameters and return values
  • Activity 1: Introduction to objects
  • Activity 2: Creating objects
  • Activity 3: Object properties and methods
  • Activity 1: Project - Create a simple guessing game using Python

Estimated time to complete this course is approximately 20-30 hours.

To help you with your learning, here are some additional resources: