Introduction to Python Course- Beginner-Friendly Level
New to programming? Python is free and easy to learn if you know where to start! These lessons will help you to get started and orient you to the language quickly.
What is Python?
Mac/Linux installation
Windows Setup
Interpreted vs compiled programming languages
Creating and running our first Python script
Setting up our integrated development environment (IDE)
What is a number?
What is a string?
String manipulation
Boolean operators
What are lists in Python?
Dictionaries
What is a variable?
Built-in Python functions
Defining functions
Implementing arguments to a function
Default arguments
Keyword arguments
Infinite arguments
Return values
If-else statements
For and while loops
Importing modules into a Python script
Project #1 - Building a calculator