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

https://github.com/evandroamparo/list-comprehension-in-python

This is the Python notebook version of the article by Dionysia Lemonaki originally published on https://www.freecodecamp.org/news/list-comprehension-in-python-with-code-examples.
https://github.com/evandroamparo/list-comprehension-in-python

beginner colab-notebook developer notebook notebook-publish programing-languagues programming python

Last synced: 4 months ago
JSON representation

This is the Python notebook version of the article by Dionysia Lemonaki originally published on https://www.freecodecamp.org/news/list-comprehension-in-python-with-code-examples.

Awesome Lists containing this project

README

          

# List Comprehension in Python

This is the Python notebook version of the article by Dionysia Lemonaki originally published on https://www.freecodecamp.org/news/list-comprehension-in-python-with-code-examples.

Feel free to copy of the notebook and play with the source code.

* On GitHub, open the ipynb file in this repository. You will see a static version of the notebook. To run the interactive version, follow these steps:
* Click on the "Open in Colab" button
* From Google Colab, click on "Copy to Drive" to save the notebook to your account. Then you can edit and run the code examples.