xclusivesmash /
alx-higher_level_programming
The repository contains C, Python, and Bash scripts created for a deeper understanding of higher level programming.
Loading repository data…
Jasiel-Stark8 / repository
High-Level Programming for Holberton-Code-School Python, C & Bash
Holberton Python, C and Bash Codebase
cd /tmp
wget https://www.python.org/ftp/python/3.8.13/Python-3.8.13.tgz
tar -xzf Python-3.8.13.tgz
cd Python-3.8.13
./configure --prefix=/tmp/Python-3.8.13-install
make
make install
cd /path/to/your/desired/directory
/tmp/Python-3.8.13/bin/python3 -m venv alx-HLP
. alx-HLP/bin/activate
deactivate
Upgrade pip via venv
/home/jason8/Desktop/ALX/alx-higher_level_programming/alx-HLP/bin/python3 -m pip install --upgrade pip
run pycodestyle
pycodestyle file.py
I wrote a very detailed and structured readme but all got deleted for some reson So i made this just for me I guess sometimes shit happen
Selected from shared topics, language and repository description—not editorial ratings.
xclusivesmash /
The repository contains C, Python, and Bash scripts created for a deeper understanding of higher level programming.
sphamandla916 /
The repository contains C, Python, and Bash scripts created for a deeper understanding of higher level programming.
anasenadir /
This Repository for ALX Software Engineering Program (Tasks Solves) - High Level Programming - Python