|
/
|
|
Get Bonus Downloads Here.url
|
0.2 KB
|
|
/.../1-Python’s Origin Story and Design Philosophy/
|
|
1-The Birth and Philosophy of Python.html
|
2.6 KB
|
|
10-Implementations, performance trade-offs, and the GIL.mp4
|
50.8 MB
|
|
2-Guido van Rossum and the birth of Python.mp4
|
24.3 MB
|
|
3-Early language choices and growing pains.mp4
|
33.5 MB
|
|
4-The Zen of Python and core design principles.mp4
|
58.7 MB
|
|
5-Batteries included the standard library philosophy.mp4
|
43.9 MB
|
|
6-The PEP process and community governance.mp4
|
58.2 MB
|
|
7-The Python 2 → 3 transition rationale and consequences.mp4
|
22.6 MB
|
|
8-Typing, static checks, and gradual typing.mp4
|
20.8 MB
|
|
9-Modern syntax inflections pattern matching and beyond.mp4
|
48.1 MB
|
|
/.../10-Performance Engineering and Alternative Runtimes/
|
|
1-Principles, Pitfalls, and Tools in Python Performance Measurement.html
|
3.3 KB
|
|
2-Measuring performance principles and common pitfalls.mp4
|
57.2 MB
|
|
3-Profiling tools and what they actually tell you.mp4
|
56.1 MB
|
|
4-Microbenchmarks vs real workloads — interpreting opcode‑level effects.mp4
|
70.5 MB
|
|
5-Interpreter optimizations that matter (inline caches, specializing bytecode).mp4
|
68.5 MB
|
|
6-Algorithmic and data‑layout wins over micro‑optimizations.mp4
|
3.6 MB
|
|
/.../2-Inside CPython The Runtime Architecture/
|
|
1-Inside CPython – From Source Code to Execution.html
|
3.1 KB
|
|
10-The C API, extension modules, and concurrency impacts.mp4
|
51.4 MB
|
|
2-CPython a high-level map.mp4
|
30.6 MB
|
|
3-Lexing and parsing from source text to parse tree.mp4
|
40.4 MB
|
|
4-AST construction and compilation phases.mp4
|
27.5 MB
|
|
5-Bytecode and the CPython virtual machine.mp4
|
43.0 MB
|
|
6-The object model PyObject, types, and attribute lookup.mp4
|
35.3 MB
|
|
7-Memory allocation arenas, pools, and pymalloc.mp4
|
31.0 MB
|
|
8-Garbage collection and cyclic detection.mp4
|
31.9 MB
|
|
9-The import system and module loading lifecycle.mp4
|
49.6 MB
|
|
/.../3-From Source to Bytecode Parsing, AST, and Compilation/
|
|
1-Python’s Compilation Pipeline – From Tokens to Symbol Tables.html
|
3.3 KB
|
|
10-Mapping code to source line-number tables and traceability.mp4
|
47.0 MB
|
|
2-Lexing and tokenization mechanics.mp4
|
39.7 MB
|
|
3-The PEG parser and concrete parse trees.mp4
|
33.3 MB
|
|
4-Building the AST from the parse tree.mp4
|
33.2 MB
|
|
5-Symbol tables and name binding.mp4
|
36.9 MB
|
|
6-Scopes, closures, and the anatomy of cells.mp4
|
37.9 MB
|
|
7-Constants, interning, and constant folding.mp4
|
56.8 MB
|
|
8-Code objects fields that matter.mp4
|
42.9 MB
|
|
9-Emitting bytecode and instruction layout.mp4
|
41.8 MB
|
|
/.../4-Executing Python Frames, Opcodes, and the Evaluation Loop/
|
|
1-Python’s Execution Model – Frames, Evaluation Loop, Stack Operations, and Except.html
|
2.6 KB
|
|
10-Fast Paths, Deoptimization, and Performance Trade-offs.mp4
|
22.9 MB
|
|
2-Frame Anatomy and Execution State.mp4
|
38.1 MB
|
|
3-The Evaluation Loop and Opcode Dispatch.mp4
|
34.4 MB
|
|
4-Stack Ops and Local Access Patterns.mp4
|
51.0 MB
|
|
5-Exception Handling, Unwinding, and Tracebacks.mp4
|
41.5 MB
|
|
6-Tracing, Profiling, and Debug Hooks.mp4
|
42.4 MB
|
|
7-Generators, Coroutines, and Suspended Frames.mp4
|
46.7 MB
|
|
8-Inline Caches and Runtime Specialization.mp4
|
32.7 MB
|
|
9-Adaptive Specialization and 3.11+ Execution Improvements.mp4
|
49.0 MB
|
|
/.../5-The Python Data Model Objects, Types, and Attribute Access/
|
|
1-Understanding Python’s Object Model and Attribute Access.html
|
3.5 KB
|
|
2-PyObject layout and the object header.mp4
|
26.7 MB
|
|
3-PyTypeObject and type slots.mp4
|
27.4 MB
|
|
4-Attribute lookup mechanics and resolution order.mp4
|
39.1 MB
|
|
5-Descriptors and the binding protocol.mp4
|
41.0 MB
|
|
6-__getattribute__ versus __getattr__ and custom access hooks.mp4
|
41.9 MB
|
|
7-Inheritance, MRO, and metaclasses.mp4
|
38.7 MB
|
|
8-__slots__, instance layout, and trade-offs.mp4
|
76.4 MB
|
|
9-Protocol hooks iteration, context managers, and numericcontainer behavior.mp4
|
41.5 MB
|
|
/.../6-Memory Management and Garbage Collection in Python/
|
|
1-Memory Management in CPython – Reference Counting, Garbage Collection.html
|
2.6 KB
|
|
2-Reference counting fundamentals.mp4
|
39.8 MB
|
|
3-Cycle detection and the generational collector.mp4
|
30.1 MB
|
|
4-pymalloc internals arenas, pools, and freelists.mp4
|
44.5 MB
|
|
5-Large allocations and the raw allocator path.mp4
|
38.3 MB
|
|
6-Weak references and simple lifecycles.mp4
|
44.3 MB
|
|
7-Finalizers, __del__, and the dangers of resurrection.mp4
|
42.1 MB
|
|
8-Fragmentation, allocation patterns, and performance impact.mp4
|
57.4 MB
|
|
9-Observability and tuning with built-ins (gc, tracemalloc).mp4
|
30.7 MB
|
|
/.../7-Concurrency, Parallelism, and Async IO Internals/
|
|
1-Concurrency in Python — GIL, Threads, Extensions, and Multiprocessing.html
|
2.9 KB
|
|
10-Thread async interoperability and practical boundaries.mp4
|
39.2 MB
|
|
2-The Global Interpreter Lock — intent and invariants.mp4
|
28.3 MB
|
|
3-Python threads and the runtime scheduling story.mp4
|
65.4 MB
|
|
4-C extensions, the C‑API boundary, and thread cooperation.mp4
|
61.4 MB
|
|
5-Process-based parallelism with multiprocessing.mp4
|
45.4 MB
|
|
6-Subinterpreters and the path toward GIL-free designs (PEP 703 context).mp4
|
42.3 MB
|
|
7-The asyncio event loop and IO multiplexing fundamentals.mp4
|
34.1 MB
|
|
8-Coroutines, awaitables, Futures, and Task internals.mp4
|
31.8 MB
|
|
9-Async IO primitives transports, protocols, streams, and backpressure.mp4
|
28.8 MB
|
|
/.../8-Imports, Modules, and Packaging Under the Hood/
|
|
1-Demystifying Python’s Import System.html
|
2.9 KB
|
|
10-Virtual environments, site-packages, and sys.path wiring.mp4
|
35.8 MB
|
|
2-From import name to module object.mp4
|
50.6 MB
|
|
3-Finders and loaders the import protocol.mp4
|
51.9 MB
|
|
4-ModuleSpec and the creationexecution sequence.mp4
|
48.4 MB
|
|
5-Bytecode caches and .pyc mechanics.mp4
|
51.7 MB
|
|
6-Meta path, path hooks, and extending import behavior.mp4
|
34.9 MB
|
|
7-Namespace packages and package resolution rules.mp4
|
57.5 MB
|
|
8-Importing from archives zipimport and zipapps.mp4
|
34.8 MB
|
|
9-Packaging build standards and how installs shape imports (PEP 517518621).mp4
|
49.2 MB
|
|
/.../9-Extending and Embedding Python C API, ABI, and Interop/
|
|
1-Unlocking CPython’s C API – From PyObject to Vectorcall.html
|
3.1 KB
|
|
10-Embedding Python in host applications.mp4
|
34.1 MB
|
|
2-The CPython C API and PyObject fundamentals.mp4
|
61.0 MB
|
|
3-Module and type creation lifecycle in C.mp4
|
48.3 MB
|
|
4-Calling conventions and vectorcall for fast calls.mp4
|
63.4 MB
|
|
5-The buffer protocol and zero-copy data sharing.mp4
|
66.8 MB
|
|
6-Releasing the GIL and safe concurrency in extensions.mp4
|
43.5 MB
|
|
7-Error handling, reference pitfalls, and crash prevention.mp4
|
27.5 MB
|
|
8-Interop layers compared ctypes, cffi, Cython, and PyO3.mp4
|
42.7 MB
|
|
9-HPy a modern API and alternative ABI model.mp4
|
28.0 MB
|
|
~Get Your Files Here !/
|
|
Bonus Resources.txt
|
0.1 KB
|
|
Total files 96
|