Skip to content

Intro to Python (2023 Edition)

Latest
Compare
Choose a tag to compare
@s2t2 s2t2 released this 02 Jan 22:31
· 48 commits to main since this release
5b07e46

What's Changed

Lots of updates to notes and projects, plus additional content in the form of data science materials.

  • Updates / adds notes about:
    • local development environment instructions
    • classes and inheritance
    • google colab
    • seaborn package (adds confusion matrix example)
    • collections module (adds Counter example)
    • security and privacy
    • ipython package notes (displaying images and playing audio files)
    • flask package (more example routes and web app setup code)
  • Updates and simplifies shopping cart project by providing more helpful starter code
  • Updates web app exercise, switch server provider from heroku to render
  • Adds data science content and notebooks like the "Pandas Package for Data Science Mega Notebook" 📣

Full Changelog: v2022...v2023