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.
- Host: GitHub
- URL: https://github.com/evandroamparo/list-comprehension-in-python
- Owner: evandroamparo
- Created: 2022-05-13T19:49:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T20:37:22.000Z (over 3 years ago)
- Last Synced: 2025-02-12T07:55:47.387Z (12 months ago)
- Topics: beginner, colab-notebook, developer, notebook, notebook-publish, programing-languagues, programming, python
- Language: Jupyter Notebook
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.