Tuesday, 9 May 2017

Learning python daily

Learning python daily


3/28 learn basics : String, Variables, and Int,

3/30~3/31 List, Loops, Conditionals.

4/1~4/2 function, importing, Formatting, class

4/4~ 4/7 Send Email with Gmail
               practice1. 
               practice - 

4/28  - 
            Learn  how to list all plugin 
   
            pip freeze 


5/9 /learn how to operate with DB
         Create Table
         Insert/Delete/Update 

No comments:

Post a Comment

how-to-recursively-create-subfolder-in-each-folder-of-a-directory-in-cmd

test.cmd: @echo off setlocal for /f "usebackq tokens=*" %%a in (`dir /b /a:d`) do ( rem enter the directory pushd %%a echo...