Skip to content

Commit 20dd16b

Browse files
committed
Added python basics section
1 parent 6458937 commit 20dd16b

File tree

4 files changed

+858
-0
lines changed

4 files changed

+858
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
books/_build
22
books/.ipynb_checkpoints
3+
.DS_store
4+
books/.DS_store

books/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)