Python Shorts — __name__

John Clark Craig
3 min readSep 8, 2022

Python makes it very easy to organize and structure our program parts for efficient and understandable recycling and reuse.

Photo by Roman Synkevych 🇺🇦 on Unsplash

Copy and Paste

It’s easy enough to copy and paste lines of code such as functions and class definitions from one Python program to another. But there’s a much better way.

John Clark Craig

Author, inventor, entrepreneur — passionate about alternate energy, technology, and how Python programming can help you hack your life.