https://github.com/nmelgar/hello-world-python
Simple Python program: Hello World
https://github.com/nmelgar/hello-world-python
git github python3
Last synced: about 2 months ago
JSON representation
Simple Python program: Hello World
- Host: GitHub
- URL: https://github.com/nmelgar/hello-world-python
- Owner: nmelgar
- Created: 2025-01-12T01:55:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T02:25:15.000Z (over 1 year ago)
- Last Synced: 2025-02-05T15:45:59.245Z (over 1 year ago)
- Topics: git, github, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
In this project, I created a simple "Hello World!" program using Python to enhance my programming skills and solidify my understanding of basic programming concepts. Writing a "Hello World!" program is a traditional first step for software engineers when learning a new language or setting up a development environment. It provides an excellent opportunity to ensure that everything is working correctly and that I can run and execute code successfully.
The purpose of this program was to establish a foundational step in my journey as a software engineer, ensuring I could successfully write, execute, and understand Python code. This project also allowed me to configure GitHub and familiarize myself with Markdown documentation practices.
[Software Demo Video](https://youtu.be/td6pTJ26Luo)
# Development Environment
* Python 3.10
* Visual Studio Code
* VS Code Python Extension
* Git / GitHub
# Useful Websites
{Make a list of websites that you found helpful in this project}
* [Web Site Name](https://www.w3schools.com/python/)
* [Web Site Name](https://docs.python.org/3/library/functions.html#print)