ggrbill / python-examples

Examples of using Python libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Examples

Examples of using Python libraries.

Setup and activate the environment

This project is based in a conda environment using conda-devenv tool. For miniconda package installation follow the instructions here and for conda-devenv installation instructions click here.

To create and activate the conda environment called PyExamples execute the following commands into project root folder:

$ conda devenv
$ conda activate PyExamples

Running examples

To run the Python examples you must be in the src folder, for that execute the following commands:

$ cd src
$ python {example_filename}.py

About

Examples of using Python libraries

License:MIT License


Languages

Language:Python 100.0%