Python Tutorial by Bytevista image
Bytevista Python Tutorial

Video: How to create and import Python modules

Understanding Python Modules In this short video tutorial, we explain Python modules, show how to create and import them into another file. We also explain the conditional statement, if __name__ == '__main__': that is ubiquitous in Python code. We shall tell you why you should have it in your code.

Continue ReadingVideo: How to create and import Python modules
Python Tutorial by Bytevista image
Bytevista Python Tutorial

Video: How to Write Python Functions and Recursion

https://www.youtube.com/watch?v=5_VfOshjzuU&t=859sIn this video tutorial, I will teach you how to create and call Python functions. A function is a small self-contained program (a block of code) that can be called to perform a task. A function is one of the techniques for achieving code re-usability. Functions are used to make your…

Continue ReadingVideo: How to Write Python Functions and Recursion