Skip to content

022UGDW213/Python-Programing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Programming

A comprehensive Python learning repository by 022UGDW213 (Time Loops)

About

This repository is a structured Python programming course covering fundamentals through advanced topics including AI/ML integration.

Course Sections

Section Topic Status
01 Basics — Variables, data types, operators Complete
02 Strings — Manipulation, formatting, methods Complete
03 Conditionals — if/elif/else, boolean logic Complete
04 Lists — Arrays, slicing, comprehensions Complete
05 Loops — for, while, iteration patterns Complete
06 Strings & Lists — Combined operations Complete
07 Files — I/O, reading, writing, CSV/JSON Complete
09 Functions — Def, args, lambda, decorators Complete
10 Dictionaries — Key-value, nested, methods Complete
11 API — REST, requests, JSON, authentication Complete
14 Exceptions — Try/except, custom errors Complete
15 Intermediate — OOP, modules, packages Complete

Additional Resources

  • start-here.md — Getting started guide
  • installing_pip.md — Package manager setup
  • contacts.json — Sample data for exercises
  • knowledge_share/ — Reference materials
  • playtime/ — Experimental code playground

Tech Stack

  • Python 3.11+
  • AI/ML: TensorFlow, PyTorch, scikit-learn, HuggingFace
  • Data: NumPy, Pandas, Matplotlib
  • Web: Flask, FastAPI, Requests
  • Tools: Jupyter, VS Code, Git

Quick Start

# Clone
git clone https://github.com/022UGDW213/Python-Programing.git
cd Python-Programing

# Start with basics
cd section_01_(basics)
python3 main.py

# Install dependencies
pip install -r requirements.txt

AI & Machine Learning

This repository integrates with the iBot Synthetic Intelligence platform:

  • 136+ AI skills available
  • TensorFlow 2.16 + PyTorch 2.2
  • 14 Ollama local models (4 vision-capable)
  • HuggingFace Transformers
  • scikit-learn for classical ML

Connect

License

MIT License — see LICENSE

About

Complete Python course — 16 sections from basics to AI/ML with TensorFlow and PyTorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors