JIGPX
  1. Home
  2. /Python
JIGPX
  1. Home
  2. /Python

Python

Scripting, automation, and data workflows

Virtual Environments

Create and use venv with specific Python versions on Windows.

File Formats

JSON, YAML, TOML, INI, CSV/TSV, and when to use them.

BAT Files

Windows .bat scripts to run matching Python files and load .env.

Environment Variables

CMD, PowerShell, .env files, and Python os.getenv usage.

Snippets

Common Python code, patterns, variables, and utilities.

AI Prompts

Reusable prompts for generating custom Python scripts.

Parser Commands

argparse basics: flags, types, choices, subcommands, and usage.

Watchdog

Watch a folder and print file events (.py + .bat template).

AWS S3: Upload/Download

Upload and download files with boto3; includes .py and .bat.