This is a simple "Hello, World!" project created in a professional developer environment. The primary purpose of this repository is not the code itself, but to demonstrate the complete, end-to-end workflow of a modern developer.
The process included:
- Setting up a Linux development environment on a Chromebook.
- Installing and configuring professional tools like Visual Studio Code and Git.
- Organizing the project in a dedicated folder.
- Writing and running the Python script from an integrated terminal.
- Using Git to track changes and push the final project to this GitHub repository.
- Clone this repository to your local machine.
- Navigate into the
my-first-projectdirectory. - Run the script from your terminal using the command:
python3 hello.py.
This project showcases proficiency in the following essential developer tools and workflows:
- Visual Studio Code (VS Code)
- Linux Command Line (Terminal)
- Git (Version Control)
- GitHub (Code Hosting and Collaboration)
- Basic Python Scripting