ChiPy __Main__ Meeting
When: Nov. 14, 2024, 6 p.m.
Where: Slalom Build
Attendance:
In Person Pythonistas: 58
Topics
-
Introducing Floe - A browser-based IDE
By: Andrew Wingate
Experience Level: Novice
Length: 20 Minutes
Description: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. -
Why do I need a strategy for code quality?
By: Heather White
Experience Level: Novice
Length: 15 Minutes
Description: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.