Skip to content

Commit

Permalink
update suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
orectique committed Sep 25, 2023
1 parent fa8810d commit 95de21e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 59 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
_build/
__pycache__/
.DS_Store
dask-worker-space
dask-worker-space

.vscode/
.ipynb_checkpoints/
53 changes: 0 additions & 53 deletions .ipynb_checkpoints/Demo-checkpoint.ipynb

This file was deleted.

3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Binary file modified lectures/_static/lecture_specific/getting_started/debug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lectures/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kernelspec:
</div>
```

# Python Development: Writing Longer Programs
# Writing Longer Programs


```{contents} Contents
Expand All @@ -30,7 +30,7 @@ So far, we have explored the use of Jupyter Notebooks in writing and executing P

While they are efficient and adaptable when working with short pieces of code, Notebooks are not the best choice for longer programs and scripts.

While Jupyter Notebooks can help execute chunks of code one at a time, scripts allow for long pieces of code to be written and executed in a single go.
Jupyter Notebooks are well suited to interactive computing (i.e. data science workflows) and can help execute chunks of code one at a time. Text files and scripts allow for long pieces of code to be written and executed in a single go.

We will explore the use of Python scripts as an alternative.

Expand Down

0 comments on commit 95de21e

Please sign in to comment.