Articles tagged 'Python'

See also MicroPython

PyConAU 2025 Melbourne!

PyConAU 2025 Melbourne!

PyConAU 2023 Adelaide!

PyConAU 2023 Adelaide!

Multi-Material 3D Printing With OpenSCAD, Cura and the Geeetech A20T

How to do multi material 3D printing with OpenSCAD and Cura and the Geeetech A20T

Attack and Dethrone Excel

My latest project — CountESS: a visual computing framework for bioinformatics.

Trying to unbind a specific event handler function from an event in Python Tkinter?

Yeah, it unbinds everything, it's a bug.

PyCon 2021 Online

PyConAU 2021 is online again ... but that just means you can enjoy it from home!

DECODING: Programming Beyond Text Files

"Decoding: Programming beyond text files" at PyCOnline AU 2020

A Shorter Words List

Encoding cryptographic keys as passphrases, but easier to spell

Migen Gigatron

An attempt to implement the Gigatron TTL Microcomputer on an FPGA, in Migen.

Python 3: Confirmed

My Python 3 conference T-shirt ...

PyCon 2018 and Compose Melbourne

I headed to PyCon 2018 in Sydney for lots of Pythonic goodness, and then back home for Compose Melbourne, a newish FP conference.

ZOMBIE: Remote control of the DOM

What if you could have a rich web frontend without developing one?

WASTE: Web Abstract Syntax Tree Editor

Editing an AST in the browser

Programming Beyond Text Files

Are programs really text files?

PyCon 2016 Melbourne

PyCon 2016 in Melbourne ...

Nginx proxy_pass to upstream Django always giving 400 Bad Request

I was setting up Django using Gunicorn behind an Nginx proxy the other day, and hit this problem which took a while to find an answer for ... all Django would do was return `400 Bad Request`

Django REST Framework

Django REST Framework: The Good, the Bad and the Ugly. Presented at MelbDjango 0.9 on 6 Feb 2014

Try: Except: Pass

A short rant about a common beginner's mistake in dynamic languages

Testing Django Performance

I presented at the MelbDjango user group on 11 July 2013, here's the slides and some quick scribblings re: the content of my talk, and the feedback from the Djangonauts present.

FastCGI and Memcached, all in C

Mostly, getting stuff done fast in the web world requires doing things in parallel. However, every now and then you bump into a problem where this just doesn't work ...

Python in the Browser

SyntaxError: keyword argument repeated

Multiple Inequalities in Google AppEngine

I was really excited by AppEngine as the start of the Serverless Revolution. It didn't last.