keimlink + programming   490

gdata-python-client - Google Data APIs Python Client Library - Google Project Hosting
The Google Data Python Client Library provides a library and source code that make it easy to access data through Google Data APIs.
google  programming  api  data  opensource  python  library 
9 days ago by keimlink
Gearman
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events.
programming  framework  distributed  scalability  opensource  mapreduce 
26 days ago by keimlink
Welcome | Legit (Git Workflow for Humans)
Legit is a complementary command-line interface for Git, optimized for workflow simplicity.
git  opensource  python  console  tools  useability  commandline  programming 
5 weeks ago by keimlink
httpbin(1): HTTP Client Testing Service
Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic for testing POST requests, but not much else. This exists to cover all kinds of HTTP scenarios.
http  testing  json  webdev  programming 
5 weeks ago by keimlink
PhoneGap
PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores.
mobile  programming  javascript  html5  ios  android  blackberry  windowsmobile  webos  symbian 
5 weeks ago by keimlink
TDDjangoTutorial
An introduction to Test-Driven web development using Django.
django  programming  testing  selenium  mock  opensource  tutorial 
5 weeks ago by keimlink
Portable Python
Portable Python is a  Python® programming language preconfigured to run directly from any USB storage device, enabling you to have, at any time, a portable programming environment. Just download it, extract to your portable storage device or hard drive.
python  programming  python3  windows 
6 weeks ago by keimlink
PhantomJS: Headless WebKit with JavaScript API
PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
browser  json  javascript  testing  svg  screenscraping  dom  programming  opensource 
7 weeks ago by keimlink
pyrasite
Inject code into a running Python process and lets you introspect it.
python  programming  debugging  injection  opensource 
11 weeks ago by keimlink
pythonpackages.com
This website showcases Python packages and the people who love them.
python  packaging  statistics  programming  opensource 
12 weeks ago by keimlink
home | Disco Project
Disco is a distributed computing framework based on the MapReduce paradigm.
python  programming  distributed  framework  mapreduce  opensource 
12 weeks ago by keimlink
Python Data Analysis Library — pandas: Python Data Analysis Library
pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
python  programming  library  data  analysis  opensource 
12 weeks ago by keimlink
snipMate - TextMate-style snippets for Vim : vim online
snipMate.vim aims to be an unobtrusive, concise vim script that implements some of TextMate's snippets features in Vim.
vim  plugin  programming  snippets  editor 
february 2012 by keimlink
ClocExtension - Mercurial
Count files and lines of source code in Mercurial repository.
mercurial  extension  code  statistics  hg  dvcs  programming 
february 2012 by keimlink
gedit
gedit is the official text editor of the GNOME desktop environment. While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.
editor  opensource  gnome  programming 
february 2012 by keimlink
Default Parameter Values in Python
Python’s handling of default parameter values is one of a few things that tends to trip up most new Python programmers (but usually only once).
python  programming 
february 2012 by keimlink
Underscore.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects.
javascript  library  programming  opensource 
january 2012 by keimlink
PatchbombExtension - Mercurial
This extension adds a new email command to send a collection of Mercurial changesets as a series of patch emails.
mercurial  hg  dvcs  email  programming  extension 
january 2012 by keimlink
Efficient String Concatenation in Python
An assessment of the performance of several methods.
python  programming  performance 
january 2012 by keimlink
Dabeaz: Porting Py65 (and my Superboard) to Python 3
Insightful blog post about migrating to Python 3. Especially the part about __getslice__ and __getitem__ is interesting.
python3  blog  article  programming 
november 2011 by keimlink
Python Mock Library Comparison v1.0 documentation
This is a side-by-side comparison of how to accomplish some basic tasks with popular Python mocking libraries and frameworks.
python  programming  mock  comparison 
october 2011 by keimlink
flake8 0.8 : Python Package Index
Code checking using pep8 and pyflakes.

Flake8 is a wrapper around these tools: PyFlakes, pep8, Ned's MacCabe script

Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8 and PyFlakes extended options and just uses defaults. It displays the warnings in a per-file, merged output.
python  programming  lint  checker  pep8  code  opensource  tools 
october 2011 by keimlink
Index of /tig
Tig is a git repository browser that additionally can act as a pager for output from various git commands.
git  console  programming  gui  dvcs  tools 
september 2011 by keimlink
vorushin/sublimetext_python_checker - GitHub
Integration of pep8 and pyflakes checkers for python files in SublimeText 2 editor.
sublimetext  plugin  code  lint  python  programming  pep8 
july 2011 by keimlink
Sublime Text: The text editor you'll fall in love with
Sublime Text is a sophisticated text editor for code, html and prose.
editor  programming  text  windows  macosx  linux  python  sublimetext 
july 2011 by keimlink
ipdb 0.4 : Python Package Index
All IPython features (tab completion, nice tracebacks) right in pdb.
python  debugging  ipython  programming  opensource  console 
july 2011 by keimlink
pyPdf
A Pure-Python library built as a PDF toolkit. It is capable of extracting document information, splitting and merging documents page by page, cropping pages, merging multiple pages into a single page, encrypting and decrypting PDF files.
python  pdf  library  programming  opensource 
july 2011 by keimlink
splinter 0.1.1 : Python Package Index
splinter is a tool for test web applications with a simple for find elements, form actions, and others browser actions.
python  testing  acceptance_testing  programming  opensource  dom  browser 
july 2011 by keimlink
WebSocket: Annäherung an Echtzeit im Web | heise Developer
Für die Realisierung von "Echtzeit" im Web kamen in der Vergangenheit Hacks zum Einsatz. Mit WebSocket haben Entwickler nun einen Standard in der Hand, der ihnen bidirektionale Kommunikation über eine TCP-Verbindung bietet.
websocket  heise  programming  network  http  javascript  german 
july 2011 by keimlink
Programming, Motherfucker
The Motherfucking Manifesto for Programming, Motherfuckers
programming  humor  manifesto 
july 2011 by keimlink
python-dateutil - Labix
The dateutil module provides powerful extensions to the standard datetime module, available in Python 2.3+.
python  library  calendar  programming  datetime  opensource 
july 2011 by keimlink
Django Advice / Steve Losh
How to do Django development and deloyment using Vagrant, Fabric, South, Werkzeug, Gunicorn, Vim and Mercurial.
django  python  programming  deployment  fabric  vagrant  south  werkzeug  gunicorn  mercurial  vim  blog  article 
july 2011 by keimlink
Reindent 0.1.1 : Python Package Index
Change Python (.py) files to use 4-space indents and no hard tab characters. Also trim excess spaces and tabs from ends of lines, and remove empty lines at the end of files. Also ensure the last line ends with a newline.
python  code  opensource  style  tools  programming 
july 2011 by keimlink
ScraperWiki
ScraperWiki is all the tools you need for Screen Scraping, Data Mining & visualisation.
database  datamining  opendata  php  programming  python  ruby  screenscraping  tools  wiki 
july 2011 by keimlink
Masterbranch · Show me the code!
Masterbranch is a site for developers and employers who are looking for great developers. This is a place where developers can create their profile, which is automatically updated through their open source activity, and where employers can find candidates for available positions by looking at the skills of each developer.
jobs  opensource  community  programming  directory 
june 2011 by keimlink
Welcome to PyStar! — PyStar: Programming Workshops for Women and Their Friends
The PyStar program is a workshop designed to teach all women (including trans women) and their friends who are looking to learn how to program in a friendly non-alpha-geek environment.
python  feminism  programming  women  tutorial 
june 2011 by keimlink
The Architecture of Open Source Applications
In this book, the authors of twenty-five open source applications explain how their software is structured, and why. What are each program's major components? How do they interact? And what did their builders learn during their development? In answering these questions, the contributors to this book provide unique insights into how they think.
book  opensource  architecture  programming  development  software 
june 2011 by keimlink
CherryPy - Trac
CherryPy is a pythonic, object-oriented HTTP framework.
python  framework  web  programming  cherrypy  opensource 
june 2011 by keimlink
Merengue CMS, a Django based CMS on steroids - Merengue powered site
Merengue is a full-featured and pluggable CMS designed for creating websites, writing less code and mantaining clean, elegant and re-usable code.
django  cms  python  programming  opensource 
june 2011 by keimlink
WebSocket.org -- A WebSocket Community
The WebSocket specification introduced the WebSocket JavaScript interface, which defines a full-duplex single socket connection over which messages can be sent between client and server.
javascript  websocket  html5  tutorial  programming  webdev  reference 
june 2011 by keimlink
Asciiflow - ASCII Flow Diagram Tool
Create an ASCII flow diagram in the browser and export it as text or HTML.
ascii  tools  programming  browser  html  text  diagram 
june 2011 by keimlink
Data Brewery and Cubes
Brewery is a Python framework and collection of tools for analysing and mining data.
python  datamining  programming  opensource  opendata  csv  mongodb  database 
june 2011 by keimlink
Django REST framework
Django REST framework is a lightweight REST framework for Django, that aims to make it easy to build well-connected, self-describing RESTful Web APIs.
django  python  rest  programming  framework  opensource  http  browser 
june 2011 by keimlink
pyparsing - home
The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.
python  parser  opensource  programming 
june 2011 by keimlink
Python Package Index : Unipath
Unipath is package for doing pathname calculations and filesystem access in an object-oriented manner, an alternative to os.path.*, shutil.*, glob, and some os.* functions.
python  programming  filesystem  opensource  package 
may 2011 by keimlink
jQuery Waypoints
Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element.
jquery  javascript  programming  webdev  plugin 
may 2011 by keimlink
Git Cheatsheet
Awesome in browser Git cheatsheet and visualizaion.
git  cheatsheet  reference  visualization  programming  awesome  browser 
april 2011 by keimlink
REST worst practices
Jacob Kaplan-Moss on designing REST APIs in Django.
django  rest  api  programming  web  python 
april 2011 by keimlink
Features — execnet documentation
execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API.
python  distributed  programming  library  cluster  opensource 
march 2011 by keimlink
pythonsprints.com
Home of the Python Software Foundation (PSF) "sponsored sprints" initiative.
python  opensource  community  programming 
march 2011 by keimlink
JSHint, A JavaScript Code Quality Tool
JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team's coding conventions. It is very flexible so you can easily adjust it to your particular coding guidelines and the environment you expect your code to execute in.
javascript  tools  programming  code  validation  lint 
february 2011 by keimlink
Mock - Mocking and Testing Library
mock is a Python module that provides a core Mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way.
python  testing  mock  programming  library  unittest  opensource 
february 2011 by keimlink
Pylons Project
The Pylons Project was founded by the people behind the Pylons web framework to develop web application framework technology in Python. Rather than focusing on a single web framework, the Pylons Project will develop a collection of related technologies. The first package is the Pyramid web framework.
python  framework  programming  pylons  pyramid  web  opensource 
february 2011 by keimlink
haypo/faulthandler - GitHub
Fault handler for SIGSEGV, SIGFPE, SIGBUS and SIGILL signals: display the Python backtrace and restore the previous handler. Allocate an alternate stack for this handler, if sigaltstack() is available, to be able to allocate memory on the stack, even on stack overflow (not available on Windows).
python  development  programming  opensource  debugging 
february 2011 by keimlink
jezdez/django-staticfiles - GitHub
A Django app that provides helpers for serving static files. It collects media from each of your applications (and any other places you specify) into a single location that can easily be served in production.
django  python  programming  opensource  media  staticfiles 
january 2011 by keimlink
virtualenvwrapper.django - Django template plugin for virtualenvwrapper.project
virtualenvwrapper.django is a template plugin for virtualenvwrapper.project to create new Django projects automatically. When used with mkproject, it installs Django into the new virtualenv then runs django-admin.py to create a new project skeleton.
django  python  virtualenv  programming  opensource  automation  plugin 
january 2011 by keimlink
Python Package Index : djangopypi
DjangoPyPI is a Django application that provides a re-implementation of the Python Package Index.
django  python  pypi  opensource  programming  deployment  packaging 
january 2011 by keimlink
Python Package Index : kombu
Kombu is an AMQP messaging framework for Python. The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol, and also provide proven and tested solutions to common messaging problems.
python  amqp  messaging  opensource  rabbitmq  programming 
january 2011 by keimlink
Python Package Index : pycmd
pycmd is a collection of command line tools for helping with Python development.
python  tools  development  programming  opensource  commandline 
december 2010 by keimlink
HTML/CSS to PDF converter written in Python - HTML2PDF Converter
XHTML2PDF is a converter for HTML/XHTML and CSS to PDF and a Python package.
python  pdf  html  converter  django  programming  xhtml  opensource 
december 2010 by keimlink
python-gnupg - Project Hosting on Google Code
The gnupg module allows Python programs to make use of the functionality provided by the Gnu Privacy Guard. Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage
(generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP.
python  security  gnupg  library  programming  privacy  encryption 
november 2010 by keimlink
Cheesecake - Trac
The idea of the Cheesecake project is to rank Python packages based on various empirical "kwalitee" factors.
python  programming  testing  metrics  code  software  development  packaging  opensource 
november 2010 by keimlink
Byteflow - a Python/Django Blog Engine
Byteflow is a blog engine written in Python using Django.
django  python  blog  programming  software  opensource 
october 2010 by keimlink
« earlier      

related tags

3d  acceptance_testing  actionscript  agile  ai  ajax  amf  amqp  analysis  android  animation  ant  apache  api  apple  applescript  apps  april  architecture  arduino  art  article  ascii  atom  audio  authentication  automation  autonomous  avr  awesome  backbone.js  bash  bazaar  bdd  benchmark  berlin  bestpractices  blackberry  blog  book  books  branching  browser  bugtracker  bugzilla  build  business  bytecode  c++  cache  caching  calendar  captcha  career  cartoon  ccc  celery  challenge  cheatsheet  checker  checklist  cherrypy  chm  clojure  cluster  cms  code  codeigniter  codereview  codeswarm  collaboration  comic  commandline  commercial  community  comparison  compatibility  competency  competition  compiler  concurrency  conference  configuration  congress  console  continuousintegration  converter  cookbook  cookie  couchdb  couchdbkit  creativecommons  cryptography  css  csv  culture  curses  data  database  datamining  datetime  debian  debug  debugging  december  delicious  deployment  design  development  diagram  diff  directory  distribute  distributed  diy  django  djangocon  djangocon09  djangocon10  dlr  doctrine  documentation  docutils  dom  dos  drupal  dvcs  eclipse  editor  education  eeepc  electronics  elementtree  email  embedded  encryption  encyclopedia  erlang  europe  event  example  extension  extremeprogramming  fabric  facebook  fastcgi  feed  feminism  filesystem  filetype:pdf  firefox  flash  flask  flex  flickr  font  forms  framework  free  from:Alien8  from:johl  from:smile_x  fulltext  funny  gallery  game  gamedev  games  geek  generator  generators  geniusql  geocoding  geography  german  germany  gfdl  gis  git  gnome  gnupg  google  graphics  grok  gtk  gui  guide  gunicorn  hacking  hardware  heise  hex  hg  highlight  history  hosting  howto  html  html5  http  humor  i18n  ide  identity  images  import  injection  installer  integration  interactive  interface  interpreter  ios  ip  iphone  ipython  irc  IronPython  jabber  java  javascript  jinja  jira  job  jobs  joel  jqtouch  jquery  json  july  june  karlsruhe  keynote  languages  ldap  lego  leopard  library  life  lint  linux  list  logging  lolcats  lolcode  macosx  management  manifesto  manual  mapping  mapreduce  maps  mashup  mathematics  matrix  may  media  media:document  mercurial  messaging  metadata  metaprogramming  methodology  metrics  microcontroller  microframework  microsoft  middleware  migration  mindstorm  mit  mobile  mock  modestmaps  mongodb  monitoring  movies  mozilla  mssql  multitouch  music  mvc  mysql  nerd  network  nginx  nodejs  nosql  oauth  oembed  online  oop  opendap  opendata  openid  opensocial  opensource  openssl  optimization  oracle  oreilly  orm  package  packaging  parallel  parser  paste  pastebin  patterns  pdf  people  pep  pep8  performance  perl  pet  phing  php  phpunit  pip  pipes  plone  plotting  plugin  podcast  poland  pony  pootle  postgresql  prague  presentation  privacy  problems  processing  productivity  profile  programming  project  projectmanagement  propel  property  prototype  proxy  psychology  puredata  pydev  pygame  pygtk  pyjamas  pylons  pypi  pyramid  pytest  python  python3  qa  rabbitmq  radio  rails  redis  refactoring  reference  regexp  registration  relase  remote  renderer  resources  rest  restructuredtext  robocode  robotics  routing  rpc  rss  ruby  scalability  schneier  science  scm  screencast  screenscraping  scriptaculous  scripting  scripts  scrum  searchengine  security  selenium  semantic  seo  serial  server  service  setuptools  sharing  shell  showcase  silverlight  skateboard  sketch  skills  smarty  sniffer  snippets  snmp  soap  social  socialnetwork  software  softwareengineering  sorting  south  sphinx  sproutcore  sql  sqlalchemy  sqlite  stackless  standards  staticfiles  statistics  storage  storm  style  styleguide  sublimetext  subversion  svg  svn  symbian  symfony  syntax_highlighting  sysadmin  tagging  talk  tcp  team  template  templateengine  terminal  test  testing  text  textmate  threads  timeline  tools  tracking  training  translation  tuning  tutorial  twisted  twitter  typography  ui  uml  unicode  unittest  unix  useability  vagrant  validation  validator  vcs  versioning  vi  video  vim  vimrc  virtualenv  visualization  web  web2.0  webdesign  webdev  webhook  webinar  webos  websocket  werkzeug  wiki  wikipedia  windows  windowsmobile  women  worm  wsgi  wysiwyg  xdebug  xhtml  xkcd  xliff  xml  xmpp  xslt  xss  Youtube  zend  zeromq  zope 

Copy this bookmark:



description:


tags: