Python language spec 및 library spec을 정리한 archive입니다.
The Amaranth hardware description language is a Python library for register transfer level modeling of synchronous logic.
To see official reference, please refer to amaranth reference.
Python Runtime 환경에 관한 정리입니다. Python 코드를 작성하는 것은 Reference에서 다룹니다.
Python language spec을 다룹니다.
- Namespace
- Object Abstraction
- Type Object
- Metaclass
- Attribute
- Descriptor
- Method Resolution Order
- Coroutine
- Iterator
- Generator
- Context Manager
- Built-in Items
- Special Attributes and Methods
- Abstract Base Class
- Class Creation
- Closure
- Decorator
Python Web Framework인 FastAPI tutorial을 다룹니다.
Python SQL toolkit인 SQLAlchemy documentation을 다룹니다.
Python의 다양한 testing framework 및 tool들을 다룹니다.
An extremely fast Python linter and code formatter, written in Rust. As can be inferred from being made in Rust, its usage is very similar to cargo.
To see official documentation, please refer to Ruff documentation.