ChiPy __Main__ Meeting


205 N Michigan Ave # 1200, Chicago, IL 60601

When: Sept. 19, 2024, 6 p.m.

Where: American Planning Association (APA)

205 North Michigan Ave. Suite 1200 Chicago, IL 60601

RSVPs

Registration for this event will close on Thursday September 19 at 12:00 p.m.

Attendance:
In Person Pythonistas: 22

Topics


  • Python Generators: From yielding resources to awaiting concurrency
    By: Andrew Wingate
    Experience Level: Intermediate
    Length: 30 Minutes
    Description:

    Have you thought that generators were only complicated iterators?

    Let's explore generators

    - To simplify your code and save memory on resource constrained devices.

    - To create pipelines,delay execution and create concurrency. 

    Generators are a powerful tool to have in your toolbox. In fact you're probably using them and don't even realize it.

  • You Should Care About QA
    By: Chelsey Squanda
    Experience Level: Novice
    Length: 20 Minutes
    Description:

    QA is more important than ever in software development.  I'll be walking through why and include some real world examples.