Skip to content

52nd Week of 2020

Coding

Python

FactoryBoy

  • Correction: Add warning that generating your own attributes doesn't work anymore.

Faker

  • Correction: Improve the way of generating random seed.

Pydantic

  • Correction: Correct pylint R0201 on pydantic models.

SQLite

  • New: Introduce sqlite and it's upsert feature.

Health

Sleep

  • New: Explain the independence between circadian and sleep pressure.

Operative Systems

Linux

Vim

  • New: Explain how to manage python foldings.

Other

  • New: Explain how to use TypeVar to specify children class.
  • New: Explain how to solve W0106 in list comprehensions.
  • New: Explain how to solve SIM105.