Tutorial
- 04/21 Writing DRYer tests using pytest parametrize
- 08/19 Automatically counting and numbering HTML elements with CSS counters
- 08/19 Publishing your Python packages on TestPyPi before publishing on PyPi
- 08/19 Testing Click applications with pytest
- 08/19 Performing CRUD operations with a CLI app using Firebase
- 08/19 Prompting users for input
- 08/19 Adding arguments to CLI commands
- 08/19 Adding options to CLI commands
- 08/19 Using setuptools to package your Python app
- 08/19 Setting up your Python environment for Click
- 04/19 Creating a simple ToDo API with Django
- 02/19 Displaying a css spinner on ajax calls with fetch api
- 01/19 Skipping tests
- 01/19 Capturing print statements while debugging
- 01/19 Asserting exceptions with pytest
- 01/19 Getting started with pytest