LATEST POSTS
Building a Flask Application with Google Cloud SQL, User Analytics, and Ethnicity Insights
January 13, 2025
4 days ago
Creating a full-stack web application that leverages Flask, Google Cloud SQL, and insightful analytics is a rewarding journey. In this blog, we’ll explore how to build a personality test web application...
Understanding the Four Temperaments
December 11, 2024
1 month ago
The concept of the four temperaments—sanguine, choleric, melancholic, and phlegmatic—has its roots in ancient Greek medicine, attributed to Hippocrates and later expanded by Galen. These temperaments describe...
Python Notes Solutions
July 16, 2024
6 months ago
Homework Solutions
Homework 1: Variables and Data Types
Declare and Print Variables:
# Declare variables
x = 5 # int
y = 3.14 # float
name = "John" # str
is_admin = True # bool
colors = ["red",...
Python Notes
July 4, 2024
6 months ago
Get Started with Python
Understand what is Python : https://datartic.com/python-programming-language-layman-series/
Amazing notes documented at notion : https://sunnybyli.notion.site/Basics-of-Python-5f0c1cea4a264eb3b3c29949790abb62#a55fd20389d749a48c2bd3f92773bce5
Homework...
Python programming language - Explained in 5 minutes
July 4, 2024
6 months ago
Python is an amazing programming language that’s super easy to learn and super powerful too!
What is Python?
Python is a way to tell a computer what to do. It’s like writing a recipe for...
No posts found