Python for Entrepreneurs Transcripts
Chapter: Build web apps with Pyramid: Part 1
Lecture: PyCharm Concepts

Login or purchase this course to watch this video and the rest of the course contents.
0:01 Time to review creating a new pyramid web app in PyCharm. So with PyCharm you can basically get all the stuff done at once and you get a lot of help.
0:12 We're just going to go and say create a new project, pick pyramid and say we would like to put the project here,
0:17 create a new virtual environment, set up all the details there, we can pick the starter scaffold chameleon language and the template is usually good,
0:28 so we'll just leave that there and click ok, and that pretty much does all the steps that we needed,
0:33 except for a final one about registering the project. So everything will be created, the virtual environment will be there
0:40 the scaffold will be selected and so on. Once it opens up in PyCharm, the newest version that even shows you
0:46 a little dialogue or a drop down bar thing at the top that says, hey you still have to run setup.py develop, click here to do that;
0:54 you can either click that or if you go to tools you are just going to say run setup.py task and actually pick a whole bunch of things to run
1:02 but pick develop of course, and once that runs, we'll have our pyramid app created and ready to go, and we'll have a little run configuration,
1:11 you press the button and boom, you get your two URLs, click one of the URLs, it doesn't matter which, click one of them and you will be up and running,
1:19 boom— here's your new pyramid web app, created by by PyCharm.


Talk Python's Mastodon Michael Kennedy's Mastodon