Skip to content

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.

Quantivio/python_starter_code

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published