More actions
added more SDE info |
mNo edit summary |
||
| Line 12: | Line 12: | ||
=== Step 0: Preface === | === Step 0: Preface === | ||
This is not a guide to Python or programming, if you don't know how to program, there are tons of resources to learn to code, there are a few of my favorites in the External Links section down below | This is not a guide to Python or programming, if you don't know how to program, there are tons of resources to learn to code, there are a few of my favorites in the External Links section down below. | ||
=== Step 1: Opening the file === | === Step 1: Opening the file === | ||
| Line 19: | Line 19: | ||
=== Step 2: Reading the file === | === Step 2: Reading the file === | ||
==== Step 2.1: Installing PyYAML ==== | ==== Step 2.1: Installing PyYAML ==== | ||
Assuming you're using pip, this should be as simple as ''pip install pyyaml''. If you having issues | Assuming you're using pip, this should be as simple as ''pip install pyyaml''. If you having issues have a look at [https://stackabuse.com/reading-and-writing-yaml-to-a-file-in-python/ this article]. | ||
==== Step 2.2: Interpreting the file ==== | ==== Step 2.2: Interpreting the file ==== | ||
| Line 25: | Line 25: | ||
=== Step 3: Postface === | === Step 3: Postface === | ||
I hope this short guide helped you somewhat get into the SDE | I hope this short guide helped you somewhat get into the SDE. | ||
== Content of each table (version 2025-07-07) == | == Content of each table (version 2025-07-07) == | ||