jefframnani + python 673
Stallion by perone
4 days ago by jefframnani
Stallion is a Python Package Manager interface created to provide an "easy-to-use" visual interface for Python newcomers.
python
packaging
4 days ago by jefframnani
OpenShift by Red Hat
8 days ago by jefframnani
Red Hat's PaaS cloud offering.
cloud
deployment
python
java
ruby
8 days ago by jefframnani
synack/repoman · GitHub
9 days ago by jefframnani
Repoman is a RESTful client/server interface for managing Debian repositories and building packages.
packaging
debian
python
9 days ago by jefframnani
5 Years of Bad Ideas
16 days ago by jefframnani
Armin Ronacher presentation on doing Magic in Python. Presents some of Python's most dynamic features. Use sparingly.
programming
python
metaprogramming
16 days ago by jefframnani
kennethreitz/inbox.py · GitHub
23 days ago by jefframnani
Python SMTP Server for Humans.
python
email
smtp
23 days ago by jefframnani
Repository Structure and Python
24 days ago by jefframnani
This opinionated guide was written for my best-practices guide, The Hitchhiker's Guide to Python.
It is based on the recommendations of the Distribute project, personal experience, and good intentions.
python
programming
django
packaging
It is based on the recommendations of the Distribute project, personal experience, and good intentions.
24 days ago by jefframnani
Joblib: running Python function as pipeline jobs — joblib v0.6.3 documentation
27 days ago by jefframnani
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers:
* transparent disk-caching of the output values and lazy re-evaluation (memoize pattern)
* easy simple parallel computing
* logging and tracing of the execution
python
numpy
parallel
* transparent disk-caching of the output values and lazy re-evaluation (memoize pattern)
* easy simple parallel computing
* logging and tracing of the execution
27 days ago by jefframnani
CS 61A Home Page
4 weeks ago by jefframnani
SICP taught using Python instead of Scheme.
education
programming
python
sicp
4 weeks ago by jefframnani
sebastien/cuisine · GitHub
4 weeks ago by jefframnani
Chef-like functionality for Fabric
fabric
python
sysadmin
deployment
configurationmanagement
4 weeks ago by jefframnani
Watchdog — watchdog v0.5.4 documentation
4 weeks ago by jefframnani
Python API library and shell utilities to monitor file system events.
python
shell
bash
filesystem
4 weeks ago by jefframnani
SQLAlchemy - The Database Toolkit for Python
4 weeks ago by jefframnani
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
database
programming
python
sql
orm
4 weeks ago by jefframnani
dotcloud/zerorpc-python
8 weeks ago by jefframnani
zerorpc is a flexible RPC implementation based on zeromq and messagepack.
python
distributed
programming
zeromq
messaging
8 weeks ago by jefframnani
rygwdn/vim-ipython · GitHub
8 weeks ago by jefframnani
Push code from Vim into IPython.
vim
plugin
python
8 weeks ago by jefframnani
Sage: Open Source Mathematics Software
8 weeks ago by jefframnani
Sage is a free open-source mathematics software system licensed under the GPL. It combines the power of many existing open-source packages into a common Python-based interface.
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
math
python
programming
Mission: Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab.
8 weeks ago by jefframnani
j2labs/brubeck
8 weeks ago by jefframnani
A coroutine oriented web framework featuring: Mongrel2, Gevent (or Eventlet), ZeroMQ and DictShield
python
framework
web
webdev
programming
http
8 weeks ago by jefframnani
Overview — PySLURM 2.2.7-1 documentation
8 weeks ago by jefframnani
PySLURM is a Python/Cython extension module to the Simple Linux Unified Resource Manager (SLURM) API.
python
slurm
hpc
8 weeks ago by jefframnani
Python IRC library (AKA python-irclib AKA irclib.py)
8 weeks ago by jefframnani
This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections.
python
irc
8 weeks ago by jefframnani
boxedice/python-daemon
8 weeks ago by jefframnani
This is a Python class that will daemonize your Python script so it can continue running in the background. It works on Unix, Linux and OS X, creates a PID file and has standard commands (start, stop, restart) + a foreground mode.
python
programming
sysadmin
unix
daemon
8 weeks ago by jefframnani
Welcome | Legit (Git Workflow for Humans)
9 weeks ago by jefframnani
Legit is a complementary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac
git
python
9 weeks ago by jefframnani
Markdoc Documentation » Index
9 weeks ago by jefframnani
Markdoc is a lightweight Markdown-based wiki system. It’s been designed to allow you to create and manage wikis as quickly and easily as possible.
python
markdown
wiki
documentation
9 weeks ago by jefframnani
Frozen-Flask — Frozen-Flask 0.9 documentation
9 weeks ago by jefframnani
Frozen-Flask freezes a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditional web server.
python
programming
html
webdev
9 weeks ago by jefframnani
pyrasite
9 weeks ago by jefframnani
Pyrasite lets you to inject arbitrary code into running Python processes.
Awesome for debugging
python
programming
debugging
performance
Awesome for debugging
9 weeks ago by jefframnani
numexpr - Fast numerical array expression evaluator for Python and NumPy. - Google Project Hosting
10 weeks ago by jefframnani
The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime.
python
math
numpy
10 weeks ago by jefframnani
PyTables - Getting the most *out* of your data
10 weeks ago by jefframnani
PyTables is built on top of the HDF5 library, using the Python language and the NumPy package. It features an object-oriented interface that, combined with C extensions for the performance-critical parts of the code (generated using Cython), makes it a fast, yet extremely easy to use tool for interactively browse, process and search very large amounts of data. One important feature of PyTables is that it optimizes memory and disk resources so that data takes much less space (specially if on-flight compression is used) than other solutions such as relational or object oriented databases.
programming
python
database
bigdata
storage
10 weeks ago by jefframnani
gevent: A coroutine-based network library for Python
11 weeks ago by jefframnani
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop.
python
concurrency
networking
11 weeks ago by jefframnani
A Database Query Language — HTSQL
11 weeks ago by jefframnani
HTSQL is designed for data analysts and other accidental programmers who have complex business inquiries to solve and need a productive tool to write and share database queries.
database
python
sql
programming
11 weeks ago by jefframnani
pyvideo.org
11 weeks ago by jefframnani
Python related video indexed so you can find it.
python
video
programming
11 weeks ago by jefframnani
mozilla-services/circus
11 weeks ago by jefframnani
Circus is a program that runs and watches several processes.
Circus can be used as a library or through the command line.
python
sysadmin
programming
Circus can be used as a library or through the command line.
11 weeks ago by jefframnani
signedimp 0.3.2 : Python Package Index
11 weeks ago by jefframnani
This module implements an import hook for verifying Python modules before they are loaded, by means of cryptographically-signed hashes. It is compatible with PEP 302 and designed to complement the code-signing functionality of your host OS (e.g. Microsoft Authenticode, Apple OSX Code Signing) which may be able to verify the Python executable itself but not the code that is dynamically loaded at runtime.
python
programming
packaging
11 weeks ago by jefframnani
myppy 0.1.0 : Python Package Index
11 weeks ago by jefframnani
Myppy is a set of tools for building and managing a portable python environment. The end result is something similar in spirit to portable python but can be built for a variety of different platforms.
python
programming
packaging
11 weeks ago by jefframnani
esky 0.9.7 : Python Package Index
11 weeks ago by jefframnani
Esky is an auto-update framework for frozen Python applications. It provides a simple API through which apps can find, fetch and install updates, and a bootstrapping mechanism that keeps the app safe in the face of failed or partial updates.
python
programming
packaging
11 weeks ago by jefframnani
PyPedia
11 weeks ago by jefframnani
PyPedia is a collaborative programming web environment. Each article in this wiki is a function or class or any other piece of Python code. No need to import anything. Just call the function or instantiate the class that belongs to any other article.
python
wiki
programming
11 weeks ago by jefframnani
Six: Python 2 and 3 Compatibility Library — six 1.1.0 documentation
11 weeks ago by jefframnani
Six provides simple utilities for wrapping over differences between Python 2 and Python 3.
programming
python
11 weeks ago by jefframnani
jkbr/httpie - GitHub
12 weeks ago by jefframnani
HTTPie is a CLI frontend for python-requests. It provides an http command that can be used to easily issue HTTP requests. It is meant to be used by humans to interact with HTTP-based APIs and web servers.
http
python
programming
webdev
webmaster
debugging
12 weeks ago by jefframnani
Func
february 2012 by jefframnani
Func is a secure, scriptable remote control framework and API. It is intended to replace SSH scripted infrastructure for a variety of datacenter automation tasks (such as taking hardware inventory, running queries, or executing remote commands) that are run against a large amount of systems at the same time. Func provides both a command line tool and a simple and powerful Python API.
python
sysadmin
ssh
february 2012 by jefframnani
Online Python Tutor
february 2012 by jefframnani
Visualize the execution of python programs
programming
python
tutorial
february 2012 by jefframnani
walkdir 0.3 : Python Package Index
february 2012 by jefframnani
walkdir is a simple set of iterator tools intended to make it easy to manipulate and filter the output of os.walk() in a way that is also easily applicable to any source iterator that produces data in the same format.
python
programming
february 2012 by jefframnani
pager
february 2012 by jefframnani
Terminal/console pager module for Python
python
programming
shell
february 2012 by jefframnani
mvantellingen/localshop - GitHub
february 2012 by jefframnani
An pypi server which automatically proxies and mirrors pypi packages based upon packages requested. It also supports the uploading of local (private) packages.
python
packaging
february 2012 by jefframnani
Markdown in Python: Overview
february 2012 by jefframnani
This is a Python implementation of John Gruber's Markdown.
html
markdown
python
february 2012 by jefframnani
amoffat/pbs - GitHub
january 2012 by jefframnani
PBS is a unique subprocess wrapper that maps your system programs to Python functions dynamically. PBS helps you write shell scripts in Python by giving you the good features of Bash (easy command calling, easy piping) with all the power and flexibility of Python.
programming
python
scripting
shell
january 2012 by jefframnani
ametaireau/pelican - GitHub
january 2012 by jefframnani
Pelican is a simple weblog generator, written in Python.
python
blogging
january 2012 by jefframnani
Tinkerer
january 2012 by jefframnani
Tinkerer is a blogging engine/static website generator powered by Sphinx.
It allows blogging in reStructuredText format, comes with out-of-the-box support for post publishing dates, authors, categories, tags, post archive, RSS feed generation, comments powered by Disqus and more.
Tinkerer is also highly customizable through Sphinx extensions.
blogging
python
sphinx
It allows blogging in reStructuredText format, comes with out-of-the-box support for post publishing dates, authors, categories, tags, post archive, RSS feed generation, comments powered by Disqus and more.
Tinkerer is also highly customizable through Sphinx extensions.
january 2012 by jefframnani
Cytoplasm
january 2012 by jefframnani
Cytoplasm is a simple static blogging-and-other-things generator. Cytoplasm takes some posts and templates and outputs a bunch of HTML files, which you can host basically anywhere.
blogging
python
cms
january 2012 by jefframnani
lepture/liquidluck - GitHub
january 2012 by jefframnani
Another static web log generator in Python
python
blogging
webdev
january 2012 by jefframnani
Welcome to PyFilesystem’s documentation! — PyFilesystem v0.4.0 documentation
january 2012 by jefframnani
PyFilesystem provides a simplified common interface to a variety of different filesystems, such as the local filesystem, zip files, ftp servers etc.
python
filesystem
sysadmin
january 2012 by jefframnani
Get started | Ubuntu App Developer
january 2012 by jefframnani
Ubuntu's start page for new app development destined for the Ubuntu Software Center.
python
ubuntu
programming
packaging
deployment
january 2012 by jefframnani
cdist - usable configuration management
january 2012 by jefframnani
Configuration management system written in Python and Posix shell.
sysadmin
devops
ConfigurationManagement
python
january 2012 by jefframnani
kennethreitz/envoy - GitHub
january 2012 by jefframnani
This is a convenience wrapper around the subprocess module.
python
programming
sysadmin
january 2012 by jefframnani
kennethreitz/legit - GitHub
january 2012 by jefframnani
A CLI for Git. Inspired by GitHub for Mac.
git
github
python
january 2012 by jefframnani
Django Best Practices — Django Best Practices
november 2011 by jefframnani
This is a living document of best practices in developing and deploying with the Django Web framework. These should not be seen as the right way or the only way to work with Django, but instead best practices we’ve honed after years of working with the framework.
django
programming
python
webdev
november 2011 by jefframnani
RunSnakeRun Python (c)Profile Viewer
november 2011 by jefframnani
RunSnakeRun is a small GUI utility that allows you to view (Python) cProfile or Profile profiler dumps in a sortable GUI view. It allows you to explore the profiler information using a "square map" visualization or sortable tables of data. It also (experimentally) allows you to view the output of the Meliae "memory analysis" tool using the same basic visualisations.
python
profiling
memory
debugging
november 2011 by jefframnani
Dowser - AMinus projects - Trac
november 2011 by jefframnani
Dowser is a CherryPy application that displays sparklines of Python object counts, and allows you to trace their referents. This helps you track memory usage and leaks in any Python program, but especially CherryPy sites.
python
profiling
memory
debugging
november 2011 by jefframnani
Python Object Graphs — objgraph v1.7.0 documentation
november 2011 by jefframnani
objgraph is a module that lets you visually explore Python object graphs.
python
profiling
memory
debugging
november 2011 by jefframnani
dorkitude/dstruct - GitHub
november 2011 by jefframnani
You can use this to wrap a dictionary and/or a list of keyword args with an object capable of direct attribute access. This is great for making fake objects that conform to a simple attribute interface.
python
programming
november 2011 by jefframnani
MySQL-Python
november 2011 by jefframnani
MySQL client library for Python
mysql
python
database
programming
november 2011 by jefframnani
related tags
4suite ⊕ agile ⊕ ajax ⊕ ajaxterm ⊕ algorithms ⊕ amara ⊕ amazon ⊕ ant ⊕ apache ⊕ api ⊕ appengine ⊕ applescript ⊕ architecture ⊕ async ⊕ asynchronous ⊕ atom ⊕ audio ⊕ aws ⊕ bash ⊕ bayesian ⊕ bazaar ⊕ bdd ⊕ bigdata ⊕ blog ⊕ blogging ⊕ blogofile ⊕ book ⊕ browser ⊕ bugtracking ⊕ build ⊕ buildbot ⊕ c ⊕ c# ⊕ c++ ⊕ cache ⊕ calendar ⊕ capistrano ⊕ charts ⊕ cheatsheet ⊕ chef ⊕ cherrypy ⊕ chicago ⊕ chipy ⊕ cloud ⊕ cloudcomputing ⊕ cluster ⊕ cms ⊕ codereview ⊕ collaboration ⊕ commandline ⊕ compiler ⊕ ComputerScience ⊕ concurrency ⊕ conference ⊕ configuration ⊕ configurationmanagement ⊕ console ⊕ continuousintegration ⊕ continuoustesting ⊕ cookbook ⊕ coverage ⊕ cryptography ⊕ css ⊕ ctags ⊕ cucumber ⊕ cvs ⊕ cygwin ⊕ daemon ⊕ data ⊕ database ⊕ datamapper ⊕ datamining ⊕ DataStructures ⊕ date ⊕ datetime ⊕ debian ⊕ debugging ⊕ decorators ⊕ dependency ⊕ deployment ⊕ design ⊕ designpatterns ⊕ development ⊕ devops ⊕ distributed ⊕ distributedcomputing ⊕ distribution ⊕ distutils ⊕ django ⊕ djangocon ⊕ dlr ⊕ doap ⊕ documentation ⊕ docutils ⊕ docx ⊕ doxygen ⊕ dscm ⊕ dtrace ⊕ duplication ⊕ dvcs ⊕ easyeclipse ⊕ easy_install ⊕ ebook ⊕ ec2 ⊕ eclipse ⊕ ecommerce ⊕ editor ⊕ education ⊕ electronics ⊕ emacs ⊕ email ⊕ empy ⊕ encoding ⊕ encryption ⊕ eric ⊕ erlang ⊕ eve ⊕ excel ⊕ exchange ⊕ extension ⊕ ez_setup ⊕ fabric ⊕ FiftyStatesProject ⊕ filesystem ⊕ filter ⊕ finance ⊕ firefox ⊕ fish ⊕ for-reading ⊕ fpga ⊕ framework ⊕ freebase ⊕ ftp ⊕ games ⊕ gdata ⊕ generators ⊕ getopt ⊕ gil ⊕ git ⊕ github ⊕ glossary ⊕ gmail ⊕ gnome ⊕ gnuplot ⊕ go ⊕ golang ⊕ google ⊕ googlewave ⊕ graph ⊕ graphics ⊕ graphing ⊕ gwt ⊕ hardware ⊕ hdf5 ⊕ hfoss ⊕ history ⊕ homebrew ⊕ hosting ⊕ howto ⊕ hpc ⊕ html ⊕ html5 ⊕ http ⊕ humor ⊕ hyde ⊕ i18n ⊕ ide ⊕ imap ⊕ infographics ⊕ inotify ⊕ installer ⊕ investing ⊕ ip ⊕ ipython ⊕ irc ⊕ ironpython ⊕ ironruby ⊕ java ⊕ javascript ⊕ jetbrains ⊕ jira ⊕ jit ⊕ jni ⊕ journals ⊕ jquery ⊕ json ⊕ jython ⊕ keyring ⊕ language ⊕ ldap ⊕ learning ⊕ legal ⊕ library ⊕ libxml2 ⊕ libxslt ⊕ linux ⊕ loadbalancer ⊕ loadbalancing ⊕ LoadTesting ⊕ logging ⊕ lxml ⊕ mac ⊕ MachineLearning ⊕ magazine ⊕ mailinglist ⊕ mapreduce ⊕ maps ⊕ markdown ⊕ marketing ⊕ markup ⊕ math ⊕ matlab ⊕ matplotlib ⊕ mechanize ⊕ memcached ⊕ memory ⊕ mercurial ⊕ merge ⊕ messaging ⊕ metaprogramming ⊕ microsoft ⊕ migration ⊕ minidom ⊕ mit ⊕ mmorpg ⊕ mock ⊕ mod_python ⊕ mod_wsgi ⊕ moinmoin ⊕ monitoring ⊕ motw ⊕ multiprocessing ⊕ mxtexttools ⊕ mysql ⊕ neo4j ⊕ netbeans ⊕ network ⊕ networking ⊕ ntfs ⊕ numpy ⊕ olpc ⊕ oneliners ⊕ oop ⊕ opensource ⊕ optimization ⊕ optparse ⊕ oreilly ⊕ orm ⊕ os ⊕ osx ⊕ packaging ⊕ packet ⊕ parallel ⊕ parser ⊕ parsing ⊕ patents ⊕ PaulGraham ⊕ pdb ⊕ pdf ⊕ peg ⊕ pep ⊕ performance ⊕ perl ⊕ pexpect ⊕ php ⊕ pip ⊕ plugin ⊕ ply ⊕ podcast ⊕ presentation ⊕ presentations ⊕ productivity ⊕ profiling ⊕ programming ⊕ projectmanagement ⊕ protocol ⊕ psyco ⊕ puppet ⊕ py2app ⊕ py2exe ⊕ py3k ⊕ pyblosxom ⊕ pybots ⊕ pycon ⊕ pycon2008 ⊕ pycon2009 ⊕ pycon2010 ⊕ pycon2011 ⊕ pydev ⊕ pygments ⊕ pyinstaller ⊕ pyjamas ⊕ pylint ⊕ pylons ⊕ pymotw ⊕ pymox ⊕ pyparsing ⊕ pypi ⊕ pypy ⊕ pyrex ⊕ pysvn ⊕ python ⊖ pytz ⊕ qa ⊕ rails ⊕ rdf ⊕ refactoring ⊕ reference ⊕ regex ⊕ registry ⊕ ReleaseManagement ⊕ reporting ⊕ repository ⊕ research ⊕ resource ⊕ rest ⊕ restructuredtext ⊕ rrdtool ⊕ rspec ⊕ rss ⊕ rst ⊕ ruby ⊕ s3 ⊕ samba ⊕ scalability ⊕ schema ⊕ science ⊕ scipy ⊕ scm ⊕ scons ⊕ screencasts ⊕ screenscraping ⊕ scripting ⊕ search ⊕ searchengine ⊕ security ⊕ selenium ⊕ semanticweb ⊕ serialization ⊕ setuptools ⊕ shell ⊕ sicp ⊕ silverlight ⊕ simian ⊕ slicehost ⊕ slurm ⊕ smtp ⊕ snakefood ⊕ snmp ⊕ soap ⊕ SoftwareCarpentry ⊕ solaris ⊕ spe ⊕ sphinx ⊕ spider ⊕ spreadsheet ⊕ springframework ⊕ sql ⊕ sqlite ⊕ sqs ⊕ ssh ⊕ ssl ⊕ sso ⊕ stackoverflow ⊕ StaticAnalysis ⊕ statistics ⊕ storage ⊕ storm ⊕ string ⊕ StyleGuide ⊕ subprocess ⊕ subversion ⊕ SunlightFoundation ⊕ svg ⊕ svn ⊕ svnmerge ⊕ sysadmin ⊕ taglist ⊕ tcp ⊕ tdd ⊕ teaching ⊕ teamcity ⊕ templating ⊕ terminal ⊕ testing ⊕ text ⊕ tiling ⊕ timezone ⊕ trading ⊕ tsv ⊕ tutorial ⊕ twiki ⊕ twill ⊕ twisted ⊕ ubuntu ⊕ unicode ⊕ unittest ⊕ unix ⊕ utf8 ⊕ verilog ⊕ vhdl ⊕ video ⊕ vim ⊕ virtualenv ⊕ visualization ⊕ visualstudio ⊕ web ⊕ web2py ⊕ webdesign ⊕ webdev ⊕ webmaster ⊕ webservices ⊕ wiki ⊕ windmill ⊕ windowmanager ⊕ windows ⊕ wmi ⊕ word ⊕ work ⊕ writing ⊕ wsdl ⊕ wsgi ⊕ wxpython ⊕ xkcd ⊕ xml ⊕ xmlrpc ⊕ xpath ⊕ xslt ⊕ yahoo ⊕ yolk ⊕ youtube ⊕ zeromq ⊕Copy this bookmark: