YUNGNG07 / python-knowledge

Collection of Python mini projects, Jupyter Notebooks and other miscellaneous documents based on Real Python tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-knowledge

Visual Studio Code GitHub Python

Table of Contents

About

This is a repository containing Python mock projects, Jupyter Notebooks and other miscellaneous documents about Python general knowledge based on Real Python tutorials.

Getting Started

Requirements

Only Python 3.11+ is tested and guaranteed to work.

Users can run the individual projects by installing the required libraries according to the Dependencies section on the very top of the Python programs or install the required libraries using pip and the requirements.txt file using the following command:

pip install -r path/to/requirements.txt

Usage

License

Distributed under the MIT License. See LICENSE for more information.

About

Collection of Python mini projects, Jupyter Notebooks and other miscellaneous documents based on Real Python tutorials

License:MIT License


Languages

Language:Jupyter Notebook 92.7%Language:Python 6.8%Language:HTML 0.5%Language:CSS 0.1%