Enroll now and take 20% off your spring course using coupon KTSPRING25

Python Level 3

[PYTHON 3]

Full Course

$1100 USD
Before any discounts or coupons
for 18 hours

Class Description:

Python Level 3 is your passport to a deeper understanding of Python. We will start by reviewing the basics – lists, loops, functions, etc. – before moving on to more advanced features. We then go over more advanced functions and function algorithms, classes, and JSONS, which segways us into APIs and programs using free APIs. We finish off with an introduction to data statistics and science with Python, using Pandas’ DataFrames, Numpy, and Matplotlib’s Pyplot.

Prerequisites:

Age 13+, PY02 or Instructor Permisssion

Syllabus:

Course Overview, Python Review

Review of basic Python concepts: Variables, conditionals, for loops, functions, general syntax.

Advanced Functions - *Args, **Kwargs

Review intermediate Python coding skills with imports and functions including outputs and kwargs.

Advanced List Methods

Review of lists, list alias, list slicing, pointers, cloning list methods

Numerical Python (NumPy) I

Efficiency of NumPy arrays, difference between NumPy arrays and regular Python lists. Basic NumPy array declaration methods.

Numerical Python (NumPy) II

Working with NumPy array operations, vectorized operations, time complexity.

Introductory Statistics

Central tendencies, mean vs median, population vs sample, standard deviation, variance.

Pandas & DataFrames I

Basics of Pandas, converting from .csv to DataFrames, Pandas Series, operations with DataFrames (e.g. .loc, .iloc, [], etc.).

Pandas & DataFrames II

Filtering data using complex conditionals (&, |), Slicing data, Grouping and sorting data.

File Input and Output

Reading from text (.txt) files, Data analysis using matplotlib.

APIs I

GET vs POST requests, getting data, handling data, analyzing data using statistical methods. Using Rapid API's Weather API. Visualizing data using matplotlib.

APIs II

Getting financial data through yFinance. Analyzing simple data from financial products (e.g. stocks and bonds). Introduction to moving averages.

Recursive Algorithms I

Basic recursion, finding sum of a list recursively, Fibonacci sequence, factorials, recursive trees with Python turtles, introduction to markov chains

Recursive Algorithms II

Geometric series, finding time complexity recursively, bubble sort. (Optional: 1st/2nd order recursive relations, Binet's formula)

Simulations I - Random Simulations

Coding probabilistic simulations in Python, random walks, coin flipping, estimating pi using matplotlib, geometric probability.

Simulations II - Matrices

Using Python to simulate discrete dynamical systems, advanced matplotlib, introduction to linear algebra, matrices, vectors

Time Complexity

Introduction to elementary operations, bounding functions, big-O notation, definition of big-O.