PyConAU 2023 Adelaide!
2023-08-20I was at PyConAU 2023 Adelaide … my first in-person conference since PyConAU and Compose Melbourne in 2018 so I was very excited … I presented on my current work, CountESS, and also for the inaugural PyConAU Fair I presented a silly toy I created out of a thrift shop guitar hero controller …
CountESS
- Slides from “CountESS: Count-based Experimental Scoring and Statistics”
- Video at YouTube
- countess github repo
ERRATA: I somehow got Frederick Sanger’s name wrong in the slides and just read it out without noticing. Ooops. Hopefully I’ll be able to put a correction in the video. Sorry, Fred.
MIDI Hero
… at the inaugural PyConAU Fair!
There’s some video from the fair itself including me making boop boop noises but not very muscially. On of these days I’ll fix the terrible latency on this device and it’ll be actually fun to play.
Other Videos
The videos are now appearing on the PyConAU YouTube channel (here’s the 2023 playlist) and so far ones that I’ve found interesting:
Bio sciences
-
Alan Rubin: Building a biological database with Python
This is all about MaveDB, which is somewhat related to CountESS in that it deals with Multiplex Assays of Variant Effect, which is the kind of data which CountESS can process.
-
David Lawrence: Analysing and sharing genetic data with Python
More dataflows! This time on the clinical analysis side.
Building a graphical query into a Django
Q
query which then turns into an efficient SQL query on the backend. This is the kind of thing I’ve dabbled with a little and it’s a really interesting aim.
Other science stuff
-
Alex Ware: An Introduction to PySpark
How is PySpark useful and how is it like and unlike Pandas?
Should CountESS be running over Spark? Quite possibly.
-
The number 19,200 will apparently haunt me forever. It’s interesting to see the lengths that this team have had to go to to avoid radio interference.
Other
-
Russell Keith-Magee: How to build a cross-platform graphical user interface with Python
All about Toga, which is a nice GUI toolkit alternative to … well, all the other ones.
CountESS’s GUI should probably be rewritten in Toga if only because it solves a couple of immediate irritations and hopefully looks a bit nicer on Mac / Windows than just the Tkthemes.
-
Amanda J Hogan: Zero or Hero? Assessing Pygame Zero in the classroom
Amanda brings some perspective on what it’s like to teach beginner programmers, which I think is really interesting as we’re all begineers from time to time.
Also check out the Education Showcase for the other side of the same story.
WASM, etc
Yeah, I’m still interested in WASM for many reasons, not the least of which is that I’m sick of hearing about containers. Katie’s & Jim’s talks are somewhat connected so watch Katie’s first …
… the tragic thing is, at some point I might have to admit that maybe Java got it right in the first place with JAR files containing their own dependencies, etc.