Skip to content

kevinalexandr19/python_for_geologists

Repository files navigation

cover

If you have a GitHub account, don’t forget to give the project a star ⭐ to help it grow


Try the code without installing Python !!!

Use the JupyterLite application by clicking here


Description

This academic project was created to facilitate learning Python for students and professionals in Geology and related fields.

By developing algorithmic thinking, you will learn how to use Python code to solve geological problems.

Perseverance is also important to learn each topic, as well as creativity to solve problems.

Note

Prior knowledge of general geology, statistics, and linear algebra is recommended.


All chapters are available in the repository as Jupyter notebooks (.ipynb).
It is recommended to download the repository content and use it as a template to develop your own notebooks.

Introductory notebooks are ready (✔️), advanced notebooks are still under development (⏳).


How to use the content of this project?

The notebooks in this project are provided in .ipynb format and can be used in several ways, depending on your setup:

  • Recommended: use Jupyterlite, a ready-to-use, web-hosted coding environment that runs directly in your browser.
  • Use Google Colab, Google’s cloud-based notebook platform.
  • Run the notebooks locally using a code editor such as Jupyter Lab, Jupyter Notebook, or Visual Studio Code.

References