

About us
Welcome to Python Glasgow, the Python Group for Glaswegian (and nearby) Pythonistas!
From fintech to processing satellite data to automation to game design, Python is everywhere, and its uses only continue to develop in dynamic and exciting ways.
Python Glasgow meets every 1st Wednesday of the month to share and gain different perspectives and insights, sometimes bringing in speakers from across the city, and hosting events to further connection and deepen understanding.
Whether you're new to Python, or a well-seasoned veteran, or even if you just have a passing interesting, everyone is welcome to attend, connect, and leave with some new perspectives and (probably) a belly full of refreshments!
If you are interested in speaking at any of our monthly events, do feel free to contact any of the organizers/co-organizers of the group to make this happen - we welcome a whole range of topics, and look forward to working with you to make your voice and ideas heard.
We expect all members of Python Glasgow to follow our code of conduct.
At Python Glasgow we post our content (including media and documentation) various social media outlets, including meetup and LinkedIn. If you wish for any content to be removed for the sake of privacy or comfort, do feel free to contact an admin member of our group, and we will be more than happy to discuss this with you.
[Join us on devtech.sco Slack](http://links.devtech.scot/slack)! See the #python channel.
Upcoming events
1

Building an AI Travel Agent That Actually Remembers You
·HybridThe Gamer Club, 153 Bath Lane, Glasgow, GBEver wondered how ChatGPT remembers your name, your job, and that project you mentioned three weeks ago? The model itself can't. Underneath, every LLM call starts from a blank slate. The memory is a separate system someone had to design and build, and when you build your own AI agent in Python, that someone is you.
It's a more interesting problem than it looks. You can't just save everything, or the agent drowns in its own history. You need short-term memory for the conversation you're in and long-term memory for everything that should survive after the tab closes, and they demand completely different designs. You need write policies to decide what's worth keeping, semantic search to find "hates early flights" when someone asks about a 6am departure, and rules for when something said in March should override something said in January.
In this talk we'll build a Scottish travel agent (in Python) that remembers your preferences, your budget, and your dodgy knees across conversations. We'll plan some trips, then open up its memory and look at what it actually wrote down: what the user told it, what it merely inferred, the moments it confuses the two, and how each mistake gets fixed.
No AI experience needed. You'll leave with a working repo to play with, a mental model for how memory works in every AI product you use, and a checklist for the memory system you've probably already accidentally built.🎯 Target Audience
- Python developers building AI agents
- AI/LLM practitioners who want to understand memory
- Developers new to AI who want a practical introduction
- Product/AI engineers designing conversational systems
📍 Event Details
Location: The Gamer Club, Glasgow
Venue Info: A purpose-built basement venue for tech meetups — includes console lounge, arcade, kitchen/bar, PCs, projector, and gigabit internet.
💡 BYOB welcome | Free tea & coffee available
Directions: https://www.thegamerclub.co.uk/gettinghere🎥 Streaming
We aim to stream this talk live here:
👉 Watch on YouTube📬 Contact
If you have questions, get in touch:
📧 organisers@python.scot💬 Matrix Chat
Matrix is an open, secure chat platform for communities and collaboration.
Join our Python Glasgow matrix room to chat with organisers and attendees:
https://matrix.to/#/#python:glasgow.social14 attendees
Past events
42

