Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Advanced Python
Logo
Advanced Python
  • Revisit Python Basics
  • Building a Python Package
  • Set up a GitHub Repository
  • Create a Folder Structure
  • Writing a new Function
  • Function parameters
  • Variable Scope
  • Generators
  • Map-Filter-Reduce
  • Decorators
  • Collections
  • Comprehensions
  • Enumerations
  • Demographics
  • Refactoring
  • Structure of a Python script
  • Command-line Arguments
  • Modules
  • Packages
  • Namespaces
  • Classes
  • Inheritance
  • Object Composition
  • Class Diagrams
  • Operator Overloading
  • Properties, classmethods and staticmethods
  • Abstract Base Classes
  • Decorator Classes
  • Metaclasses
  • OOP Principles
  • Static Code Checks
  • Test Automation
  • Continuous Integration
  • Debugging
  • Interactive Python Debugger
  • Handling Exceptions
  • Warnings
  • Logging
  • Measuring Performance
  • Concurrency
  • The Dungeon Explorer Game
  • The Prototype
  • Code Reviews
  • Factorials
  • Sorting Algorithms
  • Dice
  • Tennis
  • Memory
  • Magic Square
  • Josephus’ Problem
  • Binary Search
  • Tree Traversal
  • Graph Traversal
  • Backpack Problem
  • Chained List
  • Traveling Salesman
  • Blockchain
  • Decorators with a Metaclass
  • Project: Implement a Game
  • Hall of Fame
    • Breakout
    • Tetris
  • Links
Back to top
View this page
Edit this page

Links¶

https://github.com/pablito56/decorators.git

Pythonic objects https://www.youtube.com/watch?v=k55d3ZUF3ZQ

Mike Metaclasses https://www.youtube.com/watch?v=7PzeZQGVPKc

https://github.com/cosmologicon/pywat

http://pymust.watch/

Raymond on Concurrency: https://www.youtube.com/watch?v=Bv25Dwe84g0

https://www.pythonsheets.com/

https://codesachin.wordpress.com/2016/04/03/a-practical-introduction-to-functional-programming-for-python-coders/

https://github.com/aosabook/500lines

how-to-create-read-only-attributes-and-restrict-setting-attribute-values-on-object-in-python/

http://slides.com/meilitriantafyllidi/be-more-pythonic#/25

https://www.codementor.io/moyosore/a-dive-into-python-closures-and-decorators-part-1-9mpr98pgr

https://nbviewer.jupyter.org/github/austin-taylor/code-vault/blob/master/python_expert_notebook.ipynb

Previous
Tetris
Copyright © 2024, Kristian Rother
Made with Sphinx and @pradyunsg's Furo