Skip to content

Santoshrt999/Learn-Python-with-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-AI

A personal Python learning repository covering core Python concepts, AI/LLM integration, data handling, and classic programming problems.

Contents

python-scripts/
├── python_learning_withAI.py   # Python fundamentals + AI/LLM experiments (OpenAI, web scraping, data viz)
├── Python_Problems.py          # Classic problems — Fibonacci, sorting, string manipulation, and more
└── Interactive_WordSearch.py   # Terminal-based interactive word search game

Topics Covered

  • Python Basics — variables, types, loops, functions, comprehensions
  • Data & Visualizationpandas, matplotlib, CSV/JSON handling
  • AI & LLM Integration — OpenAI API, prompt engineering, AI-assisted workflows
  • Webrequests, BeautifulSoup for web scraping
  • Classic Algorithms — Fibonacci, sorting, math operations
  • Games — Interactive word search with hints and clues

Setup

git clone https://github.com/Santoshrt999/Python-Ai.git
cd Python-Ai
pip install -r requirements.txt

Create a .env file in the root with your keys:

OPENAI_API_KEY=sk-...
WEATHER_APP_KEY=your_key_here

Requirements

  • Python 3.8+
  • openai, pandas, matplotlib, requests, beautifulsoup4, rich, python-dotenv

License

MIT — see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages