#LSPPDay51
I learned about using iterators to load large files into memory. Then I processed large amounts of Twitter Data and extracted information from it. With this I wrapped up Using Iterators in PythonLand.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay48
I wrapped up learning Lambda Functions and Error Handling by bringing together what I have learned in the past few days through some programs. I also finish Introduction to Functions in Python with this.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay44
I learned about default and flexible arguments. I wrote programs having functions with one argument, multiple arguments, variable length argument(*arg) and variable length keyword argument (**kwargs).
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay43
Today I learned about nested functions, how to return functions in nested functions, keyword nonlocal and the LEGB rule, where L is for local, E for enclosing, G for global and B for built-ins.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay42
I started Default arguments, variable-length arguments and scope in Python. I learned about scope and user-defined functions, keyword global and python's built in scope. I also did a pop quiz on scope.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay41
Today I brought all the things related to functions that I learned in the past 2 days together. I imported twitter data and applied different types of functions on it and sharpened my python function skills.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog