samarudge/Squeezeit - GitHub
february 2012 by ohskylab
"Python CSS/Javascript minifier"
web
python
hpw
minifier
css
javascript
february 2012 by ohskylab
nicolas33/offlineimap - GitHub
january 2012 by ohskylab
"Read/sync your IMAP mailboxes". Using this to back up Gmail.
backup
email
imap
python
tools
january 2012 by ohskylab
Hyde - A Python Static Website Generator
december 2011 by ohskylab
Could have done with this recently. Next time.
django
generator
python
web
static
december 2011 by ohskylab
dcramer/django-sentry - GitHub
november 2011 by ohskylab
"A realtime event logging and aggregation platform built on Django"
django
development
python
web
events
logging
errors
november 2011 by ohskylab
wgen/pep8 - GitHub
august 2011 by ohskylab
Tests python for PEP 8 style conventions. Thanks, Rolo!
python
django
style
pep8
august 2011 by ohskylab
Learn Python The Hard Way | A Beginner Programming Book
august 2011 by ohskylab
HTML version is free. eBook is supercheap. Not that one should choose programming books on cost.
python
learning
book
free
from delicious
august 2011 by ohskylab
Django Advice / Steve Losh
july 2011 by ohskylab
Lots of useful things here. Use Vagrant.
web
tools
django
python
vagrant
from instapaper
july 2011 by ohskylab
Graphite - Enterprise Scalable Realtime Graphing - Graphite
december 2010 by ohskylab
"A highly scalable real-time graphing system".
monitoring
visualization
python
graphics
tools
from delicious
december 2010 by ohskylab
Django Packages : django reusable apps, sites and tools directory
december 2010 by ohskylab
"Reusable apps, sites, tools, and more for your Django projects".
django
python
web
applications
code
from delicious
december 2010 by ohskylab
newsapps's beeswithmachineguns at master - GitHub
november 2010 by ohskylab
"A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications)"
amazon
aws
ec2
fabric
git
tools
testing
scalability
s3
performance
python
web
november 2010 by ohskylab
Why Django Sucks, and How we Can Fix it
september 2010 by ohskylab
Constructive criticism from the DjangoCon keynote (in the spirit of Cal's highly amusing "Why I Hate Django" from 2008).
django
framework
python
september 2010 by ohskylab
Welcome | ScraperWiki
august 2010 by ohskylab
"All the tools you need for Screen Scraping & Data Mining."
data
datamining
development
python
django
scraper
tools
web
wiki
scraping
parsing
august 2010 by ohskylab
Chris Heathcote: anti-mega: griotism
july 2010 by ohskylab
"Employing an internal data griot makes a lot of sense: someone who can spend the time looking for both large trends and individual needs and uses that illuminate and portend. It’s a hard job, needing a mix of skills rarely found – a smidgen of hard maths and statistics, a pinch of programming, and dessert spoons of various liberal arts. The Economist (sub required) posits them as data scientists (a position Flickr are currently looking for), but this misses the ability to ask interesting questions, and having hunches – being so immersed in the data that relevancy screams out."
analysis
data
last.fm
python
visualization
web
work
processing
stories
grindr
gay
chrisheathcote
griot
july 2010 by ohskylab
Beautiful Soup: We called him Tortoise because he taught us.
june 2010 by ohskylab
"You didn't write that awful page. You're just trying to get some data out of it. Right now, you don't really care what HTML is supposed to look like. Neither does this parser."
browser
datamining
development
python
xhtml
html
web
tools
scraper
parser
opensource
june 2010 by ohskylab
Getting Started with South (Django Database Migrations) | Mitch Fournier
june 2010 by ohskylab
"South is a Django project which [provides] “consistent, easy-to-use, database-agnostic migrations for Django applications.” Below are the most basic steps for getting South up and running in your project."
south
django
via:alastc
migrations
workflow
database
mysql
python
june 2010 by ohskylab
Ed Menendez Blog - Using Django as a Pass Through Image Proxy
march 2010 by ohskylab
"Django allows you to serve static files through your sandbox. By replacing Django's standard static "serve" function with the one below, you will be able to serve images locally, but look for them on a remote URL if it's not found locally."
development
django
python
web
proxy
nginx
march 2010 by ohskylab
The Onion Uses Django, And Why It Matters To Us : django
march 2010 by ohskylab
"Cleaner. Much cleaner. Proper unit testing. Real reusable components across applications. An ORM rather than a just a series of functional query helpers. Tighter conventions (q: how often do people using Python argue about bracing styles? a: they don't). We can update then test a Django core change without worrying about having to take apart our applications, and if we do need to make a change, it's easy to do because there's less, much more readable code. Every member of the tech team can meaningfully contribute because there are fewer specialized or hacked together pieces."
django
advocacy
python
theonion
development
drupal
scalability
web
march 2010 by ohskylab
Agile Testing: Automated deployments with Fabric - tips and tricks
march 2010 by ohskylab
"All deployments need to be automated. No ad-hoc, one-off deployments allowed. If you do allow them, they can quickly snowball into an unmaintainable, unreproducible mess."
agile
automation
continuousdeployment
deployment
django
fabric
python
sysadmin
march 2010 by ohskylab
Python Module of the Week
february 2010 by ohskylab
"The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short examples." Nice.
development
documentation
python
tips
reference
february 2010 by ohskylab
jacobian's django-deployment-workshop at master - GitHub
february 2010 by ohskylab
Code and configuration used in [Jacob Kaplan-Moss'] Django Deployment Workshop.
django
python
deployment
fabric
git
github
february 2010 by ohskylab
The Loudness War Analyzed « Music Machinery
february 2010 by ohskylab
"I’m interested in looking at the loudness for the recordings of a number of artists to see how wide-spread this loudness war really is. To do this I used the Echo Nest remix API and a bit of Python to collect and plot loudness for a set of recordings. I did two experiments. First I looked at the loudness for music by some of my favorite or well known artists. Then I looked at loudness over a large collection of music."
music
audio
statistics
visualization
echonest
python
compression
loudness
mastering
february 2010 by ohskylab
The Echo Nest : The Musical Brain
february 2010 by ohskylab
Lots of rather exciting music analysis APIs.
music
development
web
audio
api
python
visualization
loudness
sound
rest
february 2010 by ohskylab
Presenting django-devserver, a better runserver. | David Cramer's Blog
february 2010 by ohskylab
"django-devserver provides a simple drop-in runserver replacement. It allows you to run a command, python manage.py rundevserver, and to get some additional information. As of writing, that additional information includes real-time SQL logging (aka mass query spam in your terminal), and a summary of cache calls."
optimization
performance
django
python
february 2010 by ohskylab
IPython
february 2010 by ohskylab
"A comprehensive environment for interactive and exploratory computing [featuring] an enhanced interactive Python shell [and] an architecture for interactive parallel computing."
tools
python
programming
django
shell
ipython
february 2010 by ohskylab
WebFaction Forum / Python script to set up Google Apps
january 2010 by ohskylab
"A Python script that uses [the Webfaction] API to create all of the DNS overrides you need to use Google Apps for your email."
webfaction
google
hosting
gmail
python
scripts
email
january 2010 by ohskylab
ClueMapper – Trac
january 2010 by ohskylab
"A web-based application for managing software and software-based consulting projects. Currently it uses Trac to handle individual projects but adds the ability to create new trac instances, svn configurations, etc."
tools
development
vcs
subversion
trac
python
january 2010 by ohskylab
django-lint - Statically check Django applications « code « lamby
january 2010 by ohskylab
"Reports on common programming errors and bad code smells, including checking for nullable CharField field types, the use of brittle or deprecated Django features (such as auto_now_add) as well as the absence of recommended options in settings.py. It aims to encourage the development of high-quality re-usable Django applications."
web
development
testing
django
python
analysis
debug
lint
tools
january 2010 by ohskylab
The apps that power Django-Mingus | Monty Lounge Blog
september 2009 by ohskylab
Lots of useful-looking django apps.
via:alastc
django
python
apps
september 2009 by ohskylab
Blog Roll: Fabric factory
september 2009 by ohskylab
Early days but looks promising. "I have decided to use cpython as platform, django as web framework for the server and Fabric as library to automate the task execution."
django
python
deployment
fabric
continuousintegration
september 2009 by ohskylab
yml / fabric_factory / overview — bitbucket.org
september 2009 by ohskylab
"Aims to provide an easy to setup continuous integration server and client. The server side infrastructure is built on top of django. The tasks are described using fabric."
fabric
django
python
continuousintegration
deployment
september 2009 by ohskylab
Cowboy development with Django at DjangoCon 2009
september 2009 by ohskylab
"Two case studies of building Django applications irresponsibly on tight deadlines, and some thoughts on more sustainable ways of developing with Django."
django
python
simonwillison
web
september 2009 by ohskylab
Automating web site deployment at Barcamp Brighton | Morethanseven
september 2009 by ohskylab
"A brief talk about getting started with automating deployment [...] nice and simple and [doesn't] focus on any specific technology or tool – just the general principles and pitfalls of doing anything manually."
web
development
django
python
deployment
fabric
september 2009 by ohskylab
Django — WebFaction Software Documentation
september 2009 by ohskylab
Webfaction's new Django documentation.
django
hosting
webfaction
python
tutorials
september 2009 by ohskylab
Bitten
august 2009 by ohskylab
"Bitten is a Python-based framework for collecting various software metrics via continuous integration. It builds on Trac to provide an integrated web-based user interface."
tools
development
python
testing
agile
qa
metrics
automation
continuousintegration
trac
august 2009 by ohskylab
Buildbot
august 2009 by ohskylab
"A system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention."
tools
development
python
testing
continuousintegration
automation
agile
august 2009 by ohskylab
Django in the Real World
august 2009 by ohskylab
"There’s plenty of material (documentation, blogs, books) out there that’ll help you write a site using Django… but then what? You’ve still got to test, deploy, monitor, and tune the site; failure at deployment time means all your beautiful code is for naught. This tutorial examines how best to cope when the Real World intrudes on your carefully designed website."
django
tools
development
python
deployment
scaling
august 2009 by ohskylab
Fabric — Fabric v0.9 beta 1 documentation
july 2009 by ohskylab
"A Python library and command-line tool designed to streamline deploying applications or performing system administration tasks via the SSH protocol. It provides tools for running arbitrary shell commands (either as a normal login user, or via sudo), uploading and downloading files, and so forth."
web
tools
programming
python
django
deployment
sysadmin
ssh
fabric
july 2009 by ohskylab
Message™ - By Medium
july 2009 by ohskylab
"A full-featured content management and website development system, with Django templates and a custom data model integrated with GIT."
via:demwunz
django
web
python
cms
git
july 2009 by ohskylab
jacobian's django-shorturls at master - GitHub
july 2009 by ohskylab
"A URL shortening app for Django."
development
django
python
plugin
apps
urls
canonical
july 2009 by ohskylab
Adactio: Journal—Building Reprieve
july 2009 by ohskylab
"I persevered, I obediently followed the tutorial, and I discovered all the things that make Django such a powerful framework; the excellent separation of concerns, the superb templating system, the lack of so-called front-end “helpers” that cripple other server-side frameworks. I think Gareth was really onto something when he noticed the way that the web standards world appears to be choosing Django."
django
python
web
cms
jeremykeith
july 2009 by ohskylab
Four crowdsourcing lessons from the Guardian’s (spectacular) expenses-scandal experiment » Nieman Journalism Lab
june 2009 by ohskylab
"Journalism has been crowdsourced before, but it’s the scale of the Guardian’s project — 170,000 documents reviewed in the first 80 hours, thanks to a visitor participation rate of 56 percent — that’s breathtaking." Brilliant.
guardian
django
python
politics
media
crowdsourcing
simonwillison
journalism
ec2
amazon
uk
june 2009 by ohskylab
Toast Driven - Announcing Haystack - Modular search for Django
april 2009 by ohskylab
"It works directly with Django Models and provides a familiar API to people who are comfortable with Django."
django
web
python
tools
search
april 2009 by ohskylab
django-compress - Google Code
march 2009 by ohskylab
"A Django application that automates CSS/JavaScript compression and helps in making delivery of static media more efficient"
web
css
javascript
optimization
performance
django
python
hpw
minification
march 2009 by ohskylab
django-bloom - Google Code
october 2008 by ohskylab
"Bloom is set of open source pluggable applications for rapidly developing mobile websites in Django."
django
mobile
web
python
framework
october 2008 by ohskylab
django-reversion - Google Code
october 2008 by ohskylab
"Reversion is an extension to the Django web framework that provides comprehensive version control facilities."
django
python
versioning
vcs
development
web
october 2008 by ohskylab
Pinax
september 2008 by ohskylab
"An open-source collection of re-usable apps for the Django Web Framework. By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different."
django
python
web
tools
framework
community
cms
pinax
september 2008 by ohskylab
Announcing dmigrations
september 2008 by ohskylab
"dmigrations is a Django migrations tool. It addresses a common problem in Django development: if you change a model after creating the database tables for it with syncdb, how do you reflect those changes in your database tables without blowing away your existing data and starting again from scratch?"
django
web
development
automation
python
migrations
collaboration
september 2008 by ohskylab
Persistent Django on Amazon EC2 and EBS - The easy way
august 2008 by ohskylab
"This tutorial will take you through all the necessary steps for setting up Django with a persistent PostgreSQL database on AWS. I will be assuming no prior knowledge of AWS,"
web
django
amazon
ec2
development
hosting
python
aws
august 2008 by ohskylab
djangobile - Google Code
august 2008 by ohskylab
"Djangobile is a django extension for render web pages according to device capabilities. Therefore djangobile offers an implementation for W3C Working Draft IDEAL (Interface DEscription Authoring Language)."
mobile
django
web
wurfl
python
august 2008 by ohskylab
Think Python: An Introduction to Software Design
august 2008 by ohskylab
Free beginner's Python book.
programming
learning
python
ebooks
august 2008 by ohskylab
BitNami :: DjangoStack
august 2008 by ohskylab
"The BitNami DjangoStack is an installer that greatly simplifies the installation of Django and its runtime dependencies. It includes ready-to-run versions of Python, Django, MySQL and Apache. DjangoStack is distributed for free under the Apache 2.0 license. "
software
deployment
django
python
mysql
apache
installer
august 2008 by ohskylab
related tags
advocacy ⊕ agile ⊕ ajax ⊕ amazon ⊕ analysis ⊕ apache ⊕ api ⊕ applications ⊕ apps ⊕ apress ⊕ audio ⊕ automation ⊕ aws ⊕ backup ⊕ benchmarking ⊕ blog ⊕ book ⊕ browser ⊕ canonical ⊕ chrisheathcote ⊕ cloud ⊕ cms ⊕ code ⊕ collaboration ⊕ community ⊕ compression ⊕ continuousdeployment ⊕ continuousintegration ⊕ crowdsourcing ⊕ css ⊕ data ⊕ database ⊕ datamining ⊕ debug ⊕ debugging ⊕ deployment ⊕ development ⊕ django ⊕ documentation ⊕ drupal ⊕ ebooks ⊕ ec2 ⊕ echonest ⊕ email ⊕ errors ⊕ events ⊕ fabric ⊕ flask ⊕ framework ⊕ free ⊕ gay ⊕ generator ⊕ geo ⊕ gis ⊕ git ⊕ github ⊕ gmail ⊕ google ⊕ graphics ⊕ grindr ⊕ griot ⊕ guardian ⊕ gunicorn ⊕ hosting ⊕ hpw ⊕ html ⊕ ide ⊕ image ⊕ imap ⊕ installer ⊕ ipython ⊕ javascript ⊕ jeremykeith ⊕ journalism ⊕ kong ⊕ last.fm ⊕ learning ⊕ lint ⊕ logging ⊕ london ⊕ loudness ⊕ mastering ⊕ media ⊕ metrics ⊕ migrations ⊕ minification ⊕ minifier ⊕ mobile ⊕ monitoring ⊕ music ⊕ mysql ⊕ nasa ⊕ nginx ⊕ opensource ⊕ optimization ⊕ parser ⊕ parsing ⊕ pep8 ⊕ performance ⊕ pinax ⊕ pip ⊕ plugin ⊕ politics ⊕ portable ⊕ processing ⊕ programming ⊕ proxy ⊕ python ⊖ qa ⊕ reference ⊕ rest ⊕ ruby ⊕ s3 ⊕ scalability ⊕ scaling ⊕ scraper ⊕ scraping ⊕ scripts ⊕ search ⊕ shell ⊕ shortening ⊕ simonwillison ⊕ site5 ⊕ snippets ⊕ software ⊕ sound ⊕ south ⊕ ssh ⊕ static ⊕ statistics ⊕ stories ⊕ style ⊕ subversion ⊕ sysadmin ⊕ sysops ⊕ templates ⊕ testing ⊕ theonion ⊕ tips ⊕ tools ⊕ trac ⊕ tumblelog ⊕ tutorial ⊕ tutorials ⊕ twill ⊕ ui ⊕ uk ⊕ urls ⊕ vagrant ⊕ vcs ⊕ versioning ⊕ via:alastc ⊕ via:demwunz ⊕ virtualenv ⊕ visualization ⊕ web ⊕ webfaction ⊕ wiki ⊕ windows ⊕ work ⊕ workflow ⊕ wsgi ⊕ wurfl ⊕ xhtml ⊕Copy this bookmark: