Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Minor Grammatical fixes
  • Loading branch information
vivekvashist authored Apr 29, 2019
commit 86d01ecc2560f5a759cd76f83c86cbfad4f4ac64
6 changes: 3 additions & 3 deletions website/content/02-introduction-to-python/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 2

Let's talk about the anatomy of a Python program, along with Python best practices like naming and commenting.

Today you'll be learned all the foundational basics of Python. How to work with different data types, the Python control structures, best practices, and lastly an exercise in interacting with APIs.
Today you'll be learning all the foundational basics of Python. How to work with different data types, the Python control structures, best practices, and lastly an exercise in interacting with APIs.

# Day 1 Overview

Expand All @@ -22,7 +22,7 @@ By coding along with me in this workshop, you'll:
* You’ll learn about the origins of Python, and how it can help you solve complex problems quickly.
* Learn about the different data types Python has to offer, including tips on when and how to use each one.
* Understand the control flow of Python programs - loops, boolean statements, if statements, and return statements.
* Make your code more concise by writing reusable functions
* Make your code more concise by writing reusable functions.
* Learn to use Python packages from the standard library, as well as how to find and install external libraries.
* Learn how to work with files on your filesystem by reading and writing to them.
* Write programs that interact with APIs by sending requests and receiving responses.
* Write programs that interact with APIs by sending requests and receiving responses.