Skip to main content

Home/ Python/ Group items tagged |

Rss Feed Group items tagged

Raúl - [^BgTA^]

Zato | home page - 0 views

  •  
    The next generation ESB and application server written in Python and released under a commercial-friendly LGPL license.
Raúl - [^BgTA^]

Brython - 1 views

  •  
    Free implementation of Python for web client development
funeral adelaide

The Most Reliable Funeral Service - 1 views

It is not really easy to experience death in the family. And as I try to recall my mom's death last year, I could truly say that if it was not because of the help of Sensible Funerals things could ...

started by funeral adelaide on 12 Oct 12 no follow-up yet
pagetribe .

Orange - 2 views

reckoner reckoner

Python Idioms and Efficiency Suggestions - 0 views

  • What idioms should I use to make my code easier to read? Read "The Python Cookbook", especially the first few chapters. It's a great source of well-written Python code examples.
  • Use function factories to create utility functions. Often, especially if you're using map and filter a lot, you need utility functions that convert other functions or methods to taking a single parameter. In particular, you often want to bind some data to the function once, and then apply it repeatedly to different objects. In the above example, we needed a function that multiplied a particular field of an object by 3, but what we really want is a factory that's able to return for any field name and amount a multiplier function in that family:
  • Use zip and dict to map fields to names. zip turns a pair of sequences into a list of tuples containing the first, second, etc. values from each sequence. For example, zip('abc', [1,2,3]) == [('a',1),('b',2),('c',3)]. You can use this to save a lot of typing when you have fields in a known order that you want to map to names:
  •  
    suggestions for better programming style.
x y

Regular Expression HOWTO - 0 views

shared by x y on 15 Jun 07 - Cached
  •  
    Nice Regexp intro.  It saved my life, when I was just starting out with python.
reckoner reckoner

Bruce Eckel's MindView, Inc: Thinking in Python - 0 views

  •  
    draft version is downloadable
x y

Python Documentation Index - 0 views

shared by x y on 15 Jun 07 - Cached
reckoner reckoner

Chapter 14. Test-First Programming - 0 views

  •  
    good introduction to unit-testing
reckoner reckoner

Testoob - Python Testing Out Of The Box - About - 0 views

  • Testoob is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module ‘unittest’) test suites.
x y

Python - 0 views

x y

PyLucene @ Open Source Applications Foundation - 0 views

shared by x y on 15 Jun 07 - Cached
  • version 2.1.0-2 was built on Mac OS X 10.4.8 with gcj 3.4.4 and Python 2.4.3
  •  
    Compiling PyLucene for a PPC 10.4.9 with Python 2.5 was really a nightmare.  If you have to do it, make sure to get the right gcc 4.1 from MacPorts.  Otherwise, it will never work.  Also, your Pysqlite has to have been compiled with the latest sqlite.
reckoner reckoner

Pygments - Python syntax highlighter - 0 views

  • This is the home of Pygments. It is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are:
1 - 20 of 499 Next › Last »
Showing 20 items per page