Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexprengere/pythontips

A Python tip a day keeps the bugs away ;)
https://github.com/alexprengere/pythontips

python tips

Last synced: about 1 month ago
JSON representation

A Python tip a day keeps the bugs away ;)

Awesome Lists containing this project

README

        

Python Tips
===========

A Python tip a day keeps the bugs away ;)

1. *[zip](https://github.com/alexprengere/PythonTips/tree/master/1.md)*
2. *[map and list comprenhension](https://github.com/alexprengere/PythonTips/tree/master/2.md)*
3. *[any and all](https://github.com/alexprengere/PythonTips/tree/master/3.md)*
4. *[enumerate](https://github.com/alexprengere/PythonTips/tree/master/4.md)*
5. *[ternary operators](https://github.com/alexprengere/PythonTips/tree/master/5.md)*