Hack the CPython

Hack the CPython

EuroPython Conference via YouTube Direct link

Intro

1 of 22

1 of 22

Intro

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Hack the CPython

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Lexing - Tokenization
  3. 3 Parsing - Parser
  4. 4 AST (where actual hack begins)
  5. 5 Bytecode Generation
  6. 6 Evaluation
  7. 7 Walrus on Python 3.7
  8. 8 The Strategy For Hacking
  9. 9 Modifiying the Tokens
  10. 10 Modifying The Source
  11. 11 Creating decode function for Encoding
  12. 12 Adding a search function
  13. 13 Implementing Peps (Example PEP313)
  14. 14 Scoping
  15. 15 Runtime
  16. 16 Rusty Return
  17. 17 Transforming AST (2)
  18. 18 Poophole Optimizer
  19. 19 Optimize Function
  20. 20 Optimizers 2 (Example Elem Local Vars)
  21. 21 Catlizor v1-extended
  22. 22 Hooking

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.