Collection of less popular features and tricks for the Python programming language - GitHub - brennerm/PyTricks: Collection of less popular features and tricks for the Python programming language... (more…)
Read more »
Newspipe is a web news aggregator. Contribute to cedricbonhomme/newspipe development by creating an account on GitHub. (more…)
Read more »
An open-source Python library for modeling and inversion in geophysics.
Read more »
interactive-coding-challenges - Huge update! Interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards. (more…)
Read more »
<p>Iterators in python iterate sequences, but also iterate objects that exhibit sequence behavior, such as keys in a dictionary, lines in a file, and so on.</p>
<p>An iterator is an object that has a (more…)
Read more »