¡@

Home 

python Programming Glossary: colleagues

selectively escape percent (%) in python

http://stackoverflow.com/questions/10678229/selectively-escape-percent-in-python

sections searched everywhere I could think and asked my colleagues and we can't come up with the direct solution just work arounds...

Distributing my python scripts as jars with jython?

http://stackoverflow.com/questions/1252965/distributing-my-python-scripts-as-jars-with-jython

repetitive tasks I had to do at office. Now apparently my colleagues noticed this and they want those scripts too. Some of them have..

Using Python class as a data container

http://stackoverflow.com/questions/3357581/using-python-class-as-a-data-container

self.group dict a 1 b 2 c 3 print self.group a One of my colleagues prefers to create a class class groupClass object def __init__..

What PEP 8 guidelines do you ignore, and which ones do you stick to?

http://stackoverflow.com/questions/3955903/what-pep-8-guidelines-do-you-ignore-and-which-ones-do-you-stick-to

my violations of the PEP some shared some frowned upon by colleagues . I'd be very curious to read what other Pythonistas do and..

saving interactive matplotlib figures

http://stackoverflow.com/questions/4348733/saving-interactive-matplotlib-figures

to generate these interactive figures. Or I'm sending my colleagues multiple static pngs to show different aspects of a plot. I'd..

Reading file string into an array (In a pythonic way)

http://stackoverflow.com/questions/6213336/reading-file-string-into-an-array-in-a-pythonic-way

make_array row for row in parser And if you realy want you colleagues to hate you you can make a one liner NOT PYTHONIC AT ALL arrays..

How do I find Wally with Python?

http://stackoverflow.com/questions/8849869/how-do-i-find-wally-with-python

with the source of an approach taken by Sean McLoone and colleagues can be found here see SCM link . Seems like one place to start...

Cookbook GUI interface for a command-line script

http://stackoverflow.com/questions/9927821/cookbook-gui-interface-for-a-command-line-script

parameters and would now like to deploy this to some of my colleagues who may not know what a command line is. I could work for hours..