Effective PyCharm Transcripts
Chapter: Client-side web apps
Lecture: Introduction to client-side apps

Login or purchase this course to watch this video and the rest of the course contents.
0:01 We've seen the server side features of PyCharm's capabilities with regard to Python based web frameworks.
0:10 But, as you likely know, web applications are not just server side things there is Javascript, there's HTML, there's CSS
0:17 and there's all the things surrounding that and spun off from that Javascript front end frameworks,
0:23 things like Vue JS, Angular JS, that have their own syntax and would really benefit from having understanding within the editor,
0:31 as well as things like LESS, SASS, TypeScript and whatnot that needs sort of precompiled to actually get ready to use in your web app.
0:41 So we are going to look at that side of the story for PyCharm right now. So we're going to see about creating projects, just like we had in Python,
0:50 these code intentions, these little code helper fixes. We have the same thing in Javascript for taking code that might not be ideal
1:00 and transforming it into something better. We'll talk about support for popular frameworks, like Angular JS and Vue JS and so on,
1:07 TypeScript, LESS and SASS, even Node JS and on top of that, ElectronJS which is pretty sweet as well, that's not obvious how to get those last two,
1:18 so we'll see how to do that in the course.


Talk Python's Mastodon Michael Kennedy's Mastodon