Pinned Repositories
blogtober2021
A blogging initiative for the month of October.
books-titles
Categorization program, which assigns each book a special code based on its title.
date-format
Convertidor de fechas a formato AAAA-MM-DD en archivos CSV desde Python con Pandas
dotfiles
My config files for Archlinux Bspwm
first-search
It's my first search in Python from lists.
hello-world
My first program in Python and my first repo in Github
hyprland-titus
My config files for Hyprland Wayland Window Manager
introduction-to-html
Structuring a page of content with HTML from MDN Web Docs.
python-strings
I've learned about strings in Python.
python-variables
My first variables in Python.
jlesca's Repositories
jlesca/blogtober2021
A blogging initiative for the month of October.
jlesca/books-titles
Categorization program, which assigns each book a special code based on its title.
jlesca/date-format
Convertidor de fechas a formato AAAA-MM-DD en archivos CSV desde Python con Pandas
jlesca/dotfiles
My config files for Archlinux Bspwm
jlesca/first-search
It's my first search in Python from lists.
jlesca/hello-world
My first program in Python and my first repo in Github
jlesca/hyprland-titus
My config files for Hyprland Wayland Window Manager
jlesca/introduction-to-html
Structuring a page of content with HTML from MDN Web Docs.
jlesca/jlesca
This is my personal repo for README.
jlesca/local-storage
My first local storage repository working with JavaScript.
jlesca/python-booleans
Some knowledge about booleans data type in Python.
jlesca/python-strings
I've learned about strings in Python.
jlesca/python-variables
My first variables in Python.
jlesca/python-conditions
Working with logical operators in Python.
jlesca/python-dictionaries
I will show you some skills that I've learned from this Python collection type.
jlesca/python-for-loops
Some examples with for loops.
jlesca/python-functions
First steps using functions in Python
jlesca/python-lists
There're many functions and methods with list in Python. Let's see some of them.
jlesca/python-sets
Some knowledge about store collections of data in Sets
jlesca/python-tuples
Everything I've learned about tuples in Python
jlesca/reading-txt-files
I shows how a file could be open and read.