rtrjl / intro_pyneteng

Intoduction python pour network engineer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Presentation for Network engineer

Some jupyter notebooks presenting python and some libraries around networking.

Download and install python 3 :

https://www.python.org/ftp/python/3.9.7/python-3.9.7-amd64.exe

Create a new python virtual environment

mkdir pres_python

cd pres_python

python -m venv venv

venv\Scripts\activate.bat

Notice the (venv) prefix before the prompt, you are now in a python virtual environment :

(venv) C:\Users\...\pres_python>

git clone git@github.com:rtrjl/intro_pyneteng.git

cd intro_pyneteng

Install dependencies :

pip install -r requirements.txt

Launch the jupyter server in the virtual environment :

jupyter notebook

Select one of the presentation :

About

Intoduction python pour network engineer


Languages

Language:Python 71.1%Language:Jupyter Notebook 28.9%