Algo SIG @ Holiday Club (Uptown): Thu, Nov 02 2023 at 06:30 PM at Holiday Club
Tue, Oct 24 2023 at 05:30 PM at Convene
(45 Minutes)
By: Joshua Herman
Experience Level: Advanced
A natural language chatbot accessible using SMS and the internet. Under the hood it uses langchain (a way to augment LLMs) that currently is accessible through its SMS interface ( and web interface (http://www.securday.com) . Under the hood it is 94% Python using langchain to manage the interactions with OpenAI's GPT-4 and can calculate with wolfram alpha , create and run python scripts, interact with Bash and retrieve shodan's security scans.
(5 Minutes)
By: Joe Jasinski
Experience Level: Novice
In this lightning talk, you will learn about 5 cool Python modules that are guaranteed to boost your productivity and expand your coding horizons. Join us for this thrilling session and discover these exciting Python modules!
Algo Sig @ Tegus (Downtown): Thu, Oct 05 2023 at 06:30 PM at Tegus (by AlphaSense)
ChiPy September 2023 __Main__ Meeting: Thu, Sep 14 2023 at 06:30 PM at Pumping Station: One
(30 Minutes)
By: Walter Goulet
Experience Level: Novice
Learn about how Python can help product managers with some of the day to day tasks that are needed to understand how their products are used, prototype ideas to explain to engineering teams and help you avoid drowning in spreadsheets.
(30 Minutes)
By: Raymond Berg
Experience Level: Intermediate
Everyone in 2020 developed a new hobby, mine was tabletop storytelling. I started searching for tools that would help me keep track of the complex relationships inside the stories, but nothing fit my desires for a fast and easy-to-use wiki to keep track of our lore. In this talk, I'll introduce you to secret-wiki, a project I started to make editing and sharing more fun. React + FastAPI.