Welcome to python-spare-code gallery!
This repository contains a diverse collection of sample python
scripts that have
been gathered from a variety of sources, including official documentation sites or
common sites where programmers post question, answers and/or tutorials. Additionally,
some of the scripts have been edited by the repository owner to make them more
comprehensive or tailored to specific use cases.
Whether you’re a beginner or an experienced python
programmer, this repository
might offer a valuable resource. So dive in and start exploring!
Note
There are several issues in the most recent versions of either sphinx
, sphinx-gallery
or both in which (i) the sidebar sub-levels do not appear, (ii) the terminal outputs are not
displayed properly with several ‘Out’ labels and (iii) the DataFrame is not properly formatted
with colors and hover being disabled. For such reason, the following versions
have been used sphinx==5.3.0
and sphinx-gallery==0.10.0
.