Jan 15, 2015 Tags: WebDev, Flask

About Flask

In this blogpost I collect links and knowledge about “Web development with Flask”. Will be updated as needed.

Updated on Jan 27, 2016

Navigate this page:

Book: Building Web Applications with Flask

RESOLVEME://files/about-flask/001.png

The book at PacktPub.

Links mentioned in the book:

Overcome Installation Problem

flask-mysqldb

Symptom: ‘mysql-config’ is not found.

Solution: sudo apt-get install libmysqlclient-dev

Verify: which mysql_config shows ‘/usr/bin/mysql_config’

See this Q&A at stackoverflow

Previous topic

About Email Mailings

Next topic

About Gui Programming

Tags

Archives

Languages

Recent Posts

This Page