Skip to content

3rd Week of 2021

Coding

Python

DeepDiff

  • Correction: Remove murmur from the installation steps.

    It seems it's the default for the new versions

Pydantic

  • New: Name the pros and cons of using the library.
  • New: Explain how to create bidirectional relationship between entities.

Pypika

  • New: Explain how to insert, update, select data.
  • New: Explain how to join tables.

SQL

  • New: Give examples on joins for each relationship type.

SQLite

  • New: Solve the autoincrementation not working bug.

Other

  • New: Add remote work tips.
  • New: Introduce lazy loading implementation paradigm with python.
  • New: Explain how to lazy load pydantic objects.