ChiPy February 2024 __Main__ Meeting


When: Feb. 8, 2024, 6 p.m.

Where: SpotHero

Attendance:
In Person Pythonistas: 76

Topics


  • Boosting Neuroimaging Analysis and Results Digestibility 🧠
    By: Carlos A Aranibar
    Experience Level: Intermediate
    Length: 30 Minutes
    Description:

    Make neuroimaging results easier to digest for patients and equip technicians with an enhanced toolkit featuring improved visualization and statistical analysis capabilities through MNE, an open-source Python Library.

  • From Cron to Airflow - Understanding the need for Schedulers
    By: Raymond Berg
    Experience Level: Novice
    Length: 40 Minutes
    Description:

    Help! I want to run a simple task on a schedule how do I do that? Wait, remember when I said "a simple task", well it just got more complicated. And why isn't the data ready when my job runs?! Oh no, yesterdays job failed...what do I do?

    These are all common problems lots of data analysts/engineers and scripters encounter. How do you solve them in a sustainable way? This intro talk is helpful for all who think about job scheduling.