ποΈ 16.1 Python For PMs
It's time to learn how to code! This may be the module you've been eagerly waiting for since this program beganβor the one you've been dreading most of all. If you are already familiar with Python, you may breeze through it, focusing only on submitting assignments. If you are an experienced coder in another language but new to Python, you will have an easier time than most and are sure to find that adding another language to your toolkit is a valuable asset.
ποΈ 16.2 Intro to Colaboratory π―
This section includes an Activity π―
ποΈ 16.3 Variables
Now that you have Colab set up, it's time to start learning Python! The first concept you'll tackle is variables. Variables are one of the fundamental building blocks of programming. In this checkpoint, you will learn what variables are, why they're useful, and the different kinds of data types a variable can take on in Python.
ποΈ 16.4 Collections
π§ The lesson is being updated as you read.
ποΈ 16.5 Functions
π§ The lesson is being updated as you read.
ποΈ 16.6 Strings
π§ The lesson is being updated as you read.
ποΈ 16.7 Numbers
π§ The lesson is being updated as you read.
ποΈ 16.8 Conditional Logic
π§ The lesson is being updated as you read.
ποΈ 16.9 Lists
π§ The lesson is being updated as you read.
ποΈ 16.10 Dictionaries
π§ The lesson is being updated as you read.
ποΈ 16.11 Objects & Modules
π§ The lesson is being updated as you read.
ποΈ 16.12 API's I
π§ The lesson is being updated as you read.
ποΈ 16.13 API's II
π§ The lesson is being updated as you read.
ποΈ 16.14 Read Files
π§ The lesson is being updated as you read.