Knusper2000 + python   63

discogs/discogs_client
This is the official Discogs API client for Python. You can use it to query the Discogs music database for metadata on artists, releases, and more.
discogs  api  python  development  via:axelav 
12 hours ago by Knusper2000
argparse – Command line option and argument parsing. - Python Module of the Week
The argparse module was added to Python 2.7 as a replacement for optparse. The implementation of argparse supports features that would not have been easy to add to optparse, and that would have required backwards-incompatible API changes, so a new module was brought into the library instead. optparse is still supported, but is not likely to receive new features.
python  work  programming  code 
17 days ago by Knusper2000
Hyde
Hyde is a static website generator written in python. While Hyde took life as awesome Jekyll's evil twin, it has since been completely consumed by the dark side and has an identity of its own.
blog  development  python  web  webdev  website  generator 
21 days ago by Knusper2000
MComix
MComix is an user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as well as plain image files. It is written in Python and uses GTK+ through the PyGTK bindings, and runs on both Linux and Windows.
image  viewer  linux  opensource  python 
27 days ago by Knusper2000
dmpop/pygmynote · GitHub
Pygmynote is a command-line tool for storing and managing heterogeneous bit of data, including notes, tasks, links, and file attachments.Pygmynote is written in Python and uses a SQLite database as its back end
cli  gtd  python  todo 
6 weeks ago by Knusper2000
NetworkX
NetworkX is a Python language software package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
library  graph  network  python  visualization 
6 weeks ago by Knusper2000
onyxfish/csvkit · GitHub
csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats.
data  python  tools 
6 weeks ago by Knusper2000
Welcome! — PyEphem home page
PyEphem provides scientific-grade astronomical computations for the Python programming language. Given a date and location on the Earth’s surface, it can compute the positions of the Sun and Moon, of the planets and their moons, and of any asteroids, comets, or earth satellites whose orbital elements the user can provide. Additional functions are provided to compute the angular separation between two objects in the sky, to determine the constellation in which an object lies, and to find the times at which an object rises, transits, and sets on a particular day.
astronomy  ephemeris  programming  python  science  work 
10 weeks ago by Knusper2000
Configuring Emacs as a Python IDE | Pedro Kroger
Emacs is a huge beast. It can read email, play tetris, act as a file manager, display google maps, and even edit videos. It has support for many, many programming languages and has many features related to programming. Unfortunately, emacs doesn’t have a full programming environment for python out-of-the-box.
emacs  programming  python 
february 2012 by Knusper2000
[no title]
PyAST is a collection of modules that allows the facilities of the Starlink AST library to be used within Python (version 2.7 or later) scripts.
The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it. AST is written in ANSI C but has wrappers for various other languages, including Fortran, Java, Perl, and now Python.
work  astronomy  python 
february 2012 by Knusper2000
fgallina/python.el - GitHub
This is a home-brew python-mode with some excerpts from GNU/Emacs’ python.el.

It aims to provide the stuff you’ll expect from a major mode for python editing while keeping it simple.

Currently it implements:

Syntax highlighting, Indentation, Movement, Shell interaction, Shell completion, Shell virtualenv support, Pdb tracking, Symbol completion, Skeletons, FFAP, Code Check, Eldoc, imenu.
emacs  python 
february 2012 by Knusper2000
PythonTidy 1.16 : Python Package Index
Cleans up, regularizes, and reformats the text of Python scripts.
python  programming  work 
january 2012 by Knusper2000
kennethreitz/clint - GitHub
Clint is a module filled with a set of awesome tools for developing commandline applications.
color  linux  programming  python  cli  shell 
january 2012 by Knusper2000
NumPy 1.5 Beginner's Guide review
This new NumPy book provides an easy start to NumPy for those who want to churn numbers in Python programming language, whether you don't have much programming background or you are switching from your favorite language. The author of the book uses quite a friendly tone throughout the book. Most of the important aspects of NumPy is well covered with well explained examples. The examples provided are step by step explained, starting from the basic array/matrix creation to more complex tasks like signal analysis and linear algebra related calculations.
[...]
book  review  python  work 
january 2012 by Knusper2000
HPC Techreport — hpc v1.0 documentation
HPC Techreport
A brief introduction to Python (for scientific computing)
python  work  science  programming  manual  reading 
november 2011 by Knusper2000
the maker - Rapid Website Creation And Management
The maker is a Content Management System (CMS) for websites. the maker is running on your local computer and after you made your changes you are publishing via FTP. All that is required is some webspace with FTP access.
web  webdesign  cms  python  html  opensource 
november 2011 by Knusper2000
Radicale - CalDAV Server - A Simple Calendar Server
The Radicale Project is a complete CalDAV calendar server solution. It can store multiple calendars.

Calendars are available for both local and remote access, possibly limited through authentication policies. They can be viewed and edited by calendar clients on mobile phones or computers.
calendar  python  server  software 
november 2011 by Knusper2000
Line identification plots with automatic label layout — Line Identification Plots v0.1 documentation
Line Identification Plots v0.1 documentation
Line identification plots with automatic label layout
python  plotting  work  matplotlib  astronomy 
october 2011 by Knusper2000
lineid_plot @ Astropython
This module has functions for automatically placing labels in a plot in such a way that the labels do not overlap with each other. This is very useful, for example, in creating plots that have labels identifying features in a spectrum.
python  plotting  work 
october 2011 by Knusper2000
Universal Feed Parser
Parse RSS and Atom feeds in Python. 3000 unit tests. Open source.
python  rss  atom  programming  web  xml  opensource  parser  feed 
august 2011 by Knusper2000
PyChecker: a python source code checking tool
PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.
python  programming  test  work  tool  code 
august 2011 by Knusper2000
Innovations in iPython
new upcoming features in ipython 0.11
linux  programming  python  reading  work 
july 2011 by Knusper2000
Parallel Python - Home
PP is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network).
python  programming  library  development  opensource  software  tools  code  work 
july 2011 by Knusper2000
Flask (A Python Microframework)
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!
webdev  web  python  programming  opensource  development  framework 
june 2011 by Knusper2000
Cython: C-Extensions for Python
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
python  programming  extension  development  tools  software  extensions  c  work  resarch 
june 2011 by Knusper2000
SciPy 2009 introductory tutorial, day 2-1: More matplotlib : Free Download & Streaming : Internet Archive
Tutorial given at the Python for Scientific Computing Conference held August 18-23, 2009 at CalTech in Pasadena CA. Presented by Michael Droettboom, Space Telescope Science Institute.
python  scipy 
april 2011 by Knusper2000
Overview — Kapteyn Package v2.1 documentation
The Kapteyn Package is a collection of Python modules and applications developed by the computer group of the Kapteyn Astronomical Institute, University of Groningen, The Netherlands. The purpose of the package is to provide tools for the development of astronomical applications with Python.
astro  astronomy  fits  python  work 
april 2011 by Knusper2000
ropemacs, rope in emacs
Ropemacs is a plugin for performing python refactorings in emacs. It uses rope library and pymacs.
emacs  python  programming  tools  extension  development  code  software 
march 2011 by Knusper2000
Astropython
The purpose of this web site is to act as a community knowledge base for performing astronomy research with Python. It provides lists of useful resources, a forum for general discussion, advice, or relevant news items, collecting users' code snippets or scripts, and longer tutorials on specific topics. The topics within these pages are presented in a list view with the ability to sort by date or topic. A traditional "blog" view of the most recently posted topics is visible from the site Home page.
python  astronomy  programming  astrophysics  physics  plot  science  software 
march 2011 by Knusper2000
APLpy Home Page
APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses Matplotlib, a powerful and interactive plotting package. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG.
graphics  plotting  python  astronomy  work  astrophysics 
march 2011 by Knusper2000
Python main() functions
For Python programmers, I've got some suggestions on how to write a main() function that's easy to invoke in other contexts, e.g. from the interactive Python prompt when you feel like experimenting.
python  programming  tips  code  development 
march 2011 by Knusper2000
Pymacs framework
Pymacs is a powerful tool which, once started from Emacs, allows both-way communication between Emacs Lisp and Python. Pymacs aims Python as an extension language for Emacs rather than the other way around, and this asymmetry is reflected in some design choices. Within Emacs Lisp code, one may load and use Python modules. Python functions may themselves use Emacs services, and handle Emacs Lisp objects kept in Emacs Lisp space.
python  emacs  programming  elisp  editor  lisp  development  work 
january 2011 by Knusper2000
astLib | Python astronomy modules
astLib is a set of Python modules that provides some tools for research astronomers. It can be used for astronomical plots, some statistics, common calculations, coordinate conversions, and manipulating FITS images with World Coordinate System (WCS) information through PyWCSTools - a simple wrapping of WCSTools by Doug Mink. PyWCSTools is distributed (and developed) as part of astLib.
python  astronomy  astro  library  software  development  work  opensource 
january 2011 by Knusper2000
Errorbars in matplotlib « scienceoss.com
Here’s how to plot x or y errorbars (or both) and how to customize the resulting plot.
python  statistics  plot  work 
december 2010 by Knusper2000
Lessons Learned - 2: Histograms - Anything or more and less
After I’ve covered basic plotting using matplotlib in this part I’ll show you two ways to display histograms of some data.
plotting  python  work  histograms  data  visualization  programming  opensource 
november 2010 by Knusper2000
GIMP contactsheet plugin
Contactsheet is a python script that generates a contactsheet or index print containing a configurable number of images. If there are more images than fits on the page, new contactsheets are created. Also, the image name to the images can be printed.
gimp  photography  tool  thumbnail  generator  printing  script  python 
june 2010 by Knusper2000
Edward O’Connor is a Python web hacker in San Diego, CA.
I enjoy a variety of geeky interests while living happily with my wife Erin—an amazing linguist, crafter, and artist—in sunny San Diego, California.

I’ve written several extensions for Emacs including its JSON parser and its LiveJournal client, ljupdate. I also contribute to ERC, an Emacs IRC client, and run Planet Emacsen. When not playing with Emacs, I run San Diego’s Django user group, I write code, and I contribute to 50ft, a local design blog.
blog  geek  blogs  python  emacs  inspiration  people 
november 2009 by Knusper2000
Veusz
Veusz is a scientific plotting and graphing package written in Python. It uses PyQt (Wiki) and Numpy. Veusz is designed to produce publication-ready Postscript/PDF output. Veusz runs under Unix/Linux, Windows and Mac OS X.
linux  opensource  science  software  visualization  plotting  plot  python  gui 
october 2009 by Knusper2000
TkTwitt
TkTwitt is a Twitter client written in Python. It connects to Twitter with use of python-twitter library. The main aim of this project is to deliver simple yet powerful client for Twitter popular social network. TkTwitt utilities Tk library in Python (tkinter) to create user interface.
twitter  python  linux  opensource  software 
september 2009 by Knusper2000
Python-mode Customizations Musings of a Software Engineering Student
I do some Python coding on my own, and so I have a few python customizations. Python-mode now comes with GNU Emacs, and so these work pretty much out-of-the-box. However, this does not get autoloaded, so you have to put the following before modifying python-mode-map or python-mode-hook.
emacs  python 
august 2009 by Knusper2000
APLpy Home Page
APLpy (the Astronomical Plotting Library in Python) is a Python module aimed at producing publication-quality plots of astronomical imaging data in FITS format. The module uses Matplotlib, a powerful and interactive plotting package. It is capable of creating output files in several graphical formats, including EPS, PDF, PS, PNG, and SVG.
science  software  astronomy  free  work  python  astro  library  plotting 
july 2009 by Knusper2000
Python Scripting for Computational Science
The goal of this book is to teach computational scientists how to develop tailored, flexible, and human-efficient working environments built from small programs written in the easy-to-learn, high-level language Python.

The focus is on examples and applications of relevance to computational scientists.
book  academic  wissenschaft  computing  physics  programming  python  science 
march 2009 by Knusper2000
Cyclopedia Square: Python For "One-Hour" Scripts
Writing scripts for "one-hour" tasks, takes usually more than one hour .... but it's fun!
python  computing  scripting 
september 2008 by Knusper2000
rawdog
rawdog is an RSS Aggregator Without Delusions Of Grandeur. It is a "river of news"-style aggregator: it uses feedparser to download feeds in RSS, Atom and a variety of other formats, and (by default) produces static HTML pages containing the newest articles in date order. For example, rawdog's default configuration produces output that looks like this:
aggregator  apps  atom  Blog  blogging  feeds  free  html  news  opensource  programming  python  rss  tool  web  webdesign  software 
march 2008 by Knusper2000
LastGraph: Home
LastGraph uses data from Last.fm to generate custom wavegraphs of your music listening history.
aggregator  community  cool  design  download  Generator  Graphics  images  inspiration  interesting  internet  last.fm  mashup  mp3  music  network  python  pdf  radio  social  tag  tags  tool  tools  top  web2.0  WebService  statistics  graph  visualization  stats 
january 2008 by Knusper2000

related tags

academic  aggregator  api  application  apps  astro  astronomy  astrophysics  atom  audio  blog  blogging  blogs  book  browser  burning  c  calendar  chess  cli  cms  code  color  community  computing  cool  creation  curses  data  debian  del.icio.us  delicious  design  development  directory  discogs  dockapp  download  editor  elisp  emacs  ephemeris  extension  extensions  feed  feeds  fits  framework  free  game  games  gaming  geek  generator  gimp  graph  graphics  gtd  gui  hacks  hardware  histograms  html  image  images  inspiration  interesting  internet  ipod  kde  konqueror  last.fm  latex  library  linux  lisp  Mac  manual  mashup  matplotlib  mp3  music  ncurses  network  news  nfo  office  opensource  parser  pdf  people  photography  physics  plot  plotting  plugin  printing  productivity  programming  pyblosxom  python  radio  reading  resarch  review  rss  science  scipy  script  scripting  server  shell  social  software  statistics  stats  stream  streaming  streams  system  tag  tags  technology  terrminal  test  TeX  thumbnail  tips  todo  tool  tools  top  tricks  twitter  unix  via:axelav  video  viewer  visualization  weather  web  web2.0  webdesign  webdev  weblogs  WebService  website  windows  wissenschaft  work  xml 

Copy this bookmark:



description:


tags: