
python
Get flash to fully experience Pearltrees
Python for Informatics: Exploring Information, an open textbook | Open.Michigan
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.
unnamed pearl
PyBrain
10 Reasons Python Rocks for Research — Hoyt Koepke
Qt 4.3: Qt Designer Manual
1. An Introduction to Distutils — Python v2.7 documentation
10 Reasons Python Rocks for Research — Hoyt Koepke
The following is an account of my own experience with Python.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)
# 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

