This library contains links to demo and assignment solution walk-through videos, created by instructors as well as students at Kenzie Academy.
- Student Spotlight: raise A short explanation of the
raise
statement in Python, by Aaron Jackson. - Databases and ORMs How to model data using SQLAlchemy in Python by David Smith.
- Student Spotlight: zip A presentation of the
zip
built-in function, by Brian Schuessler. - Intro to Django, pt 1 of 2 by Joe Kaufeld
- Intro to Django, pt 2 of 2 by Joe Kaufeld
- Django Forms and Views by Joe Kaufeld.
- Student Spotlight: attr methods A brief tour of Python's built-in attr methods, by Patrick Hanson.
- Benchmarking and Profiling Profiling the performance of a poorly written anagram program, by Bob Hunt.
- Twitterclone Demo A walkthrough of the Twitterclone assignment, by Joe Kaufeld.
- Scopes, Declarations, Classes by Joe Kaufeld.
- Molecules Problem: A strategy by Taylor Gentry and Piero Madar
- Dirwatcher Project: A strategy by David 'Stewy' Stewart and Piero Madar
- Intro to Virtualenv and Pipenv by Joe Kaufeld
- Course Overview: Back End Python Foundations by Piero Madar
- DOTM Search Assignment Walkthrough by Michelle Hoelzer
- Basic Dictionaries in Python by Clint Johnson, SE3
- Intro to OSI data model by Jon Taylor, SE4
- cURL demo by Suravita Roy, SE4
- Big-O Notation by Jon Taylor, SE4
- PBJ: Extracting Readable Output from Data Structures in Python by Eileen Tallman, SE4
- PBJ: Intro to Python -- Building a Hangman Game by Peter Mayor, SE4
- grep and find demo by Shaquon Kelley, SE5
- map and filter demo by Matt Perry, SE5
- cURL demo by Alec Stephens, SE5
- TCP and UDP by Nate Lyttle, SE5
- Ping and Traceroute by Jacob Walker, SE5
- "locals()" and "globals()" by Haydar Kassim, SE5
- zip by Swavae Miller, SE5
- hash by Elizabeth Scheidt, SE5
- raise by Patterson Day, SE5
- DNS by Ethan Ebel, SE5
- sed & awk by Brett Ledger, SE5
- logging by Tamekia Nelson, SE5
- Big O by Dennis Christenson, SE5
- Building a Dictionary with Classes by Piero
- Memoization by Will Harris, SE5
- SOLID design principles by Marsha Williams, SE5
- Tim Harvey (Netflix): Expect the Unexpected
- builtin attr methods by Mark Harsley, SE5
- top by Andrew Christensen, SE5
- cURL by Enrique Galindo, SE6
- range by Bryan Fernandez, SE6
- zip by Jake Hershey, SE6