python

TwitterFacebook
Get flash to fully experience Pearltrees

Python for Informatics: Exploring Information, an open textbook | Open.Michigan

https://open.umich.edu/education/si/resources/python-opentextbook/winter2010 Charles is currently a Clinical Assistant Professor and teaches in the School of Information at the University of Michigan. Charles also works with the IMS Global Learning Consortium as the IMS Affiliate Coordinator. Previously he was the Executive Director of the Sakai Foundation and the Chief Architect of the Sakai Project.
http://www.renewableenergyworld.com/rea/news/article/2011/01/european-supergrid-slowly-coming-into-focus

European Supergrid Slowly Coming into Focus | Renewable Energy News Article

The Northsea Countries Offshore Grid Initiative Memorandum of Understanding is the latest step in an ambitious program to put in place the infrastructure and market conditions to ensure that renewable energy generated offshore can be fed into the grid and brought to where it is most needed.
SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. http://www.scipy.org/SciPy

unnamed pearl

PyBrain

http://pybrain.org/# PyBrain is a modular Machine Learning Library for Python. Its goal is to offer flexible, easy-to-use yet still powerful algorithms for Machine Learning Tasks and a variety of predefined environments to test and compare your algorithms.
http://www.stat.washington.edu/~hoytak/blog/whypython.html The following is an account of my own experience with Python. Because that experience has been so positive, it is an unabashed attempt to promote the use of Python for general scientific research and development. About four years ago, I dropped MATLAB in favor of Python as my primary language for coding research projects.

10 Reasons Python Rocks for Research — Hoyt Koepke

http://doc.trolltech.com/4.3/designer-manual.html [Next: Getting Started with Qt Designer ] Qt Designer is Trolltech's tool for designing and building graphical user interfaces (GUIs) from Qt components. It allows you to design and build widgets and dialogs using on-screen forms using the same widgets that will be used in your application.

Qt 4.3: Qt Designer Manual

1. An Introduction to Distutils — Python v2.7 documentation

http://docs.python.org/distutils/introduction.html This document covers using the Distutils to distribute your Python modules, concentrating on the role of developer/distributor: if you’re looking for information on installing Python modules, you should refer to the Installing Python Modules chapter.
http://www.stat.washington.edu/~hoytak/blog/whypython.html#project-scalability

10 Reasons Python Rocks for Research — Hoyt Koepke

The following is an account of my own experience with Python.
http://frompythonimportpodcast.com/

from python import podcast

...or “Make Your Own Episode Title, Since You’re So Clever; I’m Tired and Going to Sleep Because Codemash Starts in Seven Hours” Broadcasting from high atop the basement of the Buckeye Beer Engine , regular voices Chris Miller, Mike Pirnat, David Stanek, Mike Crute, and Ben Smith are joined by Gary Bernhardt , renowned destroyer of software, for a conversational journey through what’s on our minds this week.

Welcome | Flask (A Python Microframework)

http://flask.pocoo.org/ because sometimes a pocket knife is not enough Are you interested in the logo? We have it available in large versions so please if you use it head over to the logo page for the logo and the usage guidelines.
# file: worker.py class HardWorker ( object ): u"Almost Sisyphos" def __init__ ( self , task): self . task = task def work_hard ( self , repeat =100 ): for i in range (repeat): self . task() def add_simple_stuff (): x = 1+1 HardWorker(add_simple_stuff) . work_hard()

Using the Cython Compiler to write fast Python code

Package Index : Theano 0.3.0

Theano is a Python library that allows you to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is built on top of NumPy . Theano features:

John Anderson ( sontek ) - Debugging Python with pdb

Being a great debugger is almost as important as being great at writing the software.

Features of the Standard Library - Python Module of the Week

This section of the PyMOTW guide includes feature-based introductions to several modules in the standard library, organized by what your goal might be. Each article may include cross-references to several modules from different parts of the library, and show how they relate to one another.
python exercises

begginer_tutorials