RSS Feed for pythonCategory: python

TensorFlow »

TensorFlowâ„¢ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile […]

HTTPie »

HTTPie is a command line HTTP client whose goal is to make CLI interaction with web services as human-friendly as possible. It provides a simple http command that allows for sending arbitrary HTTP requests with a simple and natural syntax, and displays colorized responses. HTTPie can be used for testing, debugging, and generally interacting with […]

Smart Meter Hacking Tool »

Termineter is a framework written in python to provide a platform for the security testing of smart meters. It implements the C12.18 and C12.19 protocols for communication. Currently supported are Meters using C12.19 with 7-bit character sets. Termineter communicates with Smart Meters via a connection using an ANSI type-2 optical probe with a serial interface. […]

Tornado Open Source Web Server »

Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google’s webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure. The framework is distinct from most […]

Open Source Mathematics Software System »

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. Its mission is to create a viable free open source alternative to Magma, Maple, Mathematica and Matlab. Sage is built out of nearly 100 open-source packages and features a […]

Pythom GSM AT Command Library »

pyGSM is a Python module which uses pySerial to provide a nifty interface to send and receive SMS via a GSM Modem. It was ported from RubyGSM, and provides (almost) all of the same features. A list of compatible GSM modems can be found at http://wiki.github.com/adammck/pygsm/

MMS Library for Python »

python-mms is a Multimedia Messaging Service (MMS) library for Python. It provides a "mms" package for Python, consisting of classes that facilitate the creation, manipulation and encoding/decoding of MMS messages used in mobile phones. It is designed to be easy to use, yet flexible. The package also includes some examples of how the library can […]

Open Source Python IDE »

Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like object browsers, inheritance hierarchies, doc string generated html documentation, an advanced debugger and integrated help. Zope support: Object creation and editing. Cut, copy, paste, import and export. […]