Import, From and As Keywords in Python

Hey all, my newest Python tutorial is out “Import, From and As Keywords in Python

Unlock the powers of Python with these keywords. Each of them are methods to add new capabilities to Python. Stock Python retains lightweight and speedy status by allowing access to a small core of modules. So when extra functionality is desired, it is up to the Pythonista to import it to the script (easy) or to manually create the functions by hand (hard). This why the import keyword is awesome.

Read more

1 Like