Effective PyCharm Transcripts
Chapter: Server-side Python web apps
Lecture: The web IDE pyramid
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Recall our IDE Pyramid here we have PyCharm at the top. But PyCharm also is built upon WebStorm and DataGrip. So as I was saying before,
0:11
if you want to have a really first class IDE for working with web applications,
0:16
well, PyCharm is absolutely one of those because it has all the Web Storm features and WebStorm itself is one of the very best web
0:24
IDE's When we talk about the server side frameworks, when we talk about Flask and Django and FastAPI and Pyramid and so on,
0:33
we're going to be working with the features of PyCharm itself. Right? We're riding the back end server side Python code and may be working with
0:41
the templates and the way those things fit together at the same time. Those will have a lot of front end features.
0:47
So client side web frameworks like Vue.js potentially obviously straight HTML or HTML in the form of jinja template or something.
0:57
CSS, LESS, Typescript, Javascript, all of those things and all that support is coming from the WebStorm side of things here.
1:04
So as we focus on the next two chapters, we're going to be kind of inter plane between these two parts of this IDE Pyramid..