RSS feed 52nd Week of 2020
Coding
Python
- Correction: Add warning that generating your own attributes doesn't work anymore.
- Correction: Improve the way of generating random seed.
- Correction: Correct pylint R0201 on pydantic models.
- New: Introduce sqlite and it's upsert feature.
Health
- New: Explain the independence between circadian and sleep pressure.
Operative Systems
Linux
- 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.