rajeshpillai / algo-batch1-python

Python for AI code and notes

Repository from Github https://github.comrajeshpillai/algo-batch1-pythonRepository from Github https://github.comrajeshpillai/algo-batch1-python

Python Session Repository

This repository contains code examples and programs created during my Python learning sessions. The main focus is on building simple, functional terminal-based applications using core Python concepts such as lists, dictionaries, conditionals, loops, file handling, and user input/output.

Setup venv

python3 -m venv venv

Activate the env

source venv/bin/activate

Deactivate the env (once you are done with playing)

deactivate

Setup

For speech

sudo apt install sox
sudo apt install speech-dispatcher

About

Python for AI code and notes


Languages

Language:Python 100.0%