s

Posts

Posts

Country flag emojis in Python using the unicodedata module

Create country flag emojis in Python using `unicodedata` module

Python’s unicodedata module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. 1

unicodedata Functions include lookup to lookup a character by name. If you know the regional indicator symbols for a country code, for example IE …

Footnotes in Markdown documents

Styling markdown footnotes when rendered as HTML

As noted in the post on markdown, footnotes are now supported in Markdown fields. Footnotes allow you to reference relevant information without disrupting the flow. Footnotes are added using [^fn] with the number of the footnote, for example [^fn1]. 1

In this post I look at how to style the …

Iframes

Displaying a web page within a web page.

The <iframe> tag specifies an inline frame and is used to embed another document within the current HTML document.

California Housing Prices

Following chapter 2 of Hands on Machine Learning with Scikit-learn, Keras and TensorFlow by Aurélion Géron


I am reading Hands on Machine Learning with Scikit-learn, Keras and TensorFlow by Aurélion Géron and will make a few notes here for reference.

Chapter 2 works through an example project from end to end using the California Housing dataset from the StatLib repository. The dataset is based on data …

Relational_databases

MySQL is a Relational Database Management Systems (RDMS) and is a component on the LAMP application stack. (Linux - Apache - MySQL - PHP/Python/Perl) MySQL is a very popular Oracle backed open-sourced Structured Query Language. It is also implemented by various database-driven applications. MySQL logo