IT Learning

実践形式でITのお勉強

「 月別アーカイブ:2020年03月 」 一覧

VScode でHTMLプレビュー

2020/03/20   -VScode
 

目的 Microsoft VScodeでhtmlを記述している最中にプレビューを見たい。 環境 Windows10VScode Version1.43使用プラグイン HTML Preview 手順 V …

Python smtplibでメール送信

2020/03/19   -Python

目的 pythonからSMTPサーバにメールを送信する。 環境 Windows10Python 3.7.3 (Anaconda 4.7.10) コード # stmplibの読み込み import sm …