Python

TwitterFacebook
Get flash to fully experience Pearltrees

getpython3.com

http://getpython3.com/ Note : We have mirrored Mark Pilgrim's excellent Dive into Python 3 book here: getpython3.com/diveintopython3/ . Git mirror here: diveintopython3

Pylogsparser : a use case, analysing ssh attacks

In this article we will see how easy it is to use the pylogsparser library through a simple use case. It should help you start working on your own project involving log analysis. The problem http://www.wallix.org/2011/09/27/pylogsparser-a-use-case-analysing-ssh-attacks/
http://simpy.sourceforge.net/ W elcome to the home page for SimPy. SimPy (= Sim ulation in Py thon ) is an object-oriented, process-based discrete-event simulation language for Python.

SimPy Home

http://pypi.python.org/pypi/jsonstore

jsonstore 1.1.0 : Python Package Index

A RESTful exposed database for arbitrary JSON objects. A schema-free database for JSON documents, exposed through a REST API, with searching implemented using a flexible matching algorithm that has support for standard and user-defined operators.
CubicWeb is a semantic web application framework, licensed under the LGPL, that empowers developers to efficiently build web applications by reusing components (called cubes ) and following the well known object-oriented design principles. Built since 2000 from an R&D effort still continued, supporting 100,000s of daily visits at some production sites, CubicWeb is a proven end to end solution for semantic web application development that promotes quality, reusability and efficiency. http://www.cubicweb.org/

CubicWeb Semantic Web Framework

lxml - Processing XML and HTML with Python

http://lxml.de/ lxml is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language. The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt .

karrigell - A web framework for Python 3.2+ - Google Project Hosting

Karrigell's design is about simplicity for the programmer and integration of all the web environment in the scripts namespace. http://code.google.com/p/karrigell/
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.

Overview — Sphinx v1.0.8 documentation

http://sphinx.pocoo.org/
http://www.lfd.uci.edu/~gohlke/pythonlibs/ by Christoph Gohlke , Laboratory for Fluorescence Dynamics , University of California, Irvine .

Python Extension Packages for Windows - Christoph Gohlke

Getting the most *out* of your data

PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data.

PiCloud | Cloud Computing. Simplified.

What's an environment? Think of an environment as a filesystem.

webengineer/django-fabfile - GitHub

django_fabfile package should be listed in your path. It's already in place if your are installed it using pip install django-fabfile.
While at Immersive Labs, Alessio Signorini and I frequently found ourselves having to write custom mini-servers for interactive content.

Super Easy Python JSON Client & Server | Christopher Piekarski