Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A Python tip a day keeps the bugs away ;)
- Host: GitHub
- URL: https://github.com/alexprengere/pythontips
- Owner: alexprengere
- License: apache-2.0
- Created: 2014-07-08T08:22:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T07:23:00.000Z (about 8 years ago)
- Last Synced: 2024-10-12T18:57:26.393Z (2 months ago)
- Topics: python, tips
- Homepage: http://alexprengere.github.io/PythonTips/
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)*