File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
content/pages/02-development-environments Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
100105Once you get the hang of the basics there are a slew of ways to connect
You can’t perform that action at this time.
0 commit comments