@Narayani07 Look for candidates having good knowledge of mlflow, deployment, ml observability, also if they can create apis either using fastapi/flask., asynchronous calling etc
Booked and paid for an Indane domestic gas cylinder around 15th March 2026 (Order No. 2-005536519214), and it still has not been delivered till now. The government has assured us of ample LPG availability, which I believe to be true till now.
Kindly please help. Attaching booking id screenshot
@PetroleumMin@IndianOilcl@indane_gas@DirR_iocl
@guptajiten@TheJupiterApp I got my jupiter credit card but unfortunately i lost the pin to activate the physical card although i am able to use via upi. I tried raising this to customer support but all the response are pre automated and not helpful
Please help
The best part of coming back from office is to watch your 4 yr old talking to @ChatGPTapp and its answering patiently all her inquisitive questions. β€οΈβ€οΈβ€οΈ
@grok and @ChatGPTapp has really lowered the bar of learning and knowledge
Decorators help you with :
a) Keep functions focused
b) Reuse cross-cutting concerns (timing, logging, auth, caching)
c) Add features without touching existing code.
Topic : Decorators in Python
Ever seen this syntax in Python?
That @timer is a decorator. It takes a function, wraps it with extra behavior, and gives you a new enhanced function.