Skip to content

Instantly share code, notes, and snippets.

View loic-nazaries's full-sized avatar

Loïc Nazaries loic-nazaries

View GitHub Profile
@loic-nazaries
loic-nazaries / heroku.md
Created December 18, 2020 14:45 — forked from raghubetina/heroku.md
Heroku Cheatsheet

Heroku Cheatsheet

Get the Heroku toolbelt

Sign up for a Heroku account and install the toolbelt if you haven't already.

Prepare your application

In your Gemfile, add

=== General Commands
help # show this usage
version # show the gem version
list # list your apps
create [<name>] # create a new app
keys # show your user's public keys
keys:add [<path to keyfile>] # add a public key
@loic-nazaries
loic-nazaries / create_a_virtual_environment_with_python.md
Last active September 21, 2023 12:30
Markdown file to help create a virtual environment with Python.

Create a Virtual Environment with Python

The present gist is a hybrid between a 'go-to' cheat sheet and a tutorial when starting a new Data Science Project.

Its purpose is to create a virtual environment with Python using the 'venv' module.

 


@loic-nazaries
loic-nazaries / create_a_virtual_environment_with_conda.md
Last active August 20, 2023 14:34
Markdown file to help create a virtual environment in Python with Conda.

Create a Virtual Environment in Python with Conda

The present gist is a hybrid between a 'go-to' cheat sheet and a tutorial when starting a new Data Science Project.

Its purpose is to create a virtual environment for Python with the package manager Conda.


Table of contents