¡@

Home 

python Programming Glossary: macro

pandas: How do I split text in a column into multiple columns?

http://stackoverflow.com/questions/17116814/pandas-how-do-i-split-text-in-a-column-into-multiple-columns

with the built in 'text to columns' function and a quick macro but my dataset has too many records for excel to handle. Ultimately..

Pythonic macro syntax

http://stackoverflow.com/questions/454648/pythonic-macro-syntax

macro syntax I've been working on an alternative compiler front end.. front end for Python where all syntax is parsed via macros. I'm finally to the point with its development that I can start.. can start work on a superset of the Python language where macros are an integral component. My problem is that I can't come..

Call a python function from jinja2

http://stackoverflow.com/questions/6036082/call-a-python-function-from-jinja2

as a helper using a similar syntax as if I were calling a macro. jinja2 seems intent on preventing me from making a function.. repeat myself by copying the function into a template as a macro. Is there any straightforward way to do this And is there any..

How can I parse a time string containing milliseconds in it with python?

http://stackoverflow.com/questions/698223/how-can-i-parse-a-time-string-containing-milliseconds-in-it-with-python

this question Python 2.6 added a new strftime strptime macro f which does microseconds. Not sure if this is documented anywhere...