Releases: amratadev/Python-Basic-to-Advance
Releases · amratadev/Python-Basic-to-Advance
Initial Release — Python Basics
Immutable
release. Only release title and notes can be modified.
Release v1.0.0 — Python Basics
This is the first release of Python-Basic-to-Advance.
Features
- Added hello.py (Hello World program)
- Added data_type.py (examples of int, float, complex, dict, bool, str, list, tuple, set)
- Added exercise_2.py (practice program for input handling)
- Created index.html with sample Python output section
Live Demo
🔗 https://amratadev.github.io/Python-Basic-to-Advance/
Roadmap
- Add string manipulation exercises
- Cover advanced Python concepts (OOP, modules)