Determining IBD Trigger Foods using Machine Learning and Python (Part 3)
This is the final post in a three-part series (I strongly suggest reading part I and part II before continuing) describing my attempt to identify “safe” and “unsafe” foods for Inflammatory Bowel Disease…
Share
Ultimate Python Learning Guide: from Beginner, to Intermediate, to Expert User
Last Updated: February 4, 2018. Introduction to this guide This guide aims to point you in the direction of the right resource(s) for your level of experience with Python –…
Share
Determining IBD Trigger Foods using Machine Learning and Python (Part 2)
Note: This post embeds the latest, live version of the project below, and will therefore change over time:
Share
Determining IBD Trigger Foods using Machine Learning and Python (Part 1)
Introduction This post is the first in a three-part series describing my attempt to identify “safe” and “unsafe” foods for Inflammatory Bowel Disease (IBD; including Ulcerative Colitis and Crohn’s Disease)…
Share
Crohn’s Cooking: 10 spicy flavors that aren’t from capsicum peppers
One of the hardest things for me personally with adjusting to my Crohn’s-constricted diet has been the lack of spice. Before I was diagnosed I used to eat a wide…
Share
Crohn’s Cooking: Cream of Asparagus Soup
Super simple asparagus recipe, which is nightshade free, gluten free, and optionally dairy free/vegan. Asparagus is one of the few vegetables I can always tolerate, and based on surveys, seems…
Crohn’s Cooking: Carrot Ginger Soup
Below is my recipe for a carrot soup with some real flavor, but that’s generally (based on surveys) IBD friendly. The soup is nightshade free (no pepper, tomato, white potato,…
Python Virtual Environments on Windows
Setting up virtual environments can be a headache the first time through, but it’s particularly frustrating for Windows, for which there is significantly less documentation. Below you will learn how…
Flask Set-up: SQLAlchemy ORM vs. Flask_SQLAlchemy ORM
Below I walk through the difference between Flask app set-up with 1) SQLAlchemy ORM and 2) Flask_SQLAlchemy ORM. While the names can throw you off, they are indeed different. Flask_SQLAlchemy…