> For the complete documentation index, see [llms.txt](https://george-jen.gitbook.io/data-science-and-apache-spark/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://george-jen.gitbook.io/data-science-and-apache-spark/python-3-warm-up.md).

# 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
