pip install gives error: Unable to find vcvarsall.bat
Using pip install zipline on Windows 8 with Python 2.7 gives me the error:
Using pip install zipline on Windows 8 with Python 2.7 gives me the error:
I would like to understand how to use dis (the dissembler of Python bytecode). Specifically, how should one interpret the output of dis.dis (or dis.disassemble)?
I obtained very surprising results with timeit, can someone tell me if I am doing something wrong ? I am using Python 2.7.
I am trying to read a log file and compare certain values against preset thresholds. My code manages to log the raw data from with the first for loop in my function.
I am trying to do simple commands to write hello world to a file:
I have a lot (289) of 3d points with xyz coordinates which looks like:
I would like to get the current time in Python and assign them into variables like year, month, day, hour, minute. How can this be done in Python 2.7?
If you have a string as below, with unicode chars, you can print it, and get the unescaped version:
I am a python beginner . I was trying to run this code :
Here is my Transaction class: