Home - nolenfelten/Codecademy-Python-Notes GitHub Wiki

Unit 1: Python Syntax

  • Introduction. This tutorial will introduce you to Python, a general-purpose, object-oriented interpreted language you can use for countless standalone projects or scripting applications.

  • Tip Calculator. Now that you've completed the lesson on Python syntax, let's see if you can put your new found skills to use. In this project, you'll create a simple calculator that determines the price of a meal after tax and tip.

Unit 2: Strings & Console Output

  • Introduction. This course will introduce you to strings and console output in Python, including creating string literals, calling a variety of string methods, and using the "print" keyword.

  • Date and Time This project is a follow up to Unit 2: Strings and Console input and will give you practice with the concepts introduced in that course.

Unit 3: Conditions and Control Flow

  • Introduction. In this course, we'll learn how to create programs that generate different outcomes based on user input!

  • PygLatin. In this project we'll put together all of the Python skills we've learned so far including string manipulation and branching. We'll be building a Pyg Latin translator. (That's Pig Latin for Python Programmers!)