Skip to content

Commit 4d62032

Browse files
committed
new jupyter and pycharm resources
1 parent 00f02ca commit 4d62032

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

content/pages/02-development-environments/05-pycharm.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ Python code.
4646
* [PyCharm Vs Visual Studio Code For Python Development](https://www.c-sharpcorner.com/article/pycharm-vs-visual-studio-code-for-python-development/)
4747
compares the editors on performance, extensions and resource consumption
4848
for Python development.
49+
50+
* PyCharm has excellent first-party official documentation for
51+
[getting started and configuring the IDE](https://www.jetbrains.com/help/pycharm/quick-start-guide.html).
52+
The advantagee to using the official docs is that they tend to
53+
be more up-to-date than community blog posts that were not
54+
published recently because PyCharm has new major releases
55+
twice per year.

content/pages/02-development-environments/06-jupyter-notebook.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ and play around with the tool.
9595
contains an extensive set of notebooks along with public data
9696
sets that can be used for analysis.
9797

98+
* [learn-python3](https://github.com/jerry-git/learn-python3) is geared
99+
towards Python beginners who want to learn basic syntax and standard
100+
library features such as about string manipulation, functions and
101+
iteration.
102+
98103

99104
### Intermediate to advanced Jupyter Notebook tutorials
100105
Once you get the hang of the basics there are a slew of ways to connect

0 commit comments

Comments
 (0)