Skip to content

Latest commit

 

History

History
79 lines (57 loc) · 2.68 KB

File metadata and controls

79 lines (57 loc) · 2.68 KB

Python

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 Environment

Python Runtime 환경에 관한 정리입니다. Python 코드를 작성하는 것은 Reference에서 다룹니다.

Python Language Reference

Python language spec을 다룹니다.

FastAPI

Python Web Framework인 FastAPI tutorial을 다룹니다.

SQLAlchemy

Python SQL toolkit인 SQLAlchemy documentation을 다룹니다.

Python Testing Frameworks

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.