Search Results

Results for "exam"

123 articles found

Object oriented programming concept Object-Oriented Programming
1 min read

Object-Oriented Programming in Python

Object-oriented programming (OOP) is a paradigm that organizes code around objects rather than functions. Python is an OOP language from the ground up. A c…

CSS animation keyframes showing motion design CSS
1 min read

CSS Transitions and Animations

Static websites feel dead. Adding subtle motion brings them to life. CSS Transitions are the easiest way to start. They allow you to change property values…

Function blocks in code editor Functions & Modules
1 min read

Functions: Writing Reusable Code

Functions are the building blocks of any non-trivial Python program. They allow you to encapsulate a piece of logic and reuse it without copying and pastin…

JavaScript code highlighting the 'this' keyword JavaScript
1 min read

Understanding 'this' in JavaScript

The 'this' keyword in JavaScript is notoriously confusing because its value depends on how the function is called. In the global context, this refers to th…

API integration concept APIs
1 min read

Working with APIs in Python

APIs (Application Programming Interfaces) allow different software applications to talk to each other. Many services provide APIs to let developers access…

A scale heavily tipped to one side with data points Machine Learning
1 min read

The Struggle with Imbalanced Datasets

Imbalanced datasets are the bane of my existence. You have a million examples of one class and only a hundred of the other. The model just gets lazy and pr…

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…

Colorful gopuram tower of Kapaleeshwarar Temple in Chennai India Travel
2 min read

Chennai: Gateway to the South

Chennai, formerly Madras, is often overlooked by travelers, which is a shame. It is a city with a deep history, a strong cultural identity, and some of the…

A bat in flight at twilight Animals
1 min read

How Bats Navigate in Total Darkness

Bats are the masters of the night sky, and their secret is echolocation. They emit high-frequency sound pulses that bounce off objects and return as echoes…