🧵 Our head instructor @dontusethiscode is trying #AdventOfCode using only NumPy/pandas.

Let's see how he does!

❤️ Like → “Neat!”/“That's how I did it!”
🔄 RT → “Hold up; why'd he do it that way…?”
💬 Comment → “Gimme the step-by-step…”
😎 QT → “I did it better!”
Day #1, Part #1

Summary:
- `Series` operations

Code: gist.github.com/dutc/c08a1fc2c… Image
Day #1, Part #2

Summary:
- `.rolling` window calculation pandas.pydata.org/docs/reference…

Code: gist.github.com/dutc/c08a1fc2c… Image
Day #2, Part #1

Summary:
- `complex128` as 2D position vector
- aggregate mapping via `Series.loc`
- `Categorical` for fast mapping pandas.pydata.org/docs/reference…

Code:
gist.github.com/dutc/c08a1fc2c… Image
Day #2, Part #2

Summary:
- `MultiIndex` columns
- common indexing: `RangeIndex` for event #
- `Int64` buggy!

Steps:
① compute aim, using index-alignment and `Series.loc` mapping
② compute position from aim & distance `.cumsum`
③ `.product`

Code:
gist.github.com/dutc/c08a1fc2c… Image
Day #3, Part #1

Summary:
- NumPy structured array
- `numpy.unique(…, return_counts=True)`

Code:
gist.github.com/dutc/c08a1fc2c… Image
Day #3, Part #2

Summary:
- `itertools.dropwhile` & generator for iterative search

Code:
gist.github.com/dutc/c08a1fc2c… Image
Day #4, Parts #1 & #2

Summary:
- @xarray_dev → extremely readable array code
- majority of code is data ingestion & structuring
- good structure → easy processing (!!)
- good structure → easy reporting (!!) †

† “Answer all questions at once.”

Code:
gist.github.com/dutc/c08a1fc2c… Image
Day #5, Parts #1 & #2

Summary:
- @xarray_dev for readability & @numpy_team for raw manipulation
- NumPy structured array
- stay within “restricted computation domain” with indexing tricks, `numpy.put`, &c.
- trade memory for analytical flexibility

Code:
gist.github.com/dutc/c08a1fc2c… Image

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Do(n't) Use This Code

Do(n't) Use This Code Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(