As a software engineer, I aim to improve my programming skills by building basic applications and mastering foundational coding concepts. Starting with a simple "Hello World" program, I’m focusing on Python syntax, the development environment, and debugging.
This software outputs “Hello, World!” to the console, serving as a first step in learning Python and ensuring the development environment is correctly set up.
The purpose is to practice Python syntax and familiarize myself with basic concepts like writing, running, and displaying output, which lays the foundation for more complex projects.
Software Demo Video: https://youtu.be/NBzZeouCLQs
I developed this software using Python 3, which is an easy-to-learn and powerful programming language that’s widely used for various applications. I used VS Code (Visual Studio Code) as my Integrated Development Environment (IDE) because of its ease of use, wide range of extensions, and built-in terminal support, making it ideal for quick script development.
These websites helped me get started with Python and understand the basic principles of programming:
- Python Official Documentation: https://docs.python.org/3/
- W3Schools Python Tutorial: https://www.w3schools.com/python/