This project is a simple environment for learning Python syntax using Cursor IDE, the uv package manager, and Jupyter Notebook.
Clone this repository from GitHub:
git clone https://github.com/yongpingchen/my-python-learning-project
cd <your-repo>
(Replace <your-username>
and <your-repo>
with your actual GitHub info.)
This project uses uv to manage dependencies.
-
Make sure
uv
is installed:uv --version
-
Sync the environment (this will create a virtual environment and install dependencies from
pyproject.toml
):uv sync
- Open this project in Cursor IDE.
- Make sure you have installed the Python and Jupyter extensions.
- Open any
.ipynb
file. - Run cells by clicking the ▶ button (or use Shift + Enter).
Happy Python learning! 🚀