๐๐ฐ Python News: What's New From March 2022?
In March 2022, #python 3.11.0a6 was released, PEPs got a new website, PEP 594 was accepted, and EuroPython 2022 started its CFP and ticket sales. In this article, you'll get more details on all this cool news
๐ Managing Python Dependencies With Pip and Virtual Environments
Master the โtools of the tradeโ for dependency management and start leveraging Pythonโs packaging ecosystem.
๐๐ฐ Face Detection in Python Using a Webcam
Let's look at an example of using Python and OpenCV to perform face recognition using a Webcam. #python
๐๐ฐ Level Up Your Skills With the Real Python Slack Community
In this guide, you'll learn to get the most out of your Real Python membership using the community Slack. You'll learn how to communicate your technical problems more effectively.
https://realpython.com/community-slack-guide/โฆ
๐ Python Concurrency & Parallel Programming ๐ โ With this learning path you'll gain a deep understanding of concurrency and parallel programming in Python. You can use these newfound skills to speed up CPU or IO-bound Python programs #python#learnpython
๐๐บ In this video series we'll cover creating Python documentation from scratch using Sphinx, as well as getting your code repository hooked up to Read The Docs.
#python
Very interesting podcast about Protobuf and data serialization in general. I've known about the high-level differences between Protobuf vs. JSON, but not to the level of detail this episode gets into. I recommend a listen!
๐โ Python Lambda Functions Quiz โ Python lambdas are little, anonymous functions, subject to a more restrictive but more concise syntax than regular Python functions. Test your understanding on how you can use them better.
#python
๐๐ฐ Your Guide to the CPython Source Code
By following this step-by-step walkthrough, you'll take a deep dive into how the CPython compiler works and how your Python code gets executed.
#python
๐ Use these online Python quizzes as a fun way for you to check your learning progress and to test your skills. Each quiz takes you through a series of questions and you'll receive a score at the end. #python
๐๐ฐ How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, youโll learn how to create a Python package for your project and how to publish it to PyPI, the Python Package Repository
https://realpython.com/pypi-publish-python-package/โฆ
๐๐ฐ Build a Site Connectivity Checker in Python
In this step-by-step project, you'll build a #python site connectivity checker for the command line. While creating this app, you'll get knowledge related to making HTTP requests with standard-library tools
๐๐ฐ How to Make a Discord Bot in Python
In this step-by-step tutorial, you'll learn how to make a Discord bot in Python and interact with several APIs. #python