Abhinav
@cached_engineer
Followers
11
Following
114
Media
25
Statuses
75
Software Engineer | Coding my destiny one module a day
127.0.0.1
Joined November 2021
Tom is lazy. Tom is smart. Be like Tom and join the waitlist now! π Luua - https://t.co/CrTuAzxR6j
0
1
5
100+ people have signed up on the waitlist in a week! π Definitely a crazyy feeling, have dealt with bigger lists but this is so personal and beautiful. Wanna be on the list? -
0
1
3
If you, like many, think relying just on `cat` command's output is enough to be sure about the integrity of a bash file. Think twice, you could get hacked. Read below π
73
487
4K
Elevate your Python code with Custom Exceptions! πβ¨ Don't settle for generic errorsβcraft your own custom exceptions to make debugging a breeze. Learn how to create and raise custom exceptions like a pro. ππ‘
1
0
0
π Python Pro Tip: Don't just set attributes directly, use the @property decorator to add a layer of control to your class! π‘ Get the lowdown on Python's property decorator and take your code to the next level. π #PythonProgramming #CodeLikeAPro #PythonTips
0
0
0
π Python Tip: Need a quick, one-liner function? Lambda functions got your back!π‘ Just use 'lambda' to create anonymous functions on the fly. Example: 'double = lambda x: x * 2' creates a function that doubles the input. #python #pythonprogramming #programming
0
0
0
3οΈβ£ Use the '@' symbol to apply the decorator to a function you want to enhance or modify. 4οΈβ£ When you call the decorated function, it benefits from the added functionality. Decorators keep your code clean and DRY.
0
0
0
Creating Python Decorators π 1οΈβ£ Define a function to be used as a decorator, taking another function as its argument. 2οΈβ£ Within the decorator, you can add extra functionality, modify the original function, or return a new function. π§΅ #Python #pythonprogramming #pythontips
1
0
0
Announcing the Ruff formatter: an extremely fast, Black-compatible Python formatter. Over 30x faster than Black -- and over 99.9% compatible. Try it now with `pip install ruff` and `ruff format`. https://t.co/MBPUFpQ6vE
93
292
2K
π Python Tip: Embrace the power of extended unpacking! Use the '*' operator to assign and merge elements in sequences effortlessly. π§© Unpack values from lists, capture the rest, or merge lists with eleganceβ¨. #Python #programminghelp #pythonprogramming
0
0
1
π Python Tip: Use the ord() function to get the Unicode code point of a character and chr() to get the character from a code point. For example, ord('A') returns 65, and chr(65) returns 'A'. Great for working with characters and encoding! #Python #pythonprogramming
0
0
0
Any gophers here? I want to learn golang for my next venture. Any suggestions for resources to check out? #golang #programming
0
0
0