A comprehensive step-by-step video course for solving everyday problems using Python given by @joaoqalves

Joined June 2020
Photos and videos
How to set-up a Python environment in 2020? We have a winning recipe: Pyenv pipenv VS Code. Do you want to know more? 👇🏻 dev.to/py3course/setting-up-…
1
1
3
The default parameters are great. However, Python’s default arguments are evaluated once when the function is defined, not each time the function is called. #protip #python 🐍

1
2
We're live at pythoncourse.dev/ | Subscribe, if you want to know more about creating, testing and distributing programs in Python! We'll talk about CLIs, ReST APIs and other effortless ways of solving real-world™ problems

2
5
print("Hello world")
1