File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
02-development-environments Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments