6 of the Hottest Python Libraries in 2023

Here’s a short list of Python packages making a splash this year: Python + Rust = High Performance A common theme I’ve noticed is the emergence of Rust as a performance complement to Python code. It seems we can expect modularity between the two languages to strengthen their collective abilities. Python is still growing and […]

Oversimplified Javascript Terms

I’m finally coming around in my understanding of Javascript. Here are a few quick explanations to help you if you are new to it. Javascript = The language of the web. Most commonly used as a complement to HTML and CSS to create an interactive website. JQuery = A popular Javascript library with many powerful […]