Setting Your Python Working Environment, the Right Way
Learn about the importance of Python virtual environments, how they work, and how to create and manage them. Discover how virtual environments help manage package dependencies and avoid conflicts.
2
Planet Python·2y
Systems Automation in Python
Learn how to automate systems in Python using the Zato Python integration platform. The article covers how to get started and provides examples of integrations with Office 365 and Jira.
3
Planet Python·2y
Jupyter & IPython terminology explained
Explanation of the differences between Jupyter Notebook, JupyterLab, IPython, Colab, and other related terms. History of the IPython and Jupyter projects. Purpose of IPython.
4
Planet Python·2y
Every dunder method in Python
Python includes tons of dunder methods that allow us to customize how our custom classes interact with Python's features. This post provides a comprehensive list of all dunder methods in Python and organizes them into categories.
5
Planet Python·2y
PyCoder’s Weekly
Learn how to integrate Celery and Django using Redis as a message broker, understand the background and usage of Context Managers in Python, and explore the Ultimate Guide to Data Wrangling with Python.