Joined October 2023
19 Photos and videos
🧵Python: Built-in Functions. There are around 70 built in functions always available.
1
63
10. dict(**kwarg) To create a dictionary with kwargs or two list with same length. ?? What is the use of Zip here. Any guess which will be key - name or Python.
1
47
11. dir(), dir(object) Without arguments, return the list of names in the current local scope. With an argument, attempt to return a list of valid attributes for that object.
31
Starting a Python challenge ♾and will try to cover most of the @Python Standard Library concepts. #Python #PYthonTips #Pythonsecrets
38
Wondering how to get the file path? Useful in debug logs for bigger projects.
30
So, what's happening here? What will be the output?
1
26
What is the Output? 1. Car 2. BMW 3. Error 4. None
29
Day $ Coding. Solvin leetcode.com/problems/remove… After so many efforts all the test cases were not accepted. Finally noticed a blunder I was doing. Any guess what could be wrong here?
26
#Python Using 'filter' to easily discard the elements from a sequence. Implement a function to return Boolean based on the criteria. *Use filter to remove the elements not satisfying the criteria. Follow @pythonsecrets
78
Use of "for-else" in #Python. If 'break' is executed else will be skipped. If not else will be continued (no odd numbers). @pythonsecrets
52
#Python What will be the output?
1
19