Skip to content

Instantly share code, notes, and snippets.

View udhayprakash's full-sized avatar
🎯
Focusing

Udhay Prakash Pethakamsetty udhayprakash

🎯
Focusing
View GitHub Profile
from __future__ import division
from bs4 import BeautifulSoup as bs
import requests
import re
import time
from pymongo import MongoClient
from time import mktime
from datetime import datetime
import plotly.plotly as py
import plotly.graph_objs as go
@udhayprakash
udhayprakash / devops_training.txt
Created April 5, 2017 07:11 — forked from ssmythe/devops_training.txt
Training materials for DevOps
======
Videos
======
DevOps
What is DevOps? by Rackspace - Really great introduction to DevOps
https://www.youtube.com/watch?v=_I94-tJlovg
Sanjeev Sharma series on DevOps (great repetition to really get the DevOps concept)