Skip to content

Instantly share code, notes, and snippets.

View pjain64's full-sized avatar

Pravin Jain pjain64

  • Zen Softech Private Limited
  • Vadodara
  • 02:01 (UTC +05:30)
  • LinkedIn in/jainpravin
View GitHub Profile
@pjain64
pjain64 / terminator-vision.py
Created May 16, 2019 09:43 — forked from hugs/terminator-vision.py
OpenCV to find the bird in Angry Birds
#!/opt/local/bin/python2.7
import cv
import subprocess
import time
# Template to find
template_file = cv.CaptureFromFile('redbird.png')
template = cv.QueryFrame(template_file)
@pjain64
pjain64 / PY0101EN-5-2-Numpy2D.ipynb
Created January 16, 2019 12:31
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-5.2_notebook_quizz_numpy2d.ipynb
Created January 16, 2019 12:23
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-5-1-Numpy1D.ipynb
Created January 16, 2019 11:41
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-5.1_notebook_quizz_numpy1d.ipynb
Created January 16, 2019 11:09
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-4-3-LoadData.ipynb
Created January 11, 2019 09:46
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-4.4_notebook_quizz_pandas.ipynb
Created January 11, 2019 08:42
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-4.3_notebook_quizz_pandas.ipynb
Created January 11, 2019 08:33
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-4.3_notebook_quizz_pandas.ipynb
Created January 11, 2019 08:32
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pjain64
pjain64 / PY0101EN-4-2-WriteFile.ipynb
Created January 11, 2019 06:36
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.