Skip to content

Commit

Permalink
File ending
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Aug 19, 2024
1 parent 0751b55 commit 1f538d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch01python/00pythons.ipynb.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ def make_figure():
# We will be demonstrating it through [VS Code](https://code.visualstudio.com/) but you could use whichever you like, e.g., [spyder](https://www.spyder-ide.org/), [pycharm](https://www.jetbrains.com/pycharm/), ...).
# We won't be using notebooks, except for this notes so you can download and experiment with them.
# However, we will be learning how to build libraries, and they need to be composed of python files rather than notebooks.
# When working with an IDE, you'll get access to a Python interpreter and you can run scripts directly from the interface as well as use tools like the debugger, test frameworks and git from within it.
# When working with an IDE, you'll get access to a Python interpreter and you can run scripts directly from the interface as well as use tools like the debugger, test frameworks and git from within it.

0 comments on commit 1f538d4

Please sign in to comment.