Code 85
Published in

Code 85

A Beginner’s Guide to Importing in Python

Learn to use the ‘import’, ‘from’, and ‘as’ commands

Importing modules is a critical skill when learning Python. To keep the language lightweight and fast, only a small core is available by default in any given Python script — you as the author are expected to then import whatever else is needed.

--

--

Plain language programming tutorials for non-developers

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store