Create a Python project

$ mkdir comprehensive_python
$ cd comprehensive_python
$ uv init --python 3.14
$ uv run main.py

Code

001_hello_python.py

print("Hello, Python!")

இதை ஓட்ட

$ uv run 001_hello_python.py

Notes

Source Code