001 Start - Comprehensive Python in Tamil
Create a Python project
$ mkdir comprehensive_python
$ cd comprehensive_python
$ uv init --python 3.14
$ uv run main.py
Code
print("Hello, Python!")
இதை ஓட்ட
$ uv run 001_hello_python.py
Notes
- Kanini Naadu https://www.youtube.com/@கணினிநாடு
- Operating System
- Ubuntu GNU/Linux https://ubuntu.com/
- Zed Editor https://zed.dev/
- Linux Journey https://labex.io/linuxjourney
- Using terminal

- Install uv https://docs.astral.sh/uv/getting-started/installation/
- Python https://www.python.org/
- Task today
- Starting a uv project with Python 3.14
- Running first python program
- Recommended book
Source Code