Tags
- android
- art
- beauty
- bible
- blogging
- brisbane
- christianity
- community
- dancing
- design
- development
- framework
- free
- God
- ideas
- javascript
- laptop
- life
- mercurial
- music
- musings
- people
- physics
- politics
- programming
- programming languages
- public transport
- pyconau
- pygame
- python
- refactoring
- scripting
- software
- story
- testing
- tips
- tools
- trosnoth
- troubleshooting
- twisted
- ubuntu
- web
- window manager
- wireless
Links
Archives
- July 2023
- March 2022
- April 2020
- April 2019
- March 2019
- January 2019
- November 2018
- October 2018
- September 2018
- April 2016
- September 2015
- August 2014
- April 2014
- February 2014
- January 2014
- August 2013
- July 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- November 2011
- October 2011
- April 2011
- March 2011
- February 2011
- January 2011
- November 2010
- October 2010
- July 2010
- June 2010
- May 2010
- April 2010
Category Archives: long
Flowchart Python
Introduction In 2006, I created Flowchart Python, a Python-based language that uses a flowchart for high-level language structure. I released it on pygame.org. A workmate was recently searching for something related to Python and flowcharts, and stumbled across my project. … Continue reading
Does a DUO Pen Work in Ubuntu
I’ve recently bought a PnF DUO Tigital Tablet Pen. Basically it’s a pen and a sensor which use ultrasonics to turn your screen into a touch screen. PnF provides supporting software for Mac and Windows, but not for Linux. In … Continue reading
The Book and The Crisis
Introduction Not long ago I was on SU’s Camp Leaders’ Weekend. It was a great chance to meet leaders from other SU camps, worship God together, get high-quality training, and learn more about God from the guest speaker. One session … Continue reading
Posted in long
Tagged australia, bible, camps, christianity, church, crisis, God, leadership, reflection
Comments Off on The Book and The Crisis
Pseudo Terminals in Python
Summary In this post I’ll show you a Python script which becomes a pseudo terminal so that it can act as a man in the middle between your terminal emulator and a running process. In my example, the Python script … Continue reading
Python: Context-Sensitive Formatting
Introduction Python’s new string formatting syntax, introduced in Python 2.6, provides many advantages over the old %-based formatting. I’ve set out to extend this string formatting, in order to help developers avoid making silly mistakes like forgetting to quote special … Continue reading
Posted in long
Tagged conversion, formatting, free, programming, python, strings, tools
Comments Off on Python: Context-Sensitive Formatting