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

Hard to find the exact thing you want to build better if you split the problem in smaller parts to do some research and have a better idea

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

Python

Hi everyone,

I want to build a Telegram bot where a user deposits cryptocurrency and the bot gives the user points to receive goods or services. Does anyone have any ideas?

Can I find a similar project somewhere?

Do you know of any videos on YouTube?

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

Python

They just worded it incorrectly

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

Python

And ? What’s the point of bringing in something unrelated to a Python discussion forum ?

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

Python

Yes, rust is faster.

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

Python

Hi everyone, I'm looking for some technical feedback on an AI project that was recently rejected by a tech competition organization. I’d really appreciate it if someone with ML/DL experience could help me evaluate my project's architecture, dataset preparation, or model selection to see where I might have gone wrong. Would anyone be open to a brief chat via DM? Thanks in advance!

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

Python

It's one of the most easy language that you can learn if not the most easy after scratch

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

Python

Can someone brief me on Python Programming

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

Python

Are there any Ukrainian developers here?

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

Python

The code works if I send from a gmail account… so you are probably right

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

Python

Is there a way to check this??

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

Python

Have you checked spam folder?

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

Python

Imposible to know without knowing what you already have. So share your code

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

Python

The origin address is from my company domain and the destination is a gmail account
Do you guys know if I need to change any setting of something?

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

Python

Hey guys
Trying to send an email from a python script, and no errors occur but I don’t receive the email

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

Python

Guys you're talking to a developer from inside Iran

74 days no conection🥶

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

Python

It was a question compared to python so fair enough

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

Python

They’re asking a question if you can read

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

Python

Rust is much faster and much more lightweight

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

Python

Hello everyone, I wanna know that Rust faster than Python?

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

Python

But if you are after speed and control over computer memory, python might not be the best choice

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

Python

It's a programming language that is kinda easy to learn. Anything else?

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

Python

looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic

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

Python

Nop… it does not work, except with GMAIL 🤯🙈🫣

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

Python

You could use the same code to send a mail from a well known domain.

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

Python

I'd guess it's Gmail's spamfilter quietly discarding it.

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

Python

import smtplib
import ssl

context = ssl.create_default_context()
with smtp.SMTP_SSL(smtp_server, 465, context=context) as server:
server.login(origin, password)
print(“LOGIN DONE”)
server.sendmail(origin, destination, msg=“Hi, there”)
print(“Email sent!”)

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

Python

I’m trying to send from code found on tutorials on the internet and even official python docs but it does not work 🤯🫣🙈

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

Python

Hard to help without any details: which code? Which email provider (sender and receipt), where are you running the code?

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

Python

Never tried, good luck

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