Skip to content

Instantly share code, notes, and snippets.

@jonescarvalho
jonescarvalho / upgrade_python_3.10_to_3.11.md
Created January 17, 2025 00:37 — forked from bewithdhanu/upgrade_python_3.10_to_3.11.md
Upgrade Python 3.10 to 3.11 on Ubuntu 22.04

Check python version use python and python3

The first comman will Not show version info.

The second one show 3.10 as version as it is provided by ubuntu as default

python --version
python3 --version

Add additional repository to download python 3.11

public class Book
{
public Guid Id { get; set; }
public string Title { get; set; }
public string Author { get; set; }
}
public class Album
{"version":1,"resource":"file:///c%3A/Users/Jones/Documents/ProjetosScan/GIT/Ativy.Openy/src/src/components/Menu/styles.jsx","entries":[{"id":"RcU6.jsx","timestamp":1679342071212},{"id":"zWk7.jsx","timestamp":1679342118908},{"id":"dAzI.jsx","timestamp":1679342132535},{"id":"TNa4.jsx","timestamp":1679342163077},{"id":"es7C.jsx","timestamp":1679342184749}]}
@jonescarvalho
jonescarvalho / ButtonLink.js
Created August 3, 2020 23:51 — forked from omariosouto/ButtonLink.js
Aula 01 - Códigos Extras
hello my old friend