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

I just installed my python on pc ... Someone help me install all the requirements..
Share me all the commands please frnds

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

Python

• Use a backtick (`) on both ends of your single line:

`print("hello world")`

• For more lines, use three backticks (```) before the first line, and after the last (and add the language you're using, Telegram now supports it):

```python
def hello(name):
print(f"hello {name}")
```

• You can also select text when typing, and select markdown formatting.

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

Python

try:
n = int(input('Enter dollars: '))
return n
except ValueError:
print('enter valid digits.')
return ask()
p = ask()
inr = p * 84.10
print(f'{n}$ is {inr} rupees.')

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

Python

Give my python projects

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

Python

Nvm it was a dumb question it was an error in the print statement

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

Python

i could help you in detail. you can text me if you want to

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

Python

1. Import the smtplib module: This module defines an SMTP client session object that can be used to send mail.
2. Set up the SMTP server: Use the SMTP server for the email provider you want to send the email through (e.g., Gmail, Yahoo, etc.). Each provider has its SMTP server settings.
3. Login to the SMTP server: To send emails, you need to authenticate with the server using your email credentials (email and password or an app password).
4. Send the email: You need to construct the email's contents (subject, body, sender, recipient) and send it using the SMTP object.
5. Close the connection: Once the email is sent, close the connection to the server.

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

Python

any leads on beginner quizzes?

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

Python

In the most cases it should be a script filename/path passed to python interpreter.

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

Python

First print sys.argv[0]

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

Python

if len(sys.argv) > 1:
num_rolls = int(sys.argv[1])

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

Python

IndexError: list index out of range

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

Python

Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.

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

Python

We do not provide codes
We direct users to find answer for themself

Thats how you learn

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

Python

I've a dataset which has columns having data in list of dictionaries format . I want to fetch the keys and values from it . Then i want to make keys as column names and values in rows . With this I want to create new dataframe .

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

Python

This group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote and explain where and why you are stuck... as simple as that

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

Python

How to output code format

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

Python

try:
n = int(input('Enter dollars: '))
return n
except ValueError:
print('enter valid digits.')
return ask()
p = ask()
inr = p * 84.10
print(f'{n}$ is {inr} rupees.')

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

Python

Typed n instead of p

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

Python

you don't have to worry, I'm quite experienced in python. been in a startup for 3 years. i hope i could be helpful

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

Python

I Offer Mobile device hacking
Cracking services
Facebook hacking
WhatsApp hacking
Instagram hacking
Email hacking
Wallet integration
Bank logs and details
Social media hacking
Website cloning and hacking
Database hacking
OTP Bypass
ICloud Unlock
Message me

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

Python

Hey guys who can explain to me how SMTP work in python.

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

Python

Hi guys,  I wanna learn python and I joined a beginner course before.
But I didn't know how to do when I was doing the exam paper, it was written exam with some parts of like error finding e.g.syntax error, runtime error, logical error, i need to find the error of the relevant line and write down the correct script.
Also, there was some long questions like oop.
So, could u guys give me some advices to improve?😔

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

Python

To see what's inside

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

Python

rolls = [random.randrange(1, 7) for i in range(int(sys.argv[0]))]
^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10:

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

Python

try sys.argv[0]

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

Python

Help: rolls = [random.randrange(1, 7) for i in range(int(sys.argv[1]))]

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

Python

I tried to learn python 100 times but I don't know why I can't able to do this

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

Python

Here you go mate
Read and learn

https://docs.python.org/3/library/json.html

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

Python

Have you stopped and think its against their ToS to do that anyway?

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