All Projects β†’ progrmoiz β†’ Python Snippets

progrmoiz / Python Snippets

πŸ’― The most useful python snippets

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python Snippets

Collection
A (memory) friendly, easy, lazy and modular collection class.
Stars: ✭ 331 (-29.27%)
Mutual labels:  collection
Kt.dart
A port of kotlin-stdlib for Dart/Flutter including immutable collections (KtList, KtMap, KtSet) and other packages
Stars: ✭ 396 (-15.38%)
Mutual labels:  collection
Vaadin
An evolving set of open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 424 (-9.4%)
Mutual labels:  collection
Awesome Hyperledger Fabric
A curated list of resources for creating applications with hyperledger fabric
Stars: ✭ 349 (-25.43%)
Mutual labels:  collection
Vaadin Core
An evolving set of free, open source web components for building mobile and desktop web applications in modern browsers.
Stars: ✭ 382 (-18.38%)
Mutual labels:  collection
Awesome Css Frameworks
List of awesome CSS frameworks
Stars: ✭ 4,410 (+842.31%)
Mutual labels:  collection
Laravel Api To Postman
Generate a Postman collection automatically from your Laravel API
Stars: ✭ 320 (-31.62%)
Mutual labels:  collection
Fromfrom
A JS library written in TS to transform sequences of data from format to another
Stars: ✭ 462 (-1.28%)
Mutual labels:  collection
Figlet Fonts
my collection of figlet / toilet ascii art fonts
Stars: ✭ 393 (-16.03%)
Mutual labels:  collection
Awesome Gists
A collection of amazing gists
Stars: ✭ 413 (-11.75%)
Mutual labels:  collection
Awesome Symfony
A collection of useful Symfony snippets.
Stars: ✭ 360 (-23.08%)
Mutual labels:  collection
Psl
PHP Standard Library - a modern, consistent, centralized, well-typed set of APIs for PHP programmers.
Stars: ✭ 329 (-29.7%)
Mutual labels:  collection
Tstl
TypeScript-STL (Standard Template Library, migrated from C++)
Stars: ✭ 397 (-15.17%)
Mutual labels:  collection
Box Shadows.css
♓️ A cross-browser collection of CSS box-shadows
Stars: ✭ 335 (-28.42%)
Mutual labels:  collection
Channels
πŸ“Ί A collection of useful YouTube channels for javascript developers and web designers
Stars: ✭ 4,101 (+776.28%)
Mutual labels:  collection
Sample Programs
Sample Programs in Every Programming Language
Stars: ✭ 323 (-30.98%)
Mutual labels:  collection
Linux Kernel Exploits
linux-kernel-exploits LinuxεΉ³ε°ζζƒζΌζ΄žι›†εˆ
Stars: ✭ 4,203 (+798.08%)
Mutual labels:  collection
Cool Fashion Papers
πŸ‘”πŸ‘—πŸ•ΆοΈπŸŽ© Cool resources about Fashion + AI! (papers, datasets, workshops, companies, ...) (constantly updating)
Stars: ✭ 464 (-0.85%)
Mutual labels:  collection
Symfony Collection
[NOT MAINTAINED] A jQuery plugin that manages adding, deleting and moving elements from a Symfony form collection
Stars: ✭ 433 (-7.48%)
Mutual labels:  collection
Bouncylayout
Make. It. Bounce.
Stars: ✭ 4,035 (+762.18%)
Mutual labels:  collection

Python Snippets

These Snippets can make your life a lot easier than expected, use it wisely.


Snippets TO LEARN

  • string_import.py example to show import module from string
  • classtools.py assorted class utilities and tools
  • formats.py various specialized string display formatting utilities.
  • mydir.py a module that lists the namespaces of other module
  • mymap.py different ways of implementing map
  • myzip.py different ways of implementing zip
  • permute.py implemented permute
  • reloadall.py transitively reload nested module
  • scramble.py a iterable scrambler
  • streams.py give me reader, writer and a converter
  • timer.py Homegrown timing tools for function calls.
  • timer2.py Homegrown timing tools for function calls.
  • timer3.py Homegrown timing tools for function calls.
  • classtree.py Climb inheritance tree using namespace links, displaying higher superclasses with indentation for height
  • listinstance.py Mix-in class that provides a formatted print() or str()
  • listinherited.py Mix-in class that provides a formatted print() or str() (Use dir() to collect both instance attr and names inherited from its classes)
  • listinherited2.py Same as listinherited.py, but more formatted
  • listtree.py Trace the entire class and all its object's attrs at and above self
  • mapattrs.py Map all attributes on or inherited by an instance to the instance or class from which they are inherited.

Contributing

Open an issue or a pull request to suggest changes or additions.

Authors

Abdul Moiz

License

CC0
To the extent possible under law, Abdul Moiz has waived all copyright and related or neighboring rights to Snippets.

⬆️ Back To Top

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].