Hands-On Intro to Python
1.0
  • Introduction
  • Conditionals
  • Lists
  • Loops and Files
  • Bonus
Hands-On Intro to Python
  • Docs Β»
  • Hands-On Intro to Python

Hands-On Intro to PythonΒΆ

This is an introduction to Python tutorial for new programmers. This tutorial was given by Trey Hunner at PyCon 2017. Trey hosts Weekly Python Chat and provides Python & Django training services for companies large and small.

The video for this tutorial can be found as Hands On Intro to Python for New Programmers on YouTube.

ContentsΒΆ

  • Introduction
    • Install Python
    • The Basics
    • Your Turn: REPL 🏁
    • Strings
    • Your Turn: Strings 🏁
    • Variables
    • Your Turn: Variables 🏁
    • String Formatting with F-Strings
    • Scripts
    • Your Turn: Scripts 🏁
    • Input
    • Your Turn: Input 🏁
  • Conditionals
    • Conditionals
    • Your Turn: Conditionals 🏁
  • Lists
    • Lists
    • Your Turn: Lists 🏁
    • More Lists
    • Your Turn: More Lists 🏁
  • Loops and Files
    • Loops
    • Your Turn: Loops 🏁
    • Files
    • Your Turn: Files 🏁
    • Range
    • Your Turn: Range 🏁
  • Bonus
    • The More You Know…
    • Command Line Arguments
    • Your Turn: Arguments 🏁
    • Dictionaries
    • Your Turn: Dictionaries 🏁
    • Functions
    • Seek and Tell

FilesΒΆ

Here are some files you may need:

  • rand.py
  • states_and_capitals.py
  • pause.py
  • us-state-capitals.csv
  • oscillating_line.py
  • declaration-of-independence.txt
Next

Β© Copyright 2017 Truthful Technology, LLC.