Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).


youtube video by Daniel Bourke on Python List Comprehensions

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].