Re: Can I copy/paste Python code?

2015-07-20 Thread Parul Mogra
Hi, You could probably get the work done via the following script: https://pypi.python.org/pypi/PythonTidy/ On Mon, Jul 20, 2015 at 7:49 PM, ryguy7272 ryanshu...@gmail.com wrote: I'm trying to copy some Python code from a PDF book that I'm reading. I want to test out the code, and I can

Best approach to create humongous amount of files

2015-05-20 Thread Parul Mogra
Hello everyone, My objective is to create large amount of data files (say a million *.json files), using a pre-existing template file (*.json). Each file would have a unique name, possibly by incorporating time stamp information. The files have to be generated in a folder specified. What is the