by Asim Jalis, MetaProse.com
Create a file __main__.py containing:
print "Hello world from Python"
Zip up the Python files (in this case just this one file) into app.zip by typing:
| """ A function that can read MNIST's idx file format into numpy arrays. | |
| The MNIST data files can be downloaded from here: | |
| http://yann.lecun.com/exdb/mnist/ | |
| This relies on the fact that the MNIST dataset consistently uses | |
| unsigned char types with their data segments. | |
| """ |
| http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx | |
| Unetbootin http://unetbootin.github.io/ | |
| get ubuntu 16.04 iso and create bootable usb | |
| in dell go to boot setup and disable secure boot and disable uefi and enable legacy | |
| set usb 1st boot option | |
| insert the above bootable usb and reboot laptop | |
| install ubuntu: mouse pointer might not come in live ubuntu, use usb mouse; it will come after install | |
| sudo apt-get update | |
| sudo apt-get upgrade |
by Asim Jalis, MetaProse.com
Create a file __main__.py containing:
print "Hello world from Python"
Zip up the Python files (in this case just this one file) into app.zip by typing: