python | Unsorted

Telegram-канал python - Python

135201

You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython

Subscribe to a channel

Python

Hi
Can I find someone good at algorithms?

Читать полностью…

Python

Its actually not really with python, just trying to find somebody that might have gone through the issues with their api.. I cant find a riot_client_secret api and maybe someone here has through the same issue?

Читать полностью…

Python

Thanks for the suggestion

Читать полностью…

Python

Reading a book is my recommendation. Because it really guides you. Yes, it has more content, but that content is used for taking the time to explain things. And it does not mean that you cannot try to resolve understanding issues elsewhere, if that book doesn't work for you for that part. But generally it presents a concept, which is what you either don't get at all or which you only get in a limited sense when using other resources. Courses are quicker but they cover less ground. Tutorials can be quite comprehensive, but you may not need to know everything about a certain topic when starting to learn Python. Or they are too brief and leave out important information.

If the focus is on "getting started quickly" then that means that there's less focus and time spent on "understanding what you do". One might actually get you started quicker, but very quickly after that, you might need to get an answer to questions that weren't even raised, which the book likely would have covered.

So, not only feel free but encouraged to use other resources in addition to a books, but as a replacement, be warned that the "well rounded experience", not the fast one, mostly comes from books. At least that's my humble opinion.

That said, maybe try realpython.com.

Читать полностью…

Python

https://pythonbooks.org/free-books/

Читать полностью…

Python

Hello I am uzma from bangalore, India, I am a BCA graduate but I have not worked in IT. Now I want to learn Python and become software developer, will you plz guide me that from where to start learning.

Читать полностью…

Python

What exactly do you need help with?

Читать полностью…

Python

I think it would have been better to guide her.

Читать полностью…

Python

I only see a list of what you fixed for her.

Читать полностью…

Python

What did Uzma learn?

Читать полностью…

Python

It had like 6 issues: question and questions were mixed up, the loop used the wrong variable, the question list structure was off, the wrong answer logic was in the wrong place, the print string was missing an f, and the option labels were messed up (b instead of d).

Читать полностью…

Python

Explain what you need help with...
And follow the rules

Читать полностью…

Python

Kindly help to solve it

Читать полностью…

Python

Don't u have to create a virtual environment first ??

Читать полностью…

Python

I want to install pygame

Читать полностью…

Python

python -m pip install pygame

Читать полностью…

Python

What issues are you having using it with Python ?

Читать полностью…

Python

Has anyone here worked with Riot api? (Approved project by them)

Читать полностью…

Python

Except reading books, what other sources are there

Читать полностью…

Python

It is, the name of the group is AI.

Written by GenericLLM.

Читать полностью…

Python

This group is not about how to use AI. Please remove this message.

Читать полностью…

Python

Guys anyone Like to create Tools or Beginner i want help

Читать полностью…

Python

What do you mean? Shouldn't anyone be helped?

Читать полностью…

Python

I explained her problems to her

Читать полностью…

Python

OK. I got it. Thank you so much

Читать полностью…

Python

questions = [
["which language was used to create fb?", "python", "French", "JavaScript", "php", 4]
]

levels = [1000]
money = 0

for i in range(len(questions)):
question = questions[i]

print(f"\nQuestion for Rs. {levels[i]}")
print(f"1. {question[1]} 2. {question[2]}")
print(f"3. {question[3]} 4. {question[4]}")

reply = int(input("Enter your answer (1-4): "))

if reply == question[-1]:
print(f"Correct answer! You have won Rs. {levels[i]}")
money = levels[i]
else:
print("Wrong answer!")
break

print(f"Your take home money is {money}")

Читать полностью…

Python

Rule 5️⃣: Never post walls of text or screen photos. Use paste bins like https://dpaste.org, https://hastebin.com, https://bin.kv2.dev or your favorite one!

Читать полностью…

Python

questions = ["which language was used to created fb?", "python", "French", "Java script", "php", "None", 4]

["which language was used to created fb?", "python", "French", "Java script", "php", "None", 4]


["which language was used to created fb?", "python", "French", "Java script", "php", "None", 4]

["which language was used to created fb?", "python", "French", "Java script", "php", "None", 4]

levels=[1000, 2000, 3000, 5000, 10000, 20000, 40000, 80000, 160000, 320000]
money = 0

for i in range(0, len(question)):
question=questions[i]
print(f"Question for Rs. {levels[i]}")
print(f"a. {question[1]} b.{question[2]}")
print(f"c. {question[3]} b.{question[4]}")

reply=int(input("Enter your answer (1-4)"))
if(reply==question[-1]):
print(f"correct answer, you have won Rs.{levels[i]}")
if(i == 4):
money = 10000
elif(i ==9):
money = 320000
elif(i ==14):
money = 100000000
else:
print("Wrong answer!")
break

print("your take home money is {money}")

Читать полностью…

Python

Impossible to help without details.
Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html

Читать полностью…

Python

Impossible to help without details.
Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html

Читать полностью…
Subscribe to a channel