Shivan Sivakumaran 17fb9956dc | ||
---|---|---|
intro_pytest | ||
zero_2_hundred | ||
.gitignore | ||
.pre-commit-config.yaml | ||
LICENSE | ||
README.MD |
README.MD
Learning Python
By Shivan Sivakumaran. Started 18th Setempber 2021.
In an effort to solidify my knowledge in Python as well as help others I have decided to create a collection of my Python 'learnings'.
Introduction to Pytest
18th September 2021
Pytest is a great tool that allows us to write automated test for our code. This ensures our code is both robust and professional.
Zero to Hundred in Python
26th September 2021
Programming is a powerful tool and Python is an easy way to get started.
What's next?
- Classes
- Django intro
- Setting up postgres