Skip to content

rajeshpillai/algo-batch1-python

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages