Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrdbourke/python-list-comprehensions-tutorial
This is the code to go along with the Python list comprehensions video by Daniel Bourke on YouTube.
https://github.com/mrdbourke/python-list-comprehensions-tutorial
Last synced: 21 days ago
JSON representation
This is the code to go along with the Python list comprehensions video by Daniel Bourke on YouTube.
- Host: GitHub
- URL: https://github.com/mrdbourke/python-list-comprehensions-tutorial
- Owner: mrdbourke
- Created: 2019-02-09T05:52:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T06:10:09.000Z (almost 6 years ago)
- Last Synced: 2024-10-03T12:30:54.457Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 82 KB
- Stars: 46
- Watchers: 8
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Quick Introduction to List Comprehensions with Python
List comprehensions are a powerful Python tool for manipulating and creating lists with less code.
This repository contains the companion code to go along with the [Visual Introduction to Python List Comprehensions video on YouTube](https://youtu.be/d6cwWRCysdI).
All of the code can be found in the [python-list-comprehensions-in-5-minutes.ipynb](https://github.com/mrdbourke/python-list-comprehensions-tutorial/blob/master/python-list-comprehensions-in-5-minutes.ipynb) Jupyter Notebook.
If you find an error or have any advice for a future tutorial, please let me know at [email protected].