Aiohttp

Asynchronous HTTP Client/Server for asyncio and Python.

May 6, 2023 · 1 min

Django Pydantic

Hi there, today I was checking a project how use Django and Pydantic. I never saw these package and I started to read some about that. I found this articule in testdriven.io and will be checking whats is going on with this.

May 6, 2023 · 1 min

Hello world Hugo!

This is my first Hello World! using Hugo. Hello world Hugo! My idea behind this blog, is learn about fast html sites generators like Hugo and the technologies involved. Hugo is developed using GO and inherit his speeds. I choose Hugo because it is a fast and simple to use. It use markdown for create content. Why Hugo? Why no? When I start in the world of software development, I want to developer all from scratch....

May 16, 2021 · 1 min

Code Example

This is a python example code In this example I bring the hello world! example using functions: def saludar(msg): print(msg) saludar("Hello World!) def saludar(msg): print(msg) print('Hola Mundo!!!') I like python because is simple and fast development. Whats is the most

May 16, 2021 · 1 min