Effective PyCharm Transcripts
Chapter: Client-side web apps
Lecture: Electron JS introduction

Login or purchase this course to watch this video and the rest of the course contents.
0:00 The final thing I want to cover while we're talking about client side Javascript just to sort of show how far you can push this is Electron JS.
0:08 So I'm not sure if you are familiar with Electron JS, it's pretty awesome, it basically takes Node and Chrome
0:14 and packages that up into a self-contained executable that looks like a native application on macOS and Windows.
0:22 So you probably have interacted with Electron JS apps, so Electron JS actually came from Atom, from github,
0:31 but we already saw that we were playing with Visual Studio code earlier and just to paste out some information, and this is an Electron JS app
0:42 it looks just like standard macOS app here, and it looks like a Windows app over there. Another one is Postman, great for APIs.
0:50 So over here we could hit the RSS feed for Talk Python, what do we get— wait for it to download here you can see that's the RSS feed, right.
1:01 So these are all Electron JS apps, so let's see how we might use this in PyCharm.


Talk Python's Mastodon Michael Kennedy's Mastodon