Dive into CPython internals, trying to illustrate every detail of CPython implementation
-
Updated
Jul 8, 2024 - C
Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Dive into CPython internals, trying to illustrate every detail of CPython implementation
CircuitPython - a Python implementation for teaching coding with microcontrollers
Collaboration with wangxupeng(https://github.com/wangxupeng)
Meinheld is a high performance asynchronous WSGI Web Server (based on picoev)
A high-performance immutable mapping type for Python.
Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C
MD5-Monomorphic Shellcode Packer - all payloads have the same MD5 hash
An easy-to-use library for emulating memory dumps. Useful for malware analysis (config extraction, unpacking) and dynamic analysis in general (sandboxing).
This is a set of simple programs that can be used to explore the features of a parallel platform.
Python bindings for the LZMA library
Harvard CS50x — 2021 solutions
Linux i2c library, support C/C++/Python
This is a simple DDoS Attack tool and even a begginer hacker can use this.Just type python run.py after cloning this repository.
Created by Guido van Rossum
Released February 20, 1991