This repository contains structured Python programs focused on:
- Logic building
- Input validation
- Error handling
- Clean coding practices
- Strengthen Python fundamentals
- Practice Git workflow
- Prepare for open-source contributions
- vowel_counter.py
- even_odd.py
- read_second_line.py
- count_word_char_line_fromfile.py
- palindrome_checker.py
- reverse_string.py
- Fork the repository
- Clone it to your local machine
- Create a new branch
- Make improvements
- Commit your changes
- Push and create a Pull Request
Maintained by Divya
Focused on Python fundamentals and open-source learning.
Example:
python vowel_counter.py
python even_odd.py
python count_word_char_line_fromfile.py