Series - SQL-Python-and-Flask


SQL, Python, and Flask: (06) Introduction to Bootstrap[MP4] [0:49:09] [2015/03/10]
Designing pages for multiple types of devices can be a challenge. Wrap up the course by addressing this issue with Bootstrap, plus take a look at core classes and the grid system. [03:26] - Theme…


SQL, Python, and Flask: (05) Layouts Using Jinja[MP4] [0:26:01] [2015/03/10]
Since one key to a successful web application is a consistent look and feel, see how to use Jinja template engine layouts to create consistency throughout your applications. [04:55] - Why use…


SQL, Python, and Flask: (04) Connecting to Relational Databases[MP4] [0:57:57] [2015/03/10]
After creating the back end, turn your attention to the front end and examine how to connect to the newly created database. See the code needed to connect to SQL Server, along with how to best…


SQL, Python, and Flask: (03) Introduction to Relational Databases[MP4] [0:51:55] [2015/03/10]
Explore the concept of a relational database, and see how to create and configure SQL databases. Although key-value pair databases can work for simple applications and caching, they don't offer the…


SQL, Python, and Flask: (02) Designing Python Classes[MP4] [0:51:03] [2015/03/10]
Continue to dig into classes in Python, and see how constructors allow you to ensure that your objects are set up the right way and how you can use methods and properties to introduce functionality.…


SQL, Python, and Flask: (01) Design of a Flask Application[MP4] [0:52:57] [2015/03/10]
Learn best practices for designing Flask applications, and get an introduction to the concepts of classes. One of the biggest questions someone faces when looking at Flask is how to structure code, so…