Skip to content

Instantly share code, notes, and snippets.

View SudeepParajuli's full-sized avatar

Sudeep Parajuli SudeepParajuli

  • LogPoint
  • Jwalakhel
View GitHub Profile
@SudeepParajuli
SudeepParajuli / Python3 Virtualenv Setup.md
Created May 5, 2020 03:53 — forked from pandafulmanda/Python3 Virtualenv Setup.md
Setting up and using Python3 Virtualenv on Mac

Python3 Virtualenv Setup

Requirements
  • Python 3
  • Pip 3
$ brew install python3
@SudeepParajuli
SudeepParajuli / 0_reuse_code.js
Last active September 11, 2015 09:41
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console