Python
Lessons
Sample Code
Tip_Calculator
Learn
input()
find_Average
Using
input()
,
float()
, and
str()
Quiz_App
Learn
raw_input()
,
.lower()
, and Conditionals (
if: /else:
)
Python_Mad_Libs
Learn to
def
ine functions in Python
Python_Mad_Libs
v2.0
Create a better MadLibs with
%s
(string substitution).
Learning Tools
Codecademy Track
Start here to learn basic Python syntax
Codesters
Online learning platform for Python 3
Trinket
Write Python code
repl
Another place to write Python code
Python Tutor
See how the computer “reads” Python