Skip to content

Instantly share code, notes, and snippets.

View oehs7's full-sized avatar
🧬
Bioinformatics | Data Science

Omar Hamad oehs7

🧬
Bioinformatics | Data Science
View GitHub Profile

this is the new app with python

@oehs7
oehs7 / cloudSettings
Last active June 19, 2021 16:54 — forked from bloodearnest/selfsigned.py
Create a self-signed x509 certificate with python cryptography library
{"lastUpload":"2021-06-19T16:54:25.729Z","extensionVersion":"v3.4.3"}
@oehs7
oehs7 / pipenv_cheat_sheet.md
Created December 24, 2019 20:51 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip3 install pipenv

Activate

pipenv shell