Python 3 Warm Up
Python 3 Warm Up
Not intended for complete Python coverage, just quick warm up basics, and more advanced Python topics will be covered on as needed basis when coding with Apache Spark PySpark APIs
Basics
Iterables/Collections
Strings
List
Tuple
Dictionary
Set
Conditional Statement
for loop
while loop
Functions and methods
map and filter
lambda
Class
Input and if statement
Input from a file
Output to a file
try except
Python coding exercise
Last updated