🐍📰 Effective Python Testing With Pytest
In this tutorial, you'll learn how to take your testing to the next level with pytest. You'll cover intermediate and advanced pytest features such as fixtures, marks, parameters, and plugins.
#pythonrealpython.com/pytest-python…
🐍📰 OrderedDict vs dict in Python: The Right Tool for the Job
In this tutorial, you'll learn what Python's OrderedDict is and how to use it. You'll also learn about the main differences between regular dictionaries and ordered dictionaries.
#pythonrealpython.com/python-ordere…
🐍 Python Docker Tutorials — Docker is a containerization tool used for spinning up isolated, reproducible application environments. This page lists all of our Python Docker tutorials. #pythonrealpython.com/tutorials/doc…
🐍📰 Web Scraping with Scrapy and MongoDB
This tutorial covers how to write a Python web crawler using Scrapy to scrape and parse data and then store the data in MongoDB
#pythonrealpython.com/web-scraping-…