Skip to content

rtancman/python-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-examples

Test Python features & examples

How to run

This project uses the asdf to manager Python and Poetry versions. You need to instal asdf first. Follow the instructions here to install asdf.

  1. Install the Python version:
asdf install python 3.12.5
  1. Install the Poetry version:

Now we need to install the asdf Poetry plugin. See bellow:

asdf plugin-add poetry https://github.com/asdf-community/asdf-poetry.git
asdf install poetry 1.8.3
  1. Check the correct versions:
python -V
poetry -V

Examples to study

About

Test Python features & examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published