Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quantivio/python_starter_code

Welcome to the Python-Starter-Codes repository! Here, you'll find a comprehensive set of Python starter code that's perfect for beginners who are just starting to learn the language. Whether you're a complete novice or just looking to brush up on your skills, this repository has everything you need to get started with Python.
https://github.com/quantivio/python_starter_code

ipynb ipynb-jupyter-notebook ipython-notebook jupyter jupyter-notebook python python3

Last synced: 1 day ago
JSON representation

Welcome to the Python-Starter-Codes repository! Here, you'll find a comprehensive set of Python starter code that's perfect for beginners who are just starting to learn the language. Whether you're a complete novice or just looking to brush up on your skills, this repository has everything you need to get started with Python.

Awesome Lists containing this project

README

        

# Getting Started with Python

Here, you'll find a comprehensive set of Python starter code that's perfect for beginners
who are just starting to learn the language. Whether you're a complete novice or just
looking to brush up on your skills, this repository has everything you need to get
started with Python.

# Setting up Jupyter Notebook

## Installation using pip

1. Open the Command Prompt
2. Type `pip install jupyterlab notebook` and press Enter
3. Close the Command Prompt

## Running Jupyter Notebook

1. Open the Command Prompt
2. Navigate to the desired folder
3. Type `jupyter notebook` and press Enter

# Setting up environment with Poetry

## Installation of Poetry

1. Open the Command Prompt
2. Type `pip install poetry` and press Enter
3. Close the Command Prompt

## Creating a virtual environment with Poetry

1. Open the Command Prompt
2. Navigate to the root of your project
3. Type `poetry install` and press Enter