---
title: "web programming blog"
url: https://blog.creatuwebpymes.com/en/web-programming/
date: 2025-03-11
modified: 2025-10-20
author: "franciscobritoda69"
image: https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/imagen-destacada-de-blog-diseno-web.webp
type: page
lang: en
---

# web programming blog

# web programming blog

blog about web programming ❤️

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/09/excepciones-python.webp)

## Python Exceptions

Python exceptions are a way to make our code robust and unbreakable. Learn how to handle exceptions in Python.

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/validar-dni-con-codigo-javascript-blog-1.webp)

## validate id using Javascript

How to validate Spanish id using Javascript. Use javascript code to verify if the number and the letter of a Spanish id are correct.

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/cuadrado-completo-con-borde-negro-blog-1.webp)

## Draw a square with Python

Draw a square with Python thanks to the Turtle library. Follow the LOGO model for children to program in a didactic way

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/Calculadora-con-codigo-python-blog.webp)

## Calculator with Python code

Python code how to do a calculator to be able to use the basic operations. Ideal for Python students who are starting to program

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/palindromo-backtofront-post-blog.webp)

## Palindromes with javascript

How to verify palindromes with javascript code tutorial 2023. Palindromes are words or numbers that can be read from left to right or vice versa

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/base-de-datos-indexeddb-square.webp)

## How to do IndexedDB API

Indexeddb API local database is a type of local storage en HTML5. IndexedDB tutorial for students who are learning HTML5

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/dibujar-triangulo-con-javascript.webp)

## Triangle with JavaScript

How to draw a Triangle with JavaScript code in two ways. One way looping with while and another way looping with for. JavaScript coding exercise

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/Python-Dictionaries.webp)

## Dictionary in Python

Dictionary in python is a collection of pairwise information in the format key:values . The correct syntax is { key: value }

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/Ejercicios-de-listas-en-python.webp)

## Exercises Python Lists

Post with exercises python lists to learn python with practical examples. Best way to learn a programming code is by doing exercises

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/poligonos-en-python-figuras-geometricas.webp)

## Create Polygons with Python

Learn how to create polygons with Python, using the Turtle module. We will also create a star with Python. We can create any type of polygons

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/entrada-metodos-de-listas-en-python-blog.webp)

## Python List Methods

Python list methods are very important for Python programming. Append, insert, pop, sort and many more

!(https://blog.creatuwebpymes.com/wp-content/uploads/2025/03/python-comprehensions-blog.webp)

## Comprehension in Python

Comprehension in Python is an easy way to loop over a sequence with less code. It is also a more modern and ordered way to code
