Skip to content

Instantly share code, notes, and snippets.

View neosergio's full-sized avatar
🤓
Happy Coding!

Sergio Infante neosergio

🤓
Happy Coding!
View GitHub Profile
#Install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Legitimately-useful utilities missing from OS X.
brew install wget watch gnu-sed coreutils unrar
# Up-to-date versions of included tools.
brew install git emacs
# Just for fun.
python -c 'import random; result = "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)]); print(result)'
@neosergio
neosergio / PY0101EN-1-1-Types.ipynb
Created July 1, 2019 22:01
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neosergio
neosergio / PY0101EN-1-2-Strings.ipynb
Created July 7, 2019 14:55
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neosergio
neosergio / PY0101EN-2-1-Tuples.ipynb
Created July 15, 2019 19:55
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neosergio
neosergio / PY0101EN-2-2-Lists.ipynb
Created July 15, 2019 20:02
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neosergio
neosergio / PY0101EN-2-3-Dictionaries.ipynb
Created July 15, 2019 20:46
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neosergio
neosergio / PY0101EN-2-4-Sets.ipynb
Created July 15, 2019 21:07
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neosergio
neosergio / PY0101EN-3-1-Conditions.ipynb
Created July 20, 2019 15:07
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@neosergio
neosergio / PY0101EN-3-2-Loops.ipynb
Created July 20, 2019 15:26
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.