This is my first project being a programmer, it is an
application simulating a fanclub of the Love and Deespace
video game. With this project I learn the basics of programing
with html.
An application of the weather with real data, also shows the
day and time of different countries in different areas of
time. With this application I learned to use the APIs. HTML,
CSS and Javascript were used to make it.
With this application you can generate poems with Gothic style
by introducing the topic to be made and how many lines are
loved. With this application I learned to use AI services and
handle user inputs easily and directly. HTML, CSS, JavaScript
was used.
This application has the function of showing the current time
of certain cities of the world, in addition to the local
time-zone. With this app I learned to work with time zones and
creating a responsive interface every time it reloads. HTML,
CSS, JavaScript was used.
This Python code is a mini-assistent travel on the console
that APIS consults in real time to show the weather and
generate a personalized itinerary using artificial
intelligence, with a pleasant visual design thanks to the Rich
bookstore. With this I learn about the basics of Python.
This code reads a CSV file with three columns (Continent,
Year, Population), groups the data by continent in a
dictionary structure and graphic (with Matpletlib) the
evolution of the population (eg, of Internet users) per year
for each continent. With this I learn how to read and show
information from a CSV file to a code.