1.Python Basics
In this chapter, you will learn about the basics of writing code in Python. Even with the small amount of Python you learn here, you should be able to write short programs that will run on your computer.
This reading may seem a bit longer because we have tried to present many examples to help illustrate the concepts. As you read through this chapter, remember that we do not expect you to remember everything the first time – try to focus on understanding the broad concepts, and then refer back to the chapter as you go through exercises on the worksheet or assignment.
2. Flow control
3. Functions
4. Programs
1.Python Basics
In this chapter, you will learn about the basics of writing code in Python. Even with the small amount of Python you learn here, you should be able to write short programs that will run on your computer.
This reading may seem a bit longer because we have tried to present many examples to help illustrate the concepts. As you read through this chapter, remember that we do not expect you to remember everything the first time – try to focus on understanding the broad concepts, and then refer back to the chapter as you go through exercises on the worksheet or assignment.
1.Python Basics
In this chapter, you will learn about the basics of writing code in Python. Even with the small amount of Python you learn here, you should be able to write short programs that will run on your computer.
This reading may seem a bit longer because we have tried to present many examples to help illustrate the concepts. As you read through this chapter, remember that we do not expect you to remember everything the first time – try to focus on understanding the broad concepts, and then refer back to the chapter as you go through exercises on the worksheet or assignment.
- Flow control
- Functions
- Programs