July 2024 Meetup¶
We had the first ever PyTexas Meetup Lightning Talk round, featuring 4 talks from various people.
July Meetup - July 2, 2024¶
Talk 1: logmerger: merging multiple log files by timestamp, using Python, textual, littletable, and deeply nested iterators - Paul McQuire¶
Paul showed a demo of his logmerger utility, which is capable of visualizing multiple logs interleved in a single textual-based interface.
Talk 2: Python v. Go tradeoffs - Matt Criswell¶
Matt talked about the pros and cons of Go and Python, and why you might use one or the other for your projects.
Talk 3: What's in a name? - Analyzing the module names of PyPI packages - Josh Cannon¶
Josh showed off a project he's working on to catalog information about packages in PyPI, and interesting statistics we can glean from the information.
Talk 4: Building a Story: The 3 Act Structure for Demonstrations - Josh Schneider¶
Josh talked about a simple 3-act structure that you can use to tell a compelling story for any demonstration.