Python for Professionals
Go from zero programming experience to becoming an analyst/engineer/accountant who can code in Python, automating tasks and working with data!
Who is this course for?
FREE PREVIEWWhat is the terminal? (Mac)
What is the PowerShell? (Windows)
What is Python?
Install Python on Mac
Install Python on Windows
Installing our IDE
Writing our first program
Keyboard Shortcuts
FREE PREVIEWPython for Professionals AI Assistant
Written Guide
FREE PREVIEWData Types
What are expressions? Introducing the math operators
Comparison Operators
Variables
Section Quiz
All About Strings
Getting user input
f-strings
Strings are immutable (unchangeable)
Useful string methods (functions)
Project #1 - Name Information
Project #1 - Solution
Project #2 - Altering Sentences
Project #2 - Solution
Section Quiz
What is flow control?
If statements
Match statements
For loop
While loops
Avoid errors with try/except
Project #1 - Positive, Negative, or Zero
FREE PREVIEWProject #1 - Solution
Section Quiz
Lists
For loops & list comprehension
List methods (functions)
Lists vs Strings
Jupyter Notebooks
Dictionaries
Dictionaries continued
Project #1 - Storing Employee Info
Project #1 (Solution)
Section Quiz