Skip to content

Releases: amratadev/Python-Basic-to-Advance

Initial Release — Python Basics

03 Dec 14:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Pre-release

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)