Skip to content

Details

A step-by-step walkthrough on bootstrapping, organizing, and debugging a new Python project. The walkthrough will cover setting up a new project with virtualenv and pip using the Python web framework Flask. It will also cover best practices for organizing and debugging your new app. Bring a laptop and feel free to follow along!

Flask - ( http://flask.pocoo.org/ )

virtualenv - ( http://www.virtualenv.org/en/latest/ )

pip - ( http://www.pip-installer.org/en/latest/ )

Related topics

You may also like