Skip to content

Instantly share code, notes, and snippets.

View Juan-Severiano's full-sized avatar

Francisco Juan Juan-Severiano

View GitHub Profile
@felipeadeildo
felipeadeildo / rocketseat_downloader.py
Last active November 15, 2025 12:53
Rocketseat Downloader
import json
import os
import pickle
import queue
import random
import re
import threading
from pathlib import Path
from typing import Optional
from urllib.parse import parse_qs
@luizomf
luizomf / ambiente-dev-ubuntu.sh
Last active September 29, 2025 00:02
Ambiente de desenvolvimento Python no Ubuntu - Com VS Code, Google Chrome, ZSH, Oh-my-zsh, zsh-syntax-highlighting, zsh-autosuggestions e spaceship prompt.
#!/bin/bash
# Executar comandos a seguir para atualizar os pacotes
sudo apt update -y
sudo apt upgrade -y
# Só o Python
sudo apt install python3.10-full python3.10-dev -y
# Instalar pacotes a seguir