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 ;)
- Host: GitHub
- URL: https://github.com/alexprengere/pythontips
- Owner: alexprengere
- License: apache-2.0
- Created: 2014-07-08T08:22:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T07:23:00.000Z (about 9 years ago)
- Last Synced: 2025-03-11T06:51:02.196Z (7 months ago)
- Topics: python, tips
- Homepage: http://alexprengere.github.io/PythonTips/
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- 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)*