📢 Welcome to ChiPy!
Chicago's Python user group!
FEATURED SPONSOR
Learn more about Braintree
and all of our sponsors today
NEXT EVENT: CHIPY __MAIN__ MEETING
When: Nov. 14, 2024, 6 p.m.
Where: Slalom Build
200 E Randolph St, Suite 3800 Chicago, IL 60601
Registration for this event will close on Thursday November 14 at 12:00 p.m.
Attendance:
In Person Pythonistas: 42
TOPICS FOR NEXT EVENT
Why do I need a strategy for code quality?
Quality Code:
- Serves its purpose
- Can be easily tested with automated tests
- Follows a consistent style
- Is understandable
- Doesn't contain security vulnerabilities
- Is documented well
- Is easy to maintain
... and every developer has a different opinion of what it looks like. Let's take a look at the code quality tools available for Python.
Learn moreIntroducing Floe - A browser-based IDE
This lightning talk will be an introduction to my project Floe,
Floe is an open-sourced browser-based integrated development environment (IDE) designed for creating programmatic flows, machines, and toolchains, all written in Python.