/001-intro-to-python

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Lesson 1. Intro to Python

Overview

In this lesson, students will be introduced to executing Python code in a Jupyter Notebook environment. They’ll learn variables and data types, along with string formatting and concatenation.

Learning Objectives

In this lesson, students will:

  • Explain the value of Python.
  • Use Jupyter Notebook to execute basic Python programs.
  • Use operators to define and manipulate variables.
  • Differentiate between data types in Python.

Blog Post: Intro to git