Summary
Keywords
Full Transcript
In today’s session, we will talk about “functions” in python. The video will explain the introduction of “functions”, why “functions” are needed, encapsulate code in a function, default arguments, the difference between “local and global variables” and “document strings”. Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/10_functions/10_functions_exercise.md Topics that are covered in this Video: 0:00 Functions introduction 0:54 why functions are needed 3:09 encapsulate code in function 3:24 Define function 10:22 Name argument 11:09 Global vs Local Variables 12:47 Default variable 14:14 Document strings Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. Next Video: 11. Dictionaries and Tuples [Python 3 Programming Tutorials]: https://www.youtube.com/watch?v=RCM-lVAfXFg&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=12 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
