# py_learn **Repository Path**: azure2u/py_learn ## Basic Information - **Project Name**: py_learn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-21 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # py_learn ``` python -m venv .venv .venv\Scripts\activate .venv\Scripts\deactivate pip install -r requirements.txt pip freeze > requirements.txt ```