nipsalvin / yt-py

This is a short youtube course I practice with to improve my skill

Home Page:https://www.youtube.com/watch?v=QXeEoD0pB3E&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3&index=1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yt-py

Create a virtual environment using python -m venv myvenv for windows or python3 -m venv myvenv for ubuntu.

NumPy is the first pip package I installed in the virtual environment. I used pip3 install numpy to install.

PyTest is installed in the virtual environment using the comant pip3 install pytest.

Install mysql connector using the command pip install mysql-connector

About

This is a short youtube course I practice with to improve my skill

https://www.youtube.com/watch?v=QXeEoD0pB3E&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3&index=1


Languages

Language:Python 97.2%Language:C 1.9%Language:C++ 0.4%Language:Cython 0.4%Language:PowerShell 0.1%Language:Fortran 0.0%Language:Batchfile 0.0%