A Gentle Introduction to Flask

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It’s BSD licensed! Flask is easy to get started and a great way to build web sites and web applications. It’s easy to get your stuff into Flask with the built-in development server, integrated unit testing support, […]

Read Full Article β†’

5 Python Programs You Can Use to Grow your Knowledge of the Language

5 Python Programs You Can Use to Grow your Knowledge of the Language Python is one of the most widely used general-purpose programming languages. The language is popular among programmers because of its: Readability – Python code is very easy to read and understand, making it perfect for beginners. Versatility – Python can be used […]

Read Full Article β†’

The Silent Killer in Your Code

The Silent Killer in Your Code There is a silent killer lurking in every code base. A killer that destroys teams and companies alike. You can fix this killer by applying technical practices and refactoring, but only if you know what to look for. This killer has no name. I will call it “legacy code.” […]

Read Full Article β†’

5 Things They Don’t Teach You in Code School

I was recently asked to write a guest post for Pear Deck, a tool that I love and have used in my classroom for the past two years. My original blog post can be found on their site here. Here is the blog below. I’ve spent the last 4 years working in the software development […]

Read Full Article β†’

Cloud Machine Learning – Google Developer’s Tutorial for TensorFlow Serving

In this lab, you will use Google Cloud Platform (GCP) for training and hyperparameter tuning, TensorFlow for building a neural network model, and TensorFlow Serving for serving the trained model. This way you can get your trained model from research into production quickly and easily. This lab is based on the first chapter of the […]

Read Full Article β†’

8 Free Resources to Learn Python

Python is a very versatile and powerful programming language. It can be used to develop all kinds of applications, desktop, web, mobile, games etc. If you are interested in learning Python programming then you should check out the following free resources to learn Python: Learn Python the Hard Way: This free online book teaches you […]

Read Full Article β†’

How To Make An App Without Coding

The coding world is moving towards no code, but what exactly does that mean? How To Make An App Without Coding: A blog to help you learn the basics of app creation without any coding skills. No Code Or Low Code? Let’s say you want to make an app, but you don’t want to hire […]

Read Full Article β†’