0% found this document useful (0 votes)
16 views

Python For Beginners - A Practic - Daniel Correa - Part10

Uploaded by

Kabir West
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
16 views

Python For Beginners - A Practic - Daniel Correa - Part10

Uploaded by

Kabir West
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 3
book’s authors and includes many of the elements covered in this book. We recommend that you download and take a look at the “Cheat Sheet.” It consists of two images containing multiple code snip- pets organized by categories. You can down- load the first image from this link: https:// github.com/PracticalBooks/Python-For-Beginners/ blob/main/Cheat-Sheet-Part-l.png and the sec- ond image from this link: https:// github.com/PracticalBooks/Python-For-Beginners/ blob/main/Cheat-Sheet-Part-2.png. These code snippets include various tricks (TO1 to T85), and some have checkboxes that you can select or mark, At the end of most chapters in the book, you will find instructions on which tricks in the “Cheat Sheet” to mark, indicating the code snippets that have already been explained theoretically and prac- tically (see Figure 1-2). in - Cheat Sheet janielgarax) and Pacla Vé Types of variables 701) rane = "Maria" 102%) age - 7037] height = 165.20 704] hasKids = True 7057] nanes = [] mos" ] car = () Figure 1-2. Excerpt of the Cheat Sheet, where the reader marks two seen tricks. We recommend you print the “Cheat Sheet” and mark it with a pencil or pen. Or, if you prefer, down- load the image, and mark it digitally using programs such as “Paint”, “Word”, or any other. There are a total of 85 tricks or code snippets that you should understand by the end of this book. Summary This chapter introduced the book, including its structure and essential features created to facili- tate reading and learning the elements that will be taught. Now let’s start our journey to the world of program- ming!

You might also like