sc0v0ne

sc0v0ne @sc0v0ne

About: Machine learning, deep learning, and raw code. Presented clearly and with examples.

Location:
127.0.0.1
Joined:
Jul 7, 2021

sc0v0ne
articles - 33 total

Ahhhh The trailer for Python: The Documentary is out

I was reading some posts on Twitter when Python: The Documentary - Trailer appeared. I couldn't...

Learn More 8 1May 18

Top 14 Best Vivaldi, Brave and Chrome Extensions in 2025

arxiv-utils Enhances ArXiv browsing by renaming tabs to paper titles, adding navigation...

Learn More 10 0May 18

Computer Vision I - Intro

Introduction Computer Vision Computer vision refers to a set of processes and techniques...

Learn More 11 0Apr 12

Free Books Python, Linux, Cloud and Programming - v2

1. Linux and Shell Scripting The Linux Command Line - A comprehensive guide to mastering...

Learn More 32 3Feb 9

Free Books Python, Linux and Programming

The Linux Command Line The Linux Command Line A comprehensive guide to mastering the Linux...

Learn More 32 8Jan 24

Ollama - Custom Model - llama3.2

Import the ollama library. import ollama Enter fullscreen mode Exit fullscreen...

Learn More 22 3Nov 18 '24

In the future, will it be possible to have links on the Codeberg dev community profile or on Gitlab?

Good evening everyone, I use other platforms besides Github. My question is whether in the future it...

Learn More 10 1Sep 15 '24

Social network X (Twitter) was banned in Brazil and is it possible to have new links?

X (Twitter) has been banned in Brazil. I can no longer access this social network. In new updates,...

Learn More 10 0Sep 15 '24

Partnership between Dev Community and Kaggle to help writers with their notebooks?

I write posts on Dev Community. These posts are about the development of notebooks that I had on...

Learn More 5 0Sep 15 '24

Statistics with R - Measures of Central Tendency and Measures of Dispersion

mtcars data(mtcars) head(mtcars) Enter fullscreen mode Exit...

Learn More 16 0Aug 17 '24

Statistics with R - Introduction to R Language and Statistics

What is statistics? Statistics is a science, where we use information from our world to...

Learn More 16 0Aug 17 '24

AI Taxonomy

With the great evolution of technology, several fields are advancing. One of these fields is...

Learn More 17 2Aug 3 '24

Creating a Dockerfile to Perform pre-commit

One of the most used tools within the development flow is the linter. With the linter we can organize...

Learn More 20 0Jul 20 '24

What is Omnivore and How to Save Articles Using this Tool

My dear readers, I don't know about you, but I like reading some articles that come from some topics...

Learn More 16 1Mar 9 '24

Tutorial: Install P3X Redis UI

This graphical tool, called P3X Redis UI. It provides a simple and fast interface for the user to...

Learn More 22 0Mar 9 '24

Tutorial: Install Redis in Ubuntu - Linux

Follow the steps below to install Redis: You will open the terminal and type: sudo apt-get...

Learn More 19 1Mar 6 '24

#DEVResolutions2024

Sorry guys, mine came out a little late. Now I created it, hahaha. A little simple, but I want to...

Learn More 6 0Mar 1 '24

Did you say Free GPU?

Training models increasingly requires processing power. GPUs have become increasingly necessary to...

Learn More 39 1Feb 29 '24

How to control python package versions?

Guys, I have a question, how can you control the versions of Python packages for different Python...

Learn More 12 7Feb 22 '24

Becoming Efficient with Pomodoro

A few weeks ago I started a course on time management, it was a topic that I was interested in and we...

Learn More 17 0Feb 12 '24

Why use Obsidian for Software Development ?

I've been using Obsidian for studying for a long time. As I read or watch a video lesson I add my...

Learn More 48 5Feb 9 '24

Tutorial: Creating Dataset The Elder Scroll: Skyrim Armor and Sending to Kaggle Datasets

One of the games that made it into my top 10 was The Elder Scroll Skyrim, making it nostalgic to be...

Learn More 11 0Jan 13 '24

My Super Powers as a Software Developer - 2024

We arrived in 2024 we cannot decrease the rhythm. Something that essential for us professionals is...

Learn More 21 4Jan 6 '24

Tutorial: Docker - Communicate Between Containers

A few days ago I was performing a refactoring on a Docker Compose file. I've been working with Docker...

Learn More 15 1Dec 8 '23

Blueflix 🍿🎥 - Idea, Build, Deploy

Idea When I was in college I had developed a project with jupyter notebook, which consumes...

Learn More 17 2Nov 19 '23

Applying Tests to Jupyter Notebook Functions and Refactoring Old Code

When I was at college I was never a big fan of presenting slides when it came to code, I always liked...

Learn More 17 1Sep 16 '23

Tutorial: How to Create a Pareto Chart Using Plotly 📐

Pareto Graph What is a pareto chart? Simply put, it is a graph composed of bars and...

Learn More 17 1Aug 12 '23

Tutorial: Create Container for Development Data Science and Container Registry GitLab

I don't know about you, but there are times when you need to do something quick to perform a test,...

Learn More 4 0Aug 5 '23

🍿K-Means Recommend Movies and Tv Shows

This project is intended to recreate the work I had in college. Using new methods I learned....

Learn More 12 2Jul 15 '23

Tutorial: Object Oriented Programming — Language Python

What is Object Oriented Programming? Programming paradigm that organizes code around...

Learn More 5 0Jul 14 '23