An open API service indexing awesome lists of open source software.

https://github.com/coady/coady.github.io

Source notebooks for pythonicity posts.
https://github.com/coady/coady.github.io

pythonic

Last synced: 9 months ago
JSON representation

Source notebooks for pythonicity posts.

Awesome Lists containing this project

README

          

[![image](https://github.com/coady/coady.github.io/workflows/build/badge.svg)](https://github.com/coady/coady.github.io/actions)

# Pythonicity

pythonicity | pīˈTHänisədē |

noun
  the quality of being [Pythonic](https://en.wikipedia.org/wiki/Python_(programming_language)#Features_and_philosophy)

## Source notebooks
### Puzzles
* [Cheryl's Birthday](posts/cheryls-birthday.ipynb)
* [Hat puzzle](posts/hat-puzzle.ipynb)
* [Coin balance](posts/coin-balance.ipynb)
* [Water pouring](posts/water-pouring.ipynb)
* [Hardest logic puzzle ever](posts/hardest-logic-puzzle-ever.ipynb)

### Interviews
* [Fizz Buzz](posts/fizz-buzz.ipynb)
* [Split an Iterable](posts/split-an-iterable.ipynb)
* [Primes](posts/primes.ipynb)
* [Random Selection](posts/random-selection.ipynb)

### Style
* [Map and Filter](posts/map-and-filter.ipynb)
* [Accumulator](posts/accumulator.ipynb)
* [Mutable defaults](posts/mutable-defaults.ipynb)
* [Closing files](posts/closing-files.ipynb)
* [Decorator overuse](posts/decorator-overuse.ipynb)
* [Composition vs. inheritance](posts/composition-vs-inheritance.ipynb)

### GraphQL
* [GraphQL - ORM](posts/graphql-orm.ipynb)
* [GraphQL coroutines](posts/graphql-coroutines.ipynb)
* [GraphQL nulls](posts/graphql-nulls.ipynb)
* [GraphQL root fields](posts/graphql-root-fields.ipynb)
* [GraphQL cursors](posts/graphql-cursors.ipynb)

### Core
* [Packaging rundown](posts/packaging-rundown.ipynb)

### Go
* [Go iterators](posts/go-iterators.ipynb)