Skip to content

Commit 7d1decc

Browse files
committed
add starter pycharm page
1 parent 532e4e0 commit 7d1decc

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,15 @@ Python code.
1717
<div class="well see-also">PyCharm is an implementation of the <a href="/text-editors-ides.html">text editors and IDEs</a> concept. Learn how these parts fit together in the <a href="/development-environments.html">development environments</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
1818

1919

20+
### PyCharm resources
21+
* JetBrains provides [courses for the PyCharm Educational Edition](https://github.com/JetBrains/pycharm-courses)
22+
that can be used to learn any edition of the IDE.
2023

24+
* The
25+
[Mastering PyCharm](https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide)
26+
Talk Python to Me course is awesome when you want to invest in your skills
27+
for using the IDE well.
28+
29+
* [Worth the switch to Pycharm?](https://www.reddit.com/r/Python/comments/6ac5pk/worth_the_switch_to_pycharm/)
30+
is a solid discussion thread with different developers' perspectives
31+
on using PyCharm for coding their applications.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Jupyter Notebook
22
category: page
33
slug: jupyter-notebook
4-
sortorder: 0206
4+
sortorder: 0207
55
toc: False
66
sidebartitle: Jupyter Notebook
77
meta: Jupyter Notebook, formerly named iPython Notebook, is a powerful Python code execution environment often used for data analysis.

content/pages/02-development-environments/07-shells.markdown renamed to content/pages/02-development-environments/08-shells.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Shells
22
category: page
33
slug: shells
4-
sortorder: 0207
4+
sortorder: 0208
55
toc: False
66
sidebartitle: Shells
77
meta: A shell is a computer user interface and often refers to a text-only or primarily text command line terminal.
@@ -11,7 +11,7 @@ meta: A shell is a computer user interface and often refers to a text-only or pr
1111
Shells are computer user interfaces that typically refer to a text-only or
1212
primarily text-based command prompt.
1313

14-
<img src="/img/visuals/terminal-shell.png" width="100%" alt="My macOS terminal window showing the bash shell with an active virtualenv." class="technical-diagram" style="border-radius:5px;border:1px solid #999">
14+
<img src="/img/visuals/terminal-shell.png" width="100%" alt="My macOS terminal window showing the bash shell with an active virtualenv." class="shot outl">
1515

1616
The above screenshot shows the bash shell with an active Python virtual
1717
environment named `fullstackpython` within the macOS Terminal application.

content/pages/02-development-environments/10-powershell.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ user interface for Windows that is often used as part
1313
of a Python programmer's
1414
[development environment](/development-environments.html).
1515

16-
<a href="https://docs.microsoft.com/en-us/powershell/" style="border:none"><img src="/img/logos/powershell.png" width="100%" alt="PowerShell logo."></a>
16+
<a href="https://docs.microsoft.com/en-us/powershell/" class="nob"><img src="/img/logos/powershell.png" width="100%" alt="PowerShell logo."></a>
1717

1818
<div class="well see-also">PowerShell is an implementation of the <a href="/shells.html">shells</a> concept. Learn more in the <a href="/development-environments.html">development environments</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
1919

0 commit comments

Comments
 (0)