Tag Archives: Python

NPR posts a news app HOWTO, along with code

NPR.org: “How to build a news app that never goes down and costs you practically nothing”. Python (Flask, Fabric, Jinja) and Amazon EC2. A nice walk through with code for contribution and reuse.

Posted in Coding, Software Engineering, Programming, Communications, Connection, the Internet, the Web, and Media, Journalism, norgs, and the future of news, Public Service, Civics, Government and Activism | Tagged , , , , , | Comments Off

Recent Python packaging reads

Python packaging options are so varied, so strongly disputed as to what is ‘best’ or ‘correct’ or ‘the past’ that they are as un-Pythonic as can be. I love Python, but when it comes to packaging, well lets say I … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged | Comments Off

Greg Laden: “Is Python The New Basic?”

Greg Laden recently posted some thoughts about “Python for Kids”, a book by Jason Briggs. Recently I discovered the turtle module, which is heavily used in the book, is included in the standard Python distribution when I tripped upon a … Continue reading

Posted in Coding, Software Engineering, Programming, Education, Emma | Tagged , | Comments Off

Tim Bray, “we have so little consensus on these issues”

Tim Bray posted a thought provoker in “Type-System Criteria”. Working in Android has caused him to rethink some positions. Go read.

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Greg Wilson, “This continues to be the biggest headache our students face”

Greg Wilson discusses one of the biggest road blocks to using Python more widely, especially in teaching situations, in “It Just Keeps On Hurting”.

Posted in Coding, Software Engineering, Programming, Education | Tagged | Comments Off

The Python Ecosystem – An Introduction

mirnazim.org posts a fantastic intro to the ‘Python Ecosystem’ that is worth bookmarking and coming back to: Python Ecosystem – An Introduction. Discussion at Hacker News. Here is some great Python related news: Adrian Holovaty is getting back involved with … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , | Comments Off

Virtualenv, Fabric, and Pip: a coding post

Alex Clemesha wrote a blog post back in 2009 that points to 3 elements of the Python ecosystem that I’ve made part of my toolbox that if you haven’t read, is worth a read: “Tools of the Modern Python Hacker: … Continue reading

Posted in Coding, Software Engineering, Programming | Tagged , | Comments Off

A Yahoo! Pipes influenced Python toolset for ETL

PyF looks interesting. In a similar vein is Ruffus and Orange (Orange looks impressive and has data analysis capability to boot).

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

Emacs links for September 25, 2010

SaltyCrane Blog: “My Emacs Python environment” – good tips here. dot unplanned: “org-mode in your pocket is a gnu-shaped devil” mobileorg-android – I might want to dip my toes into this

Posted in Coding, Software Engineering, Programming | Tagged , , , | Comments Off

2 TDD Links for Python

These two links are good starting points for getting in the habit of TDD with Python: Giv Parvaneh: “Test-Driven Development – How Do I Start?” O’Reilly Media: Jason Diamond: “Test-Driven Development in Python”

Posted in Coding, Software Engineering, Programming | Tagged , , | Comments Off