learning_python/README.MD

27 lines
762 B
Plaintext
Raw Permalink Normal View History

2021-09-18 23:33:32 +00:00
# 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.
[Check it out!](https://git.chch.tech/Shivan/learning_python/src/branch/main/intro_pytest)
2021-09-25 23:59:32 +00:00
## Zero to Hundred in Python
26th September 2021
Programming is a powerful tool and Python is an easy way to get started.
2021-09-26 02:15:36 +00:00
[Check it out!](https://git.chch.tech/Shivan/learning_python/src/branch/main/zero_2_hundred)
2021-09-25 23:59:32 +00:00
2021-09-18 23:33:32 +00:00
## What's next?
2021-09-25 23:59:32 +00:00
- Classes
- Django intro
- Setting up postgres