📢 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: Oct. 10, 2024, 6 p.m.
Where: Tegus
200 N. LaSalle Street. Suite 1100. Chicago, IL 60601
Directions:
Building Entry: Upon arriving at Tegus HQ, attendees will be asked to provide a legal ID to the front desk to check-in. Event Location: Floor 11 - Millennium Park Conference Room.
Registration for this event will close on Thursday October 10 at 12:00 p.m.
Attendance:
In Person Pythonistas: 31
TOPICS FOR NEXT EVENT
A hand-holding guide to writing FUSE-based filesystems in Python
FUSE (an interface for userpsace programs to export a virtual filesystem to the Linux kernel) is a great tool, and can be used to present many different situations. There are several good examples that are shipped with the bindings for different languages (i.e. almost 20 example programs are available in C for the reference implementation).
Python is a very popular language for teaching, and of course, there are Python bindings available for FUSE PyPI page. Of course, it …
Learn more"Make It So" Simple: Streamlining Web Development with PostgreSQL & SQLAlchemy
Looking to add new features to your web application? Before diving into the sea of flashy open-source tools, consider this: each new addition can introduce unnecessary complexity and potential pitfalls. What if the solutions you need are already available to you—in your database?
In this talk, we'll explore how leveraging the powerful features of PostgreSQL and SQLAlchemy can simplify your web applications. See some examples of how to implement new functionalities without the overhead of extra services, and unlock the …
Learn more