You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,4 +49,4 @@ Lectures were performed using the presentation slides along with a Jupyter Noteb
49
49
50
50
# Python Code Editing environment
51
51
52
-
If you are just starting out with Python, I highly recommend installing [Anaconda](https://www.anaconda.com/download/). Anaconda will include the most popular scientific libraries. My favorite text editor / IDE for Python is [Visual Studio Code](https://code.visualstudio.com/) which is free and open source. I have a blog post on how to [setup Code for Python](https://jekel.me/2018/Visual-studio-code-Python-setup/). Code has many wonderful features for working with Python, and will help you write Python code that follows the PEP 8 style guide.
52
+
If you are just starting out with Python, I highly recommend installing [Anaconda](https://www.anaconda.com/download/). Anaconda will include the most popular scientific libraries. My favorite text editor / IDE for Python is [Visual Studio Code](https://code.visualstudio.com/) which is free and open source. I have a blog post on how to [setup Code for Python](https://jekel.me/2018/Visual-studio-code-Python-setup/). Code has many wonderful features for working with Python, and will help you write Python code that follows the [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guide.
0 commit comments