Skip to content

Commit 55ee389

Browse files
committed
Update documentation
1 parent 6b75364 commit 55ee389

File tree

83 files changed

+5703
-4124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+5703
-4124
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 2d5c9bdde7432229c115cb6c36fe85b2
3+
config: c0ca86d4e57f0698c11afb3d532ea8c4
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/python_basics/intro.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Basics of Python Programming
2+
3+
This section provides a few implementation examples of basic Python syntax, data types, loops, functions and plotting. This serves as an introduction to Python for novice users and a refresher for established users of Python. This tutorial section is directed towards important prerequisite material that will be important in understanding other sections of this jupyter-book. This section is split into the following sub-sections:
4+
5+
1. Basic programming in Python
6+
2. Basic plotting in Python
7+
3. Python and Jupyter Notebook resources

0 commit comments

Comments
 (0)