ChiPy __Main__ Meeting February 2021


When: Feb. 11, 2021, 6 p.m.

Where: Remote Meeting

Attendance:
Virtual Pythonistas: 0

Topics


  • The Enters and Exits of Context Managers
    By: Mason Egger
    Experience Level: Intermediate
    Length: 30 Minutes
    Description:

    Have you ever opened a file using the with keyword in Python? That little keyword is one of the many fascinating parts of the Python programming language, the Context Manager. The Python Context Manager is a tool that allows the programmer to reliably create and tear down temporary contexts within a program. This allows programmers to reduce duplicate code, improving the maintainability and reliability of the code. This talk will cover all things Context Manager, from what they are, how to build them, when to use them, and more.

     

  • ChiPy Website Redesign
    By: Raymond Berg
    Experience Level: Novice
    Length: 15 Minutes
    Description:

    The ChiPy Web Guild recently completed a one-week sprint to rehaul the ChiPy Homepage. In this talk we'll talk about what, why, and how the redesign took place.