Python Tip & Tricks (2) - The Python import Keyword

Опубликовано: 19 Июль 2026
на канале: MyWebUniversity
155
5

Linux tutorials, Ubuntu tutorials, Shell scripting guide, Bash commands, Linux tips and tricks, Learn Linux fast, Command-line tools, MyWebUniversity training, Web server setup, Apache MySQL PHP, Ubuntu installation, Linux educational content, System administration guide, DevOps basics, How to use Ubuntu, Terminal skills for beginners, Linux learning platform, Open-source education, Fast Linux tips, YouTube tech education Python Tip & Tricks (2) - The Python import Keyword

In this session, I demonstrate different variation of the usage for the Python keyword ‘import’.
A few example is provided for Python internal method pow() and compared with the math.pow() of the math module.

The Lucky 5 numbers with the Mega number is generated using the random.randint() method within a for statement.

The graph of sin(x) and cos(x) using the numpy and matplotlib modules are shown from both OS command line as well as inside Pycharm IDE

The matplotlib modules is installed in Pycharm.

The _pycache_ generation and the byte-code Python compiled version are also shown inside the Python interpreter loading the user defined module and ruining the byte-code compiled version from the _pycache_ directory using python3 nameofthebytecode.pyc

   / @mywebuniversity   Visit our website at https://www.MyWebUniversity.com for all free resources. Find our English channel content here    / @mywebuniversity  
Find our Farsi channel here at    / @mywebuniversity-dari  

Your support is vital! Please Subscribe, consider Joining for special community perks, and help us empower the next generation of learners by Watching and Sharing our free educational content.
Happy Learning!