Week 1 Preview
Week 1 Content
Introduction to core concepts
- Introduction and explanation of key datatypes: This week will cover all of the key datatypes - with explanation of how and when to use.
- Examples using the code: All concepts illustrated with multiple examples - helping reinforce your understanding.
- Hands on experience: Exercises to get your familiar and confident with using the basics.
Course Content
Expand All
Strings
6 Topics
Expand
Module Content
0% Complete
0/3 Steps
Lists
7 Topics
Expand
For Loops
3 Topics
Expand
Module Content
0% Complete
0/3 Steps
If statements
6 Topics
Expand
Week 1 Wrap Up
1 Topic
Expand
Running your first Python code
One of the most famous code-examples, that everyone getting into code for the first time will learn, is ‘Hello World!’ – a simple program that simply prints the word ‘Hello World!’. We’ll cover far more useful examples in the first class, but by clicking run below, you will run your first Python code! Congratulations!