https://github.com/smokeyrider/learning-python-2025
Various scripts I used to learn Python, Ollama, and Flask to test out various AI Models.
https://github.com/smokeyrider/learning-python-2025
ai chat flask llm ollama python
Last synced: about 2 months ago
JSON representation
Various scripts I used to learn Python, Ollama, and Flask to test out various AI Models.
- Host: GitHub
- URL: https://github.com/smokeyrider/learning-python-2025
- Owner: SmokeyRider
- License: mit
- Created: 2025-02-16T06:08:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T05:41:09.000Z (over 1 year ago)
- Last Synced: 2025-02-21T06:25:04.914Z (over 1 year ago)
- Topics: ai, chat, flask, llm, ollama, python
- Language: Python
- Homepage:
- Size: 7.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repository: Learning Python
This repository contains various Python scripts created while learning Python.
- This repository is a work in progress and is updated as new concepts are learned.
- Contributions or suggestions are welcome!
## Scripts Overview
### `cars.py`
A script for experimenting with Python object manipulation. It includes examples of working with classes, objects, and methods.
### `nines.py`
A script that prints the multiplication table for the number 9. This script is a simple demonstration of loops and basic arithmetic in Python.
### `joy_score.ipynb`
A Jupyter Notebook focused on data visualization using matplotlib and numpy libraries.
### `Jupyter_nb.ipynb`
A Jupyter Notebook containing examples and experiments with Python code. This notebook is used for interactive learning and exploring Python concepts.
### `Fix_Jupyter_NB.md`
Documentation on how to resolve git line-ending issues when working with Jupyter notebooks.
### Development Environment
#### `requirements.txt`
Lists all Python dependencies including matplotlib, numpy, pandas, and other libraries needed for the project.
#### Codespaces/Dev Container Configuration
This repository is pre-configured to work seamlessly with Dev Containers & GitHub Codespaces using configurations in the `.devcontainer` directory.