Skip to content

Instantly share code, notes, and snippets.

@Vino-git
Vino-git / python guide.md
Created October 19, 2021 11:22 — forked from asaah18/python guide.md
a python guide/cheat-sheet intended to those who already know python and want a mind refresh or looking for a specific syntax

Python Guide

This python guide is intended to those who already know python and want a mind refresh or looking for a specific syntax.
-as this guide doesn't elaborate in explaining thing that a programmer would already know -like: variable, function, csv, json-

additionally, this guide is not intended to be a replacement for reading official Python documentation.

guide version: 2.0.0 | python version: 3.10

| Part of Version | Explanation |

ffmpeg -i audio-input-name.mp3 -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 audio-output-name.mp3