Sage Computations
Our YouTube channel focuses on providing educational content about technology and computing. It could cover a wide range of topics, such as computer programming, software development, computer hardware, networking, cybersecurity, and more. Our Goal is to help viewers learn new skills and knowledge related to technology, whether they are beginners looking to get started in the field or experienced professionals looking to expand their expertise. We may feature a variety of content formats, such as tutorial videos, lectures, demos, and hands-on exercises, and may cater to different audiences, such as students, educators, and professionals.
What are Lambdas in python? How to Define and Invoke lambdas/anonymous functions #python #lambdas
Functions as Return Values in python
Functions as Variable Arguments in python #python #variablearguments
Functions as Input Arguments in python
Random and Datetime modules in python #random #datetime
What are modules in python? Math and OS Modules #python #modules
What is Argument Passing by Reference in python? #python Pass by reference
What is Argument passing by value in python? #python #value
What are Global and Local variables in python ? #python #globalvariables #variables
What are Kwargs in python? Kwargs Variable length keyword args #python #kwargs
Exercises on Introduction to functions | Python interview questions #python #functions
Combinations of variable length and fixed length arguments #python #args
Variable length Arguments in python #args #python
What are Default Arguments in Python ? #python #default
Keyword Arguments Nuances #python #keywords
Introduction to Keyword Arguments in python #python #keywords
Returning Complex Data types with return statements in python #python #return
How to put Multiple return statements in a function? #python #return
Introduction to return keyword, Functions and Return values in python #python #return
Input Arguments Using Positional Arguments in python #positionalarguments #functions #python
Input Arguments Referencing Global Variables in python #python #globalvariables #arguments
Input Arguments - Invoking functions, Introduction to input arguments in python #python #arguments
Functions as objects in python #objects #functions #python
Working with functions, Syntax of functions #functions #python
What are Functions in python ? #functions #python
While loop Exercises for python #interview #exercises #python #whileloop
Continue statement in while loops #python #continue #whileloop
Pass Keyword in While loop #python #pass #whileloop
Break Statements in While loops #python #whileloop #break
Evaluating Complex data (Tuples) with while loops in python - Part 2 #whileloop #tuples #python