Tags→#python
Python: Sending Email with Google SMTP
Sending email to multiple address
Read Serial port using python
Python script to read serial uart port
Python Echo Server
Python script to start an echo server over TCP
Generating and Using Let's Encrypt Cets in Python
This posts shows how to generate a SSL Certifacate and use it in python
Python: Dynamically Calling Methods with getattr()
getattr() in Python enables dynamic method invocation using string values, enhancing flexibility and adaptability in your code.