Get Started with Python Programming: Part 1 - Fundamentals
At a glance
-
Level
-
Skill
-
Product
-
Subject
Python is one of the world's most popular and versatile programming languages. This learning path walks you through the fundamentals—from writing your first lines of code to organizing reusable logic with functions. You'll also learn to use Visual Studio Code with GitHub Copilot to accelerate your development. By the end of this learning path, you'll have the foundational skills needed to begin building Python applications.
Achievement Code
Would you like to request an achievement code?
Modules in this learning path
Get started with Python programming. Learn to display output, accept user input, and manipulate strings to build your first Python program.
Learn how to store and manipulate data in Python. Explore variables, dynamic typing, numeric operations, and type conversion.
Set up a professional Python development environment. Learn to install Python and VS Code, manage packages with pip, and write code with GitHub Copilot.
Learn how to control the flow of your Python programs using Booleans, comparison operators, conditional logic, and logical operators.