Since research is such an important aspect of investment process I’m always looking for ways to improve it. One of the problems is that because there is so much data both in the past and being released at any given time, just trying to get grip on the firehose can seem pointless to say the…
Category: Python
Download and install Py Launcher (it will install py.exe to c:windows)https://bitbucket.org/vinay.sajip/pylauncher/downloads/ https://bitbucket.org/vinay.sajip/pylauncher/downloads/launchwin-1.0.1.6.amd64.msi ^direct url Download and install Anaconda (I install in c:PYTHON instead of default c:anaconda3) https://repo.continuum.io/archive/Anaconda3-4.2.0-Windows-x86_64.exe Create two environments (using command prompt) $ conda create —name py27 python=2.7.11 # creates python 2 environment $ conda create —name py35 python=3.5.2 # creates python 3 environment $ conda info —envs # lists currently installed environments $ activate py27 # test python 2 environment $ activate py35 # test python 3 environment $ deactivate Setting up Shebang for Python 3 and Python 2 environment:…
Decided to put off learning about Objects in Python in order to see if I could figure out a more efficient solution than taking screenshots of everyslide. After a few searches I came across a python package called OpenCV (which by the way was not the easiest because compatibility issues).
Found some data but uses JavaScript and don’t know how to extract.
python searching google found interesting finance data download finished 1/2 of objects course
to microsd adapter (something along lines this one was $6.75 amazon)Microsoft-LifeCam-VX-2000-Webcam (cheap webcam that workds on rp3 amazon $10) check if webcam works on raspberry http://elinux.org/RPi_USB_Webcams downloadhttps://rufus.akeo.ie/downloads/rufus-2.9.exeraspbian/images/raspbian-2016-05-31/2016-05-27-raspbian-jessie.zip 1) installing operating system using Rufus (on windows) installed dd image of rasparian Jessie 2) boot into Rasparian ran commands in terminal: setup password $ passswd get ip address for putty…