Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Mail issue
Post: RE: Mail issue

You can use smtplib.SMTP_SSL method. smtp_host="smtp.gmail.com" smtp_ssl_port=465 email = '[email protected]' password = '********' send_to_mail = '[email protected]' message = 'online' server ...
Superjoe General Coding Help 3 2,666 Dec-03-2020, 04:44 AM
    Thread: Shceduling jobs
Post: RE: Shceduling jobs

Our company use celery in production.
Superjoe General Coding Help 2 1,650 Dec-02-2020, 03:50 PM
    Thread: splitting a csv file to create another csv
Post: RE: splitting a csv file to create another csv

(Nov-24-2020, 04:39 PM)Larz60+ Wrote: what have you tried so far? Agree Larz60+, show your original code.
Superjoe General Coding Help 4 2,748 Nov-25-2020, 01:20 AM
    Thread: HELP ME
Post: RE: HELP ME

try: def comb(l): size = len(l) for i in range(size): for j in range(size): for k in range(size): if i != j and j != k and i != k: print...
Superjoe Homework 2 1,782 Nov-23-2020, 04:36 PM
    Thread: ImportError: No module named
Post: RE: ImportError: No module named

If function PSO in MFO.py, you can try: from .optimizers.MFO import PSO as pso
Superjoe General Coding Help 3 3,511 Nov-21-2020, 10:22 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020