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

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

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

Python

I guess you can write nicely to the owner

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

Python

I have a question related to pypi. Planning to publish a package for example "cuteninja" and cuteninja is already taken up on pypi by a useless dummy package. Is there any way to claim this package name on pypi or I need to switch to some other name?

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

Python

Are there any beginner/newbie -> advance roadmap guide to learn python

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

Python

It seems to be a python package installer like pip but with advanced security scan befor install

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

Python

Fo you guys use sentro?

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

Python

razorblade23
!report

what have i done

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

Python

i've wrote a python userbot on telethon

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

Python

Are there EBooks for Python (for total beginners?)
With not to much description but mini projects? To understand better

Because most ebooks have too much info describing story of python with not focusing on real small projects..

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

Python

I'm glad you proved me wrong.

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

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

Git account connected to that package is dead. I thought there's some way to do it directly with PyPi team.

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

Python

That's not the actual package name its actually just 4 letters so I checked pypi and the package there was published in 2011 and it's just a dummy. I thought there's some way😢

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

Python

https://roadmap.sh/python

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

Python

It seems? So you are not sure? Any link?

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

Python

What's sentro and how it is related to python?

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

Python

cool, but don't use it here without purpose

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

Python

Rules in our groups are strictly enforced. It is strongly recommended to read our rules before engaging in any other activity!

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

Python

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

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

Python

That's for the off-topic group. But yes, I remember. What I said. Not you. I don't remember people unless they stay a while.

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

Python

Yes. I learned that now.
It was just an interesting thought I had.
If I am getting the same output, what makes them different?
Now I know.
Thank you for working with me.
If I have any other question, I'd know better than to tag you😂

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