Skip to content

Instantly share code, notes, and snippets.

View mccurcio's full-sized avatar
🏠
Working from home

MattCurcio mccurcio

🏠
Working from home
  • MA, USA
  • 00:26 (UTC -04:00)
View GitHub Profile
@mccurcio
mccurcio / Simulate a Weighted Probability of Numbers Given Known Weights.ipynb
Last active May 14, 2023 23:32
Simulate a Weighted Probability of Numbers Given Known Weights
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mccurcio
mccurcio / Prefer enumerate Over range.ipynb
Last active May 14, 2023 23:42
Prefer enumerate Over range
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mccurcio
mccurcio / Latex-Markdown for Equations.ipynb
Created September 28, 2022 16:48
Latex-Markdown math equations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mccurcio
mccurcio / pip install pycodestyle pycodestyle_magic.ipynb
Created August 4, 2022 20:50
pip install pycodestyle pycodestyle_magic.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mccurcio
mccurcio / ds-project-organization.md
Last active May 13, 2022 01:32 — forked from ericmjl/ds-project-organization.md
How to organize your Python data science project

How To Organize A Data Science Project

I'd like to share some ideas & practices that I have come to adopt in organizing my projects.

This is NOT a definitive guide to organizing a data project; rather, tips that you can adapt to your own projects.

I found several locations where some good discussions are held on the topic.

Install Jekyll

Prerequisites - install Ruby and Bundler globally for your user.

Install Jekyll in a project

Jekyll 3.9

This is the version that runs on GH Pages.

@mccurcio
mccurcio / Indicators for Lists.ipynb
Created February 24, 2022 17:26
Using List Indicators for Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mccurcio
mccurcio / f-Strings Since Python 3.6.ipynb
Created December 22, 2021 17:18
f-Strings Since Python 3.6
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.