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

https://github.com/sup2point0/pycobytes

A weekly series exploring the magic of Python!
https://github.com/sup2point0/pycobytes

pips pycobytes pypips python squarkdown sup svelte sveltekit tips-and-tricks

Last synced: about 1 year ago
JSON representation

A weekly series exploring the magic of Python!

Awesome Lists containing this project

README

          

[![pyco:bytes – exploring the magic of Python, week by week](assets/pycobytes-title-full-new.png)](https://sup2point0.github.io/pycobytes)

[Site](https://sup2point0.github.io/pycobytes) · [Issues](issues/) · [decoded](edu.md) · [FAQ](faq.md) · [About](synopsis.md)

---

Python is awesome. But much of its fascinating quirks, tricks, and other syntactic sugar good stuff tend to be hidden amidst ancient Stack Overflow posts, questionable reddit threads and documentation no one reads, which makes discovering it quite nontrivial.

So, ***pycobytes*** is a weekly series where we delve into all kinds of interesting and useful features in Python. It’s not a comprehensive overview of the language by any means, but I share all the cool stuff I’ve discovered through years of adventuring.


## Portal

Unsure where to start? You should check out the [pycobytes site](https://sup2point0.github.io/pycobytes)!

You can read the issues [here on GitHub](issues/) or [on the site](https://sup2point0.github.io/pycobytes/issues) for a much nicer experience.

If you’ve got questons, check the [FAQ](faq.md). You can learn about how pycobytes was made in [Synopsis](synopsis.md).


## Issues

| issue | date | title |
| :---- | :--- | :---- |
| [24](issues/24.md) | 04/04/25 | *\*Alien \*\*Kwargs* |
| [23](issues/23.md) | 14/03/25 | *The Argument Over Parameters* |
| [22](issues/22.md) | 05/03/25 | *Unpacking Variable Unpacking* |
| [21](issues/21.md) | 27/02/25 | *Quickswap, Swapquick* |
| [20](issues/20.md) | 14/02/25 | *import itertools* |
| [19](issues/19.md) | 11/02/25 | *Dictionary && Set Comprehensions* |
| [18](issues/18.md) | 7/02/25 | *The Mighty Dictionary* |
| [17](issues/17.md) | 31/01/25 | *Zipped and Quipped* |
| [16](issues/16.md) | 24/01/25 | *Slice, Splice, Nice* |
| [15](issues/15.md) | 17/01/25 | *Why is range() so fast?* |
| [14](issues/14.md) | 17/12/24 | *SyntaxError on line 42* |
| [13](issues/13.md) | 12/12/24 | *Counting* |
| [12](issues/12.md) | 06/12/24 | *import math* |
| [11](issues/11.md) | 03/12/24 | *Short Circuits* |
| [10](issues/10.md) | 26/11/24 | *For Any, For All* |
| [9](issues/09.md) | 19/11/24 | *OR and AND do WHAT now?* |
| [8](issues/08.md) | 12/11/24 | *Collapse if Able else Expand* |
| [7](issues/07.md) | 05/11/24 | *Alternative Facts* |
| [6](issues/06.md) | 08/10/24 | *Tuple Trouble* |
| [5](issues/05.md) | 14/09/24 | *Setting the Scene with Miserable Iterables* |
| [404](issues/404.md) | 04/07/24 | *Where do I learn?* |
| [4](issues/04.md) | 27/06/24 | *"Wait, you can multiply strings?"* |
| [3](issues/03.md) | 21/06/24 | *"A Strand of String Theory"* |
| [2](issues/02.md) | 12/06/24 | *Stringterpolation with f-Strings* |
| [1](issues/01.md) | 06/06/24 | *The Power of List Comprehensions* |


---

[![XKCD 353](https://imgs.xkcd.com/comics/python.png)](https://xkcd.com/353)