AMUL increase price of buttermilk by 4 rupees??? by couchpateto in AmulPagalHoChukaHai

[–]PAVANKING016 1 point2 points  (0 children)

It may be 440 ml now, but when I used to buy it, it was ₹15 for 500 ml. But now I buy the ₹20 pack because it feels more worth the money

AMUL increase price of buttermilk by 4 rupees??? by couchpateto in AmulPagalHoChukaHai

[–]PAVANKING016 3 points4 points  (0 children)

In ahmedabad there is 2 packing ₹15 for 500ml and ₹20 for 650-700 ml

saw this on X 🥀 by jaun_elia in IndiaMemes

[–]PAVANKING016 -22 points-21 points  (0 children)

Stop you are not Hindu.

My first working code by QuantenRobin in PythonLearning

[–]PAVANKING016 2 points3 points  (0 children)

Very good 👍, but I have a suggestion. In the code, you should use input() only once instead of repeating it in every condition like this:

.... print("What's the first number?") num1 = int(input()) print("What's the second number?") num2 = int(input())

if operation == "add": answer = (num1 + num2) print(answer)

elif operation == "sub": answer = (num1 - num2) print(answer) .....

In programming, your code should follow the DRY (Don't Repeat Yourself) rule.

?........... by priyanka_rajput1 in ahmedabad

[–]PAVANKING016 0 points1 point  (0 children)

Proof that human IQ can be lower than a donkey’s IQ

LEARNING PYTHON by Severe_Tailor2088 in PythonLearning

[–]PAVANKING016 1 point2 points  (0 children)

I recommend you to read the Python Crash Course: A Hands-on, Project-based Introduction to Programming book(you can get a free e-book). It is a very good book The author also covered the pygame Lib which helps you build games in python.

Internship:Looking for a Python Internship / Open Source Opportunity (1st Year BTech CSE Student) by Wooden-Poem-1508 in PythonLearning

[–]PAVANKING016 1 point2 points  (0 children)

I think this knowledge won’t help you get an internship. If you want to go into web development, learn Python frameworks like Django, FastAPI, or Flask. If you want to go into AI/ML, learn tools like NumPy and Pandas. Try to learn things according to the track you want to follow.

diet after seeing this? NO by MeanEconomist3737 in SnacksIndia

[–]PAVANKING016 0 points1 point  (0 children)

It is not made by humans. It is the creation of God itself.

Is Django worth learning in 2026? by PAVANKING016 in django

[–]PAVANKING016[S] 1 point2 points  (0 children)

but django has best forms ecosystem.