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

https://github.com/alexprengere/pythontips

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

python tips

Last synced: 3 months 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)*