# Additional resources This documentation are based on: - [Python Enhancement Proposals](https://peps.python.org/) - [Semantic Versioning](https://semver.org/) - [Pro Git Book by Scott Chacon](https://git-scm.com/book/) [(also available in french)](https://git-scm.com/book/fr) - [Git Immersion](http://gitimmersion.com) - [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/) - [Conventional Commits Blog](https://www.conventionalcommits.org/en/v1.0.0/) - [OpenFLUID dev guide](https://community.openfluid-project.org/) - [A successful Git branching model, by Vincent Driessen](https://nvie.com/posts/a-successful-git-branching-model/) - [My Git branching model, by William Durand](https://williamdurand.fr/2012/01/17/my-git-branching-model/) - [NumPy documentation](https://numpy.org/doc/stable/) - [pandas documentation](https://pandas.pydata.org/docs/) About Python: - [python.org](https://www.python.org/) - [The Hitchhiker’s Guide to Python!](https://docs.python-guide.org/) > This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis. - [Real Python](https://realpython.com/) > At Real Python you can learn all things Python from the ground up, with weekly free and in-depth tutorials. Everything from the absolute basics of Python, to web development and web scraping, to data visualization, and beyond. - [Python Packaging Authority (PyPA)](https://www.pypa.io/en/latest/) > The Python Packaging Authority (PyPA) is a working group that maintains a core set of software projects used in Python packaging. > The software developed through the PyPA is used to package, share, and install Python software and to interact with indexes of downloadable Python software such as [PyPI](https://pypi.org), the Python Package Index.