Ankit Kumar
banner
ankitdevelops.bsky.social
Ankit Kumar
@ankitdevelops.bsky.social
Here goes another reason not to use Windows.

www.theverge.com/news/793579/...
October 7, 2025 at 5:45 PM
If your query isn’t running fast enough, you probably just need one of these db instances.
July 1, 2025 at 5:28 PM
March 2, 2025 at 10:13 AM
AI might take your/my job, but the chai must go on.
March 1, 2025 at 1:14 PM
Guys, I have officially received the invitation! Should I join? But I'm not rich yet.
February 26, 2025 at 5:06 PM
Let’s Encrypt will stop sending expiration notification emails

https://letsencrypt.org/2025/01/22/ending-expiration-emails/
February 6, 2025 at 5:00 PM
After watching this, my grandma is thinking of building a model using her pension money to beat OpenAI to the ground.
January 29, 2025 at 7:24 PM
hail Jian Yang
January 28, 2025 at 4:44 PM
This is completely allowed in Python—you can import multiple libraries in one line. However, you really shouldn't do it and it also goes against PEP 8 guidelines.

#python
January 8, 2025 at 7:41 PM
Voted for the first time 😯
November 13, 2024 at 10:07 AM
November 13, 2024 at 4:48 AM

What if this is just a marketing gimmick to please investors?

November 4, 2024 at 4:53 AM
Python has surpassed JavaScript as the most popular programming language.
October 31, 2024 at 2:06 PM
In Python, casefold() is a string method that is used to convert a string to lowercase in a way that is more aggressive than the lower() method, It removes all case distinctions in a string. It can be used for caseless matching.

1/2
October 19, 2024 at 12:33 PM
Python allows single underscores ("_") to visually separate digits in large numbers, making them easier to read. These underscores are not part of the actual number.
December 9, 2023 at 10:59 AM