Bash to Python: The Shift
A lightning talk exploring the transition from Shell/Bash scripting to Python for robust infrastructure automation and maintainable DevOps workflows.
Bash to Python: The Shift
In this lightning talk at Lightning Talk Syawalan 2026, Fadilah Riczky discussed when and why DevOps engineers should transition from complex Shell/Bash scripts to Python for building scalable automation tooling and system administration scripts.
Event Overview
- Event: Lightning Talk Syawalan 2026
- Date: Saturday, April 18, 2026 (12:00 WIB)
- Venue: Ruang Literasi Kaliurang, Padukuhan Penen, Pakem, Sleman, Yogyakarta
- Speaker: Fadilah Riczky
Key Topics Covered
- The Limits of Shell Scripting: Error handling, data structures, and maintainability bottlenecks in complex Bash scripts.
- Why Python for DevOps?: Rich ecosystem (boto3, requests, pyyaml), cross-platform reliability, and readable code.
- Transition Strategy: Writing modular Python CLI tools without losing the speed of shell one-liners.