Skip to content

yongpingchen/my-python-learning-project

Repository files navigation

Python Learning Project

This project is a simple environment for learning Python syntax using Cursor IDE, the uv package manager, and Jupyter Notebook.


📥 Download the Project

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.)


⚙️ Set Up the Local Environment

This project uses uv to manage dependencies.

  1. Make sure uv is installed:

    uv --version
  2. Sync the environment (this will create a virtual environment and install dependencies from pyproject.toml):

    uv sync

📓 Run Jupyter Notebooks in Cursor

  1. Open this project in Cursor IDE.
  2. Make sure you have installed the Python and Jupyter extensions.
  3. Open any .ipynb file.
  4. Run cells by clicking the ▶ button (or use Shift + Enter).

Happy Python learning! 🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published