Skip to content

Commit 6c05166

Browse files
committed
new pycharm resources
1 parent 05d3598 commit 6c05166

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,12 @@ Python code.
5858
is another JetBrains-produced tutorial that is exceptionally in-depth
5959
and just right for beginners who need help with every step of setting
6060
up and creating their first Python project.
61+
62+
* [Setting Up a Python Development Environment with PyCharm](https://www.ev3dev.org/docs/tutorials/setting-up-python-pycharm/)
63+
is focused on the EV3 Lego Mindstorm Linux distribution but has some
64+
good information and steps for anyone setting up PyCharm for the first time.
65+
66+
* [flask-pycharm-templates](https://github.com/mstuttgart/flask-pycharm-templates)
67+
are snippets that are commonly used when building Python,
68+
[Jinja2](/jinja2.html) and [Flask](/flask.html) applications that you can
69+
import into your environment to use during development.

content/pages/meta/00-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on GitHub.
1717

1818
## 2018
1919
### July
20+
* Added a bunch of new [PyCharm](/pycharm.html) resources.
2021
* Merged [PR #177](https://github.com/mattmakai/fullstackpython.com/pull/177)
2122
that adds a new [Docker](/docker.html) Swarm tutorial.
2223
* Merged [PR #176](https://github.com/mattmakai/fullstackpython.com/pull/176)

0 commit comments

Comments
 (0)