Skip to content

Instantly share code, notes, and snippets.

View anshu-ak's full-sized avatar
:octocat:
Cool!

Anshu Kumari anshu-ak

:octocat:
Cool!
  • IIIT KALYANI
View GitHub Profile
@anshu-ak
anshu-ak / 0_urllib2.py
Created January 15, 2020 17:09 — forked from kennethreitz/0_urllib2.py
urllib2 vs requests
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import urllib2
gh_url = 'https://api.github.com'
req = urllib2.Request(gh_url)
password_manager = urllib2.HTTPPasswordMgrWithDefaultRealm()
@anshu-ak
anshu-ak / README-Template.md
Created December 28, 2019 06:07 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@anshu-ak
anshu-ak / algorithms_openpose.md
Created October 6, 2019 12:39 — forked from alesolano/algorithms_openpose.md
OpenPose TensorFlow Alogrithms