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
I just installed my python on pc ... Someone help me install all the requirements..
Share me all the commands please frnds
• 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• You can also select text when typing, and select markdown formatting. Читать полностью…
def hello(name):
print(f"hello {name}")
```
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.')
Nvm it was a dumb question it was an error in the print statement
Читать полностью…
i could help you in detail. you can text me if you want to
Читать полностью…
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.
In the most cases it should be a script filename/path passed to python interpreter.
Читать полностью…
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
We do not provide codes
We direct users to find answer for themself
Thats how you learn
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 .
Читать полностью…
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
Читать полностью…
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.')
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
Читать полностью…
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
Hey guys who can explain to me how SMTP work in 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?😔
rolls = [random.randrange(1, 7) for i in range(int(sys.argv[0]))]
^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10:
Help: rolls = [random.randrange(1, 7) for i in range(int(sys.argv[1]))]
Читать полностью…
I tried to learn python 100 times but I don't know why I can't able to do this
Читать полностью…
Here you go mate
Read and learn
https://docs.python.org/3/library/json.html
Have you stopped and think its against their ToS to do that anyway?
Читать полностью…