Python
How to use FastAPI with MongoDB
An easy way to serve your database documents.
pythonfastapimongodb
Five Unbelievable Open-Source Object Detection Projects Ready to Use in 2022
pythonartificial-intelligenceobject-detection
Caveats of using return with try/except in Python
Behaviour of return with try/except in Python
python
How to use Pandas-Profiling on Google Colab
Automated exploratory data analysis using Pandas Profiling in Jupyter on Google Colab
pythondata-sciencedata-analysis
Role Based Authentication and Authorization with DjangoRestFramework and SimpleJWT
Authorize your users to access endpoints based on their roles
pythondjangoprogramming
Python Programming Fundamentals — Loan Payment Schedule
pythonloan-payment
Structuring Unit Tests in Python
Where to put tests, how to write fixtures and the awesomeness of test parametrization
pythontesting
Unit Testing in Python — tox and nox
Develop Fast Test Thoroughly
pythontestingtox
Use Web Scraping to Download All PDFs With Python
A guide on using web scraping to download all PDFs with Python.
pythonprogrammingweb-scraping
Python: run functions in parallel with a multiprocessing wrapper function
pythonfunctions