from Guide to Skillshare

Coding 101 - Python for Beginners

Hello there! Welcome to the resources page for the Skillshare Coding 101 class. For each lesson, follow these steps:

  1. Watch the corresponding lesson first.

    1. If your in-lesson code doesn't work, see my code in In-Lesson Code. You can usually find the mistake by just comparing my code with yours, character for character.
    2. If you would like to take notes, see the Slides. The "Recap" slide is a good cheat sheet.
  2. Review the text summary. You should understand what the summary means, but you don't need to memorize it. Summaries here ae made to just jog your memory.

  3. Complete exercises to practice coding.

    1. For Self-Guided Exercises, click on the Exercises link and do your best! These are "open book"; refer freely to course resources. See answers and explanations in Solutions.
    2. For Guided Exercises, follow along with the video. If need be, see Exercises or Solutions.

Expressions

Variables

Calling Functions

Calling Methods

Lists

Dictionaries

If-Else Statements

While Loops

For Loops

Defining Functions

Conclusion

If you're interested in specific applications of code, try my introductions to artificial intelligence, computer vision or databases. You can also learn how to build desktop applications and web applications in my Guide to Hacking.


back to Guide to Skillshare