Boston Python Workshop/Friday handout: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
Line 53: Line 53:
</ol>
</ol>


== (Optional) Setting up the web app ==
== Setting up the web app ==


The web app is an example of an integrated Python-based application. It uses the [http://www.djangoproject.com/ Django] web framework. Because the setup for this project is somewhat involved, this project and it's setup are optional. Attendees interested in the material or who have some programming experience are encouraged to work through the setup instructions with a staff member.
If you want to make a web app on Saturday, you have to go through this process. This is an optional step in setup; however, it can be an exciting and fulfilling one.The web app is an example of an integrated Python-based application. It uses the [http://www.djangoproject.com/ Django] web framework. Because the setup for this project is somewhat involved, this project and it's setup are optional. Attendees interested in the material or who have some programming experience are encouraged to work through the setup instructions with a staff member.


The web app setup instructions are [[Setting up the web app|here]].
The web app setup instructions are [[Setting up the web app|here]].