Real Python Tutorials
Building a Site Connectivity Checker
In this video course, you'll build a Python site connectivity checker for the command line. While building this app, you'll integrate knowledge related to making HTTP requests with standard-library tools, creating command-line interfaces, and managing concurrency with asyncio and aiohttp.
Jun 28, 2022 intermediate projects python
Explore Real Python
Effective Python Testing With Pytest
Jun 22, 2022 intermediate python testing
Data Cleaning With pandas and NumPy
May 31, 2022 data-science intermediate
Python News: What's New From May 2022
May 30, 2022 community
Using Python Class Constructors
May 17, 2022 intermediate python