Table of Contents » Chapter 1 : Preliminaries : First Steps
First Steps
Now that you have read a bit about programming in general and have been introduced to Python in the previous sections of this chapter, let's get started with some hands-on fundamentals of using Google CoLab and Python. Over the next few pages you'll get your computer set up to begin using CoLab, learn about the first Python function (some people refer to these as "commands"), and learn about documenting your code using a feature in programming called comments.
Note: If you have not worked through the previous sections in this chapter yet, I recommend you do so before proceeding.
- Start here → Computer Setup
- Python print() Function
- Comments