Hello World in a Virtual Environment using Classes, Objects, Methods and Imports

Evan Deubner
Level Up Coding
Published in
5 min readJan 28, 2021

--

Going beyond Hello World to show important Python fundamentals

Photo by Hitesh Choudhary on Unsplash

Python is built with the ability to organize your program so it’s easy to navigate and read. You don’t want all of your code in one file. You also don’t want all of your functions scattered aimlessly. By using classes we can set up methods so the functions you need…

--

--

Striving to achieve impossible things, because impossible things are all I have left to achieve