Arpit Solanki
Arpit Solanki
I can suggest something for this issue. - you can send a mail very easily using `smtplib` here is a sample code for that. ``` >>> server = smtplib.SMTP('smtp.gmail.com', 587)...
@jonathanchu @aniketmaithani I have some ideas about this issue. I ran into same kind of problem few weeks ago I tried two different approaches: - If we have only two...
>Root @ iZ28dhz7tobZ:/ zhihu-Py3 the Test CD # / root @ iZ28dhz7tobZ:/ zhihu-Py3 / # for python3 zhihu-test.py the Test the Test the dir: / root / zhihu-Py3 / the...
**Enhancement** There are something that i want to suggest: - In this project there should be a separate folder named `src` for all the source codes. This will make this...
PS: Not available for Linux. :disappointed:
Flake8 more better for CI/CD. Style checkers are already integrated with IDEs. On 19 Jul 2017 2:17 a.m., "Nilesh Chaturvedi" wrote: CLI tool to see style errors in python —...
Very useful. Thanks!👍
Is it different from trello ?
Yeah I guess but i think apache license would be much better > ``` > Apache License > Version 2.0, January 2004 > http://www.apache.org/licenses/ > ``` > > TERMS AND...
There could be many possible reasons for this error ``` from daemon import Daemon import logging import lockfile import time import sys ``` You may try one of these: -...