bLueriVer
Home All posts Tags

Python

Posted on May 17, 2026 by [bLueriVerLHR]
Table of contents:
  • Packages
  • Late Binding Closures

Packages

For data types, package dataclasses for simple demo and attrs for complex projects.

For network programming, package requests for simple demo and aiohttp for complex projects.

For test, package unittest for simple demo and pytest for complex projects.

Late Binding Closures

Reference: https://docs.python-guide.org/writing/gotchas/#late-binding-closures

lambda has no differece from using a def.

  • python
2026 Archie Theme | Built with Hugo