I was reading some posts on Twitter when Python: The Documentary - Trailer appeared. I couldn't...
arxiv-utils Enhances ArXiv browsing by renaming tabs to paper titles, adding navigation...
Introduction Computer Vision Computer vision refers to a set of processes and techniques...
1. Linux and Shell Scripting The Linux Command Line - A comprehensive guide to mastering...
The Linux Command Line The Linux Command Line A comprehensive guide to mastering the Linux...
Import the ollama library. import ollama Enter fullscreen mode Exit fullscreen...
Good evening everyone, I use other platforms besides Github. My question is whether in the future it...
X (Twitter) has been banned in Brazil. I can no longer access this social network. In new updates,...
I write posts on Dev Community. These posts are about the development of notebooks that I had on...
mtcars data(mtcars) head(mtcars) Enter fullscreen mode Exit...
What is statistics? Statistics is a science, where we use information from our world to...
With the great evolution of technology, several fields are advancing. One of these fields is...
One of the most used tools within the development flow is the linter. With the linter we can organize...
My dear readers, I don't know about you, but I like reading some articles that come from some topics...
This graphical tool, called P3X Redis UI. It provides a simple and fast interface for the user to...
Follow the steps below to install Redis: You will open the terminal and type: sudo apt-get...
Sorry guys, mine came out a little late. Now I created it, hahaha. A little simple, but I want to...
Training models increasingly requires processing power. GPUs have become increasingly necessary to...
Guys, I have a question, how can you control the versions of Python packages for different Python...
A few weeks ago I started a course on time management, it was a topic that I was interested in and we...
I've been using Obsidian for studying for a long time. As I read or watch a video lesson I add my...
One of the games that made it into my top 10 was The Elder Scroll Skyrim, making it nostalgic to be...
We arrived in 2024 we cannot decrease the rhythm. Something that essential for us professionals is...
A few days ago I was performing a refactoring on a Docker Compose file. I've been working with Docker...
Idea When I was in college I had developed a project with jupyter notebook, which consumes...
When I was at college I was never a big fan of presenting slides when it came to code, I always liked...
Pareto Graph What is a pareto chart? Simply put, it is a graph composed of bars and...
I don't know about you, but there are times when you need to do something quick to perform a test,...
This project is intended to recreate the work I had in college. Using new methods I learned....
What is Object Oriented Programming? Programming paradigm that organizes code around...