🐍📰 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…
Do you have a great technical article, event, or project to share with the world?
📩 Submit it to PyCoder's Weekly for a chance to be featured in the weekly newsletter.
pycoders.com/submissions
🐍❓ Reading and Writing Files in Python Quiz
A quiz used for testing the user's knowledge of the topics covered in the Reading and Writing Files in Python article
#pythonrealpython.com/quizzes/read-…
🐍📰 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…
🐍📰 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-…