Skip to content

alexanderluna/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

174 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Python

Python is a programming language that lets you work more quickly and integrate your systems more effectively. - Python.org

Python is one of the most versatile and popular languages. It has a wide range of application from web development and data science to GUI applications, scripts and game development.

Table of Contents

Setup & Installation

In the python community it is recommended to use virtualenv to manage packages and project. While virtualenv is useful, uv is an even better option because it combines both pip and virtualenv into one tool. First install mise a front-end for development environments which makes it easier to install different versions of python and uv.

# on Linux
curl https://mise.run | sh

# on MacOS
brew install mise

# Install python/uv and add them to your $PATH automatically
mise use -g python@latest
mise use -g uv@latest

# Initialize a uv project
uv init . 

Resources

About

Learning Data Science, ML, DL, Making games and websites in 🐍

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors