Introduction to programming: Hello World
Intro: On January 6, 2025, I started CSE 110 which is my first programming course at BYU-Pathway Worldwide . I will major in software development and this is me documenting my journey leading up to my major. So sit back, relax and feel free to follow along.
Python is a high-level programming language. It is the programming language mostly used by institutions to introduce students to programming because it's relatively easy to understand due to the simple structure of its programs. The structure or format of a program is what some very fancy folks call syntax. While installing python, you might want to "add to path". This would enable you to run python programs from the command line of the computer.
Visual Studio Code: This is a very good option for writing and running programs.
Python extension for vscode: Developed by Microsoft, it's a software that helps you write code in vscode. For example, it makes your code look pretty and nice. This is called IntelliSense.
领英推荐
print("Hello World!")
Next, hit the "play" button at the top right of vscode. When you hover over it, it says "run python file". If done correctly, the text: Hello World, is displayed on the screen.
So, what was the first programming language that you learned? and what do you love about Python programming language?
--
1 个月Very helpful
You're on the right path, keep it up! And stay connected with us in our Alumni and Friends group: https://www.dhirubhai.net/groups/14289320/
Customer Support Specialist/Expert in Problem Solving/EdTechSales /Driving Retention,Growth and Project Success
1 个月Way to Go!