Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramakrishnadas/helloworld
Basic Hello World program in Python
https://github.com/ramakrishnadas/helloworld
github python visual-studio-code
Last synced: about 2 months ago
JSON representation
Basic Hello World program in Python
- Host: GitHub
- URL: https://github.com/ramakrishnadas/helloworld
- Owner: ramakrishnadas
- Created: 2024-11-05T19:08:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T19:47:35.000Z (about 2 months ago)
- Last Synced: 2024-11-05T20:37:28.699Z (about 2 months ago)
- Topics: github, python, visual-studio-code
- 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
This is a basic Hello World program. I created this to demonstrate the use of Visual Studio Code, GitHub, and Python integrated together.
You can watch a demo of my software here: [Software Demo Video](https://youtu.be/a2MHIq_m9ps)
# Development Environment
* Visual Studio Code
* Python 3.13.0 64-bit
* Git / GitHub# Useful Websites
* [GitHub](https://github.com/)
* [Git](https://git-scm.com/downloads)
* [Visual Studio Code](https://code.visualstudio.com/download)
* [Python 3.13.0 Reference Manual](https://docs.python.org/3/)
* [Markdown Syntax](https://www.markdownguide.org/cheat-sheet/)