Python Beginners¶
Welcome to the documentation for the Python portion of Advanced Web Apps, a course for communications students at the University of Florida.
In this course, students who have learned HTML, CSS, and some JavaScript learn to use Python for web scraping and other tasks useful in media organizations.
Outside resources¶
These are Google docs.
See also the official Python documentation.
- Starting Python
- Functions in Python
- Working with Lists
- Reading and Writing Files
- Dictionaries
- CSV Files
- Web Scraping Intro
- Web Scraping, Part 2
- Web Scraping, Part 3
- Flask Intro
- Flask, Part 2
- Flask Templates
- Flask: Deploy an App
- Flask: Web Forms
- Flask and Databases
- Flask: Read from a Database
- Flask: Write to a Database
- configparser