Skip to content

Commit

Permalink
Multiple updates - new baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
geozeke committed Jun 8, 2020
1 parent 0faae61 commit 74c9321
Show file tree
Hide file tree
Showing 29 changed files with 1,464 additions and 4,950 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ This is a collection of Jupyter Notebooks for teaching Python programming with a
7. Collections: Lists, Dictionaries, Sets, Tuples
* Creating
* Accessing Data
* Functions - Pass by Reference
* Functions - Returning Multiple Values
* Functions - Pass by Value; Pass by Reference


8. File I/O
Expand All @@ -61,7 +61,7 @@ This is a collection of Jupyter Notebooks for teaching Python programming with a
* Writing and Closing: `write()`, `close()`


9. Crypto
9. Hashing
* Hashing Strings


Expand Down
12 changes: 6 additions & 6 deletions content/00_tableOfContents.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Table Of Contents\n",
"# Introduction to Python Using Jupyter Notebooks\n",
"\n",
"This is a collection of Jupyter Notebooks for teaching Python programming with an emphasis on the fundamentals of Cyber Operations. It's not meant to be a complete Python textbook, but rather an organized reference guide to allow you to see interactive examples on specific Python topics.\n",
"\n",
Expand All @@ -24,7 +24,7 @@
" * Type Conversions\n",
" \n",
" \n",
"3. Functions and Objects\n",
"3. Built-in Functions and Objects\n",
" * Common Functions\n",
" * Objects and Methods\n",
" * Formatting output with `.format()`\n",
Expand All @@ -46,19 +46,19 @@
" * `break` and `continue`\n",
" \n",
"\n",
"6. Functions\n",
"6. User Defined Functions\n",
" * Introduction\n",
" * Defining Functions\n",
" * Calling Functions\n",
" * Arguments and Parameters\n",
" * Pass by Reference\n",
" * Variable Scope\n",
" * Returning Multiple Values\n",
" \n",
" \n",
"7. Collections: Lists, Dictionaries, Sets, Tuples\n",
" * Creating\n",
" * Accessing Data\n",
" * Functions - Returning Multiple Values\n",
" * Functions - Pass by Value; Pass by Reference\n",
"\n",
" \n",
"8. File I/O\n",
Expand All @@ -67,7 +67,7 @@
" * Writing and Closing: `write()`, `close()`\n",
" \n",
"\n",
"9. Crypto\n",
"9. Hashing\n",
" * Hashing Strings\n",
"\n",
"\n",
Expand Down
Loading

0 comments on commit 74c9321

Please sign in to comment.