RSS feed 49th Week of 2020
Coding
- New: Explain how to do a deep copy of a dictionary.
- New: Explain how to solve the R0201 pylint error.
- New: Explain how to interact with programs that ask for user input.
- New: Explain how to change the log level with the caplog.
- Correction: Add link to the unpack_fixture section.
- New: Explain how to solve the E0611 error.
- Correction: Explain how to solve the E0611 error in code lines.
- New: Explain how to select, filter and delete data.
- New: Introduce the sqlite python library.
- New: Explain how to get the columns of a sqlite3 query.