Salvatore Lopiparo
Software Engineer
Super Simple Python
Super Simple Python is a set of easy-to-understand tutorials written in short segments which address different aspects of Python and programming basics.
Date:
2014
Language:
Python
Tools:
Jetbrains PyCharm
Super Simple Python #0 – Installing and Rules
Super Simple Python #1 – Doing Math and Assigning Variables
Super Simple Python #2 – Intro to Strings
Super Simple Python #3 – The print Statement
Super Simple Python #4 – Defining Simple Functions and Using The return Statement
Super Simple Python #5 – True, False, and The if Statement
Super Simple Python #6 – Lists
Super Simple Python #7 – The for Loop
Super Simple Python #8 – The while Loop
Super Simple Python #9 – Running a Python Script
Super Simple Python #10 – Modules and Importing
Super Simple Python #11 – Comments
Super Simple Python #12 – Function Arguments
Super Simple Python #13 – Dictionaries
Super Simple Python #14 – Advanced Strings and Formatting
Super Simple Python #15 – Writing to Files
Super Simple Python #16 – Reading Files
Super Simple Python – Basic String Formatting
Super Simple Python – Objects
Super Simple Python – Classes Part 1: Creation and Attributes
Super Simple Python – Classes Pt. 2: Methods
Super Simple Python – Constants
Super Simple Python – Input
Super Simple Python – Function and Variable Names