7. Suggested bibliography and references
- Official documentation of Python and
pytest. - Real Python: intermediate-level tutorials, testing and functional style.
- The PEP 8 and PEP 257 (docstrings) style guides.
- Python Institute certifications (PCAT, PT102) as a reference content map.
- How many arguments should a function have in Python? (well-crafted functions lesson).
- Stop debugging Python with print (testing lesson, debugging without print).
- Constants and pure functions in Python: how to do it right (functional style lesson).
- Testing in Python with pytest: from the basics to advanced techniques (testing and external dependencies lessons; the article goes further than the course, useful for those who want to dig deeper).
- Learn how to structure a test (testing lesson, the Given-When-Then pattern).
- Free Testing course for techniques and implementations in other languages.
This work is under a Attribution-NonCommercial-NoDerivatives 4.0 International license.
Desafíos de programación atemporales y multiparadigmáticos
Te encuentras ante un librillo de actividades, divididas en 2 niveles de dificultad. Te enfrentarás a los casos más comunes que te puedes encontrar en pruebas técnicas o aprender conceptos elementales de programación.
Buy the bookWill you buy me a coffee?
This is how I keep writing without ads or paywalls.
Sure, it's on me!
Comments
There are no comments yet.