- Please install Anaconda 3.5.
- We will be using Jupyter notebook as our IDE.
- To check if installed correctly, open the command shell and type:
$ jupyter notebook
- It should fire up a browser. In the browser, select
New -> Python (root)
from the right-hand top menu. It will open another tab. In the cell, on that new tab, enter the following command :import pandas as pd
- Click
shift+enter
to run it. If it runs fine, you are good to go for the workshop. - Please post installation issues on this meetup page.
- Please note that there will be NO installation help provided on the day of the workshop.
- The datasets for the workshop will be provided on the day of the workshop
by alexander white ©
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
github.com/dhilipsiva | |
A Simple JavaScript file to AUTO-MINE StackOverflow unicoins: | |
INSTRCTIONS: | |
0. goto stackoverflow.com | |
1. Open your console. | |
2. Copy this code. | |
3. Paste this into cosole |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# AccessDump.py | |
# A simple script to dump the contents of a Microsoft Access Database. | |
# It depends upon the mdbtools suite: | |
# http://sourceforge.net/projects/mdbtools/ | |
import sys, subprocess, os | |
DATABASE = sys.argv[1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#--- | |
# iPIN - iPhone PNG Images Normalizer v1.0 | |
# Copyright (C) 2007 | |
# | |
# Author: | |
# Axel E. Brzostowski | |
# http://www.axelbrz.com.ar/ | |
# [email protected] | |
# | |
# References: |