2016/08/28

Collection of Python Programming Tips

Below is a list of Python programming tips which I consider useful for a newbie like me. More will be added to the list as I venture further into this language.

Sending / Reading E-Mail

Raspberry Pi - How to email CPU temperature using python
http://wei48221.blogspot.tw/2016/08/raspberry-pi-how-to-email-cpu.html

How to programmatically read e-mails from the Gmail server using Python and IMAP protocol
http://wei48221.blogspot.tw/2016/08/how-to-programmatically-reads-e-mail.html

String

Python: How to determine whether a substring is in a different string
http://stackoverflow.com/questions/7361253/python-how-to-determine-whether-a-substring-is-in-a-different-string

Converting integer to string in Python?
http://stackoverflow.com/questions/961632/converting-integer-to-string-in-python

Formatting

How to print without newline or space?
http://stackoverflow.com/questions/493386/how-to-print-without-newline-or-space

On-Line Learning Resources

Learn Python The Hard Way
https://learnpythonthehardway.org/book/preface.html

Learn Python Through Public Data Hacking

Delete File 

Python Delete/Remove a File If Exists On Disk
https://www.cyberciti.biz/faq/python-delete-remove-file-if-exists-on-disk/

No comments:

Post a Comment