Best of Planet PythonMarch 2024

  1. 1
    Article
    Avatar of planetpythonPlanet Python·2y

    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. 2
    Article
    Avatar of planetpythonPlanet 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. 3
    Article
    Avatar of planetpythonPlanet 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. 4
    Article
    Avatar of planetpythonPlanet 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. 5
    Article
    Avatar of planetpythonPlanet 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.