How to Draw Letters with Python Turtle

turtle letters

I’ve been programming in Python for over a decade, and one of the most enjoyable libraries I’ve worked with is Turtle. It’s simple yet useful for creating graphics and visualizations. When I first started teaching programming to beginners, I realized that drawing letters with Python Turtle is a fantastic way to combine creativity with coding … Read more >>

Python Turtle Mouse: Create Graphics with Mouse Events

get mouse click coordinates python turtle

When I first started exploring Python’s Turtle module over a decade ago, I was fascinated by how simple it was to create graphics and animations. But what truly elevated Turtle from a basic drawing tool to an interactive playground was its ability to respond to mouse events. Using mouse clicks and movements, you can build … Read more >>

How to Draw a Line Using Python Turtle

python turtle dashed line

As a Python developer with over a decade of experience, I have always found the Turtle module to be a fantastic way to introduce programming concepts visually. Drawing lines with Python Turtle is one of the simplest yet most effective ways to get started with graphics programming. In this article, I’ll walk you through multiple … Read more >>

Nested Loops with Python Turtle

Nested Loops Turtle

When I first started exploring Python’s Turtle graphics, I was amazed at how simple commands could create beautiful drawings. But what elevated my projects was mastering nested loops. Nested loops in Python Turtle allow you to create complex and repetitive patterns with ease, turning basic shapes into captivating designs. In this article, I’ll walk you … Read more >>

How to Draw a Smiling Face Using Python Turtle?

smiley face python

I’ve been coding in Python for over a decade, and one of the most enjoyable ways to introduce programming concepts is through graphics. Python’s Turtle module is a fantastic tool for this. It’s simple, visual, and perfect for beginners. In this tutorial, I’ll show you how to draw a smiling face using Python Turtle. Creating … Read more >>

Python Turtle Get Position

get x y coordinates on click python turtle

Recently, while teaching a Python workshop for beginners in my local coding club, I needed to create a simple game that required tracking the position of a turtle on the screen. The challenge was finding an easy way to get the turtle’s coordinates at any given moment. Fortunately, Python’s turtle module provides several methods to … Read more >>

How to Compare Dates in TypeScript?

Custom Date Comparison Types in TypeScript

I was working on a TypeScript project where I had to compare two dates to check which one was earlier. First, I attempted to do it by comparing two numbers, but it didn’t work as expected. It has issues with time zones, different formats, and even errors with the time part of the date. Later, … Read more >>

Working with UUID in TypeScript: A Complete Guide

UUID in TypeScript

Recently, I was working on a project that required generating unique identifiers for user records in my TypeScript application. The issue is… TypeScript doesn’t have a built-in UUID generator. So we need a reliable solution to implement this functionality. In this article, I’ll cover several simple ways you can generate and work with UUIDs in … Read more >>

Create Fractal Art with Python Turtle

fractal python

While I was working on a Python project, I needed to create some fascinating fractal designs. I discovered that Python’s Turtle module is perfect for this task! Fractals are complex patterns that repeat at different scales, creating mesmerizing visual effects. In this article, I will show you how to create beautiful fractals using Python Turtle. … Read more >>

51 Python Programs

51 PYTHON PROGRAMS PDF FREE

Download a FREE PDF (112 Pages) Containing 51 Useful Python Programs.

pyython developer roadmap

Aspiring to be a Python developer?

Download a FREE PDF on how to become a Python developer.

Let’s be friends

Be the first to know about sales and special discounts.