Skip to content

49th Week of 2020

Coding

Python

  • New: Explain how to do a deep copy of a dictionary.
  • New: Explain how to solve the R0201 pylint error.

Dash

  • New: Explain how to interact with programs that ask for user input.

Pytest

  • New: Explain how to change the log level with the caplog.
  • Correction: Add link to the unpack_fixture section.

Pydantic

  • New: Explain how to solve the E0611 error.
  • Correction: Explain how to solve the E0611 error in code lines.

Pypika

  • New: Explain how to select, filter and delete data.

sqlite3

  • New: Introduce the sqlite python library.
  • New: Explain how to get the columns of a sqlite3 query.