Skip to content

Commit 04a0f6d

Browse files
committed
Front matter added
1 parent 0caa8be commit 04a0f6d

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

docs/Python Installation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Installation
3+
nav_order: 3
4+
---
5+
16
### Python Installation
27
- Install latest version of python from python.org
38
- Install python with installer, make sure to check "Add Python x.x.x to PATH"

docs/Python Introduction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Introduction
3+
nav_order: 2
4+
---
5+
16
# Intro
27

38
- python is interpreter language which is different from c# complier language

docs/Python Packages.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Packages
3+
nav_order: 4
4+
---
5+
16
### Explore python packages
27
- https://anaconda.org/anaconda/repo
38
- https://anaconda.cloud/package-categories

docs/Virtual Environments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Virtual Environment
3+
nav_order: 2
4+
---
5+
16
### Overview
27
- A virtual environment is a tool used to isolate specific Python environments on a single machine, allowing you to work on multiple projects with different dependencies and packages without conflicts. This can be especially useful when working on projects that have conflicting package versions or packages that are not compatible with each other.
38
- use `python -m venv myenv` to create new virtual environment

0 commit comments

Comments
 (0)