├── 01.md ├── 02.md ├── 03.md ├── 0images ├── 01.jpg ├── n00201.png └── n00401.png ├── 101.md ├── 102.md ├── 103.md ├── 104.md ├── 105.md ├── 106.md ├── 107.md ├── 108.md ├── 109.md ├── 110.md ├── 111.md ├── 112.md ├── 113.md ├── 114.md ├── 115.md ├── 116.md ├── 117.md ├── 118.md ├── 119.md ├── 120.md ├── 121.md ├── 122.md ├── 123.md ├── 124.md ├── 125.md ├── 126.md ├── 127.md ├── 128.md ├── 129.md ├── 130.md ├── 1code ├── 105-1.py ├── 107.py ├── 12501.py ├── 12701.py ├── 12901.py ├── 12902.py ├── 12903.py ├── 12904.py ├── 12905.py ├── 12905_2.py ├── chartoint.py └── you.md ├── 1images ├── 10101.png ├── 10102.png ├── 10103.png ├── 10201.jpg ├── 10501.png ├── 10502.png ├── 10503.png ├── 10504.png ├── 10505.png ├── 10506.png ├── 10507.png ├── 10508.jpg ├── 10901.png ├── 11001.png ├── 11002.png ├── 11901.png ├── 11902.png ├── 11903.png ├── 11904.png ├── 12201.png ├── 12301.png ├── 12501.png ├── 12601.png ├── 12602.png └── 12603.png ├── 201.md ├── 202.md ├── 203.md ├── 204.md ├── 205.md ├── 206.md ├── 207.md ├── 208.md ├── 209.md ├── 210.md ├── 211.md ├── 212.md ├── 213.md ├── 214.md ├── 215.md ├── 216.md ├── 217.md ├── 218.md ├── 219.md ├── 220.md ├── 221.md ├── 222.md ├── 223.md ├── 224.md ├── 225.md ├── 226.md ├── 227.md ├── 228.md ├── 229.md ├── 230.md ├── 231.md ├── 232.md ├── 233.md ├── 234.md ├── 235.md ├── 236.md ├── 2code ├── 20202.py ├── 20401.py ├── 20402.py ├── 20501.py ├── 20502.py ├── 20503.py ├── 20701.py ├── 20901.py ├── 20902.py ├── 20902_1.py ├── 20903.py ├── 20904.py ├── 21001.py ├── 21101.py ├── 21102.py ├── 21301.py ├── 21302.py ├── 21401.py ├── 21402.py ├── 21501.py ├── 21601.py ├── 21602.py ├── 21701.py ├── 21702.py ├── 21703.py ├── 21801.py ├── 22101.py ├── 22102.py ├── 22103.py ├── 22501.py ├── 22601.xml ├── 22701.py ├── 22901.dat ├── 22901.db ├── 22902.dat ├── 22903.dat ├── 23301.db ├── 23301.sqlite ├── 23401.xlsx ├── 23501.py ├── 23501.txt ├── 23502.py ├── 23502.txt ├── 23503.py ├── 23504.py ├── __init__.py ├── fractal-tree.png ├── newtemp.py ├── pm.py ├── pm.pyc ├── pp.py ├── pp.pyc └── stdout.md ├── 2images ├── 20101.png ├── 20102.png ├── 20401.png ├── 20801.png ├── 20802.png ├── 20803.png ├── 21001.png ├── 21002.png ├── 22301.jpg ├── 22302.jpg ├── 22303.jpg ├── 22304.jpg ├── 22305.jpg ├── 22306.jpg ├── 22307.jpg ├── 22308.jpg ├── 22309.jpg ├── 22310.jpg ├── 22311.jpg ├── 22501.jpg ├── 22601.jpg ├── 23201.jpg ├── 23401.jpg └── 23402.jpg ├── 300.md ├── 301.md ├── 302.md ├── 303.md ├── 304.md ├── 305.md ├── 306.md ├── 307.md ├── 308.md ├── 309.md ├── 310.md ├── 311.md ├── 312.md ├── 313.md ├── 3code ├── 31301.py ├── hello.py ├── marks.csv ├── marks.xlsx └── web │ ├── application.py │ ├── application.pyc │ ├── handlers │ ├── __init__.py │ ├── __init__.pyc │ ├── base.py │ ├── base.pyc │ ├── index.py │ ├── index.pyc │ ├── sleep.py │ ├── sleep.pyc │ ├── user.py │ └── user.pyc │ ├── methods │ ├── __init__.py │ ├── __init__.pyc │ ├── db.py │ ├── db.pyc │ ├── readdb.py │ └── readdb.pyc │ ├── server.py │ ├── statics │ ├── css │ │ └── style.css │ └── js │ │ ├── jquery.min.js │ │ └── script.js │ ├── templates │ ├── base.html │ ├── error.html │ ├── index.html │ ├── register.html │ ├── see.html │ ├── sleep.html │ └── user.html │ ├── url.py │ └── url.pyc ├── 3images ├── 30201.png ├── 30202.png ├── 30301.png ├── 30401.png ├── 30402.png ├── 30403.png ├── 30404.png ├── 30405.png ├── 30501.png ├── 30502.png ├── 30503.png ├── 30504.png ├── 30601.png ├── 30602.png ├── 30603.png ├── 30604.png ├── 30701.png ├── 30702.png ├── 30703.png ├── 30704.png ├── 30901.png ├── 31001.png ├── 31002.png ├── 31003.png ├── 31004.png ├── 31005.png ├── 31006.png ├── 31007.png ├── 31101.png ├── 31102.png ├── 31103.png ├── 31104.png ├── 31105.png ├── 31106.png ├── 31107.png ├── 31108.png ├── 31109.png ├── 31110.png ├── 31111.png ├── 31112.png ├── 31113.png ├── 31114.png ├── 31115.png ├── 31116.png ├── 31117.png ├── 31118.png ├── 31301.png └── 31302.png ├── README.md ├── index.md ├── n001.md ├── n002.md ├── n003.md ├── n004.md ├── n005.md └── nimages └── n005-01.png /01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/01.md -------------------------------------------------------------------------------- /02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/02.md -------------------------------------------------------------------------------- /03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/03.md -------------------------------------------------------------------------------- /0images/01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/0images/01.jpg -------------------------------------------------------------------------------- /0images/n00201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/0images/n00201.png -------------------------------------------------------------------------------- /0images/n00401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/0images/n00401.png -------------------------------------------------------------------------------- /101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/101.md -------------------------------------------------------------------------------- /102.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/102.md -------------------------------------------------------------------------------- /103.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/103.md -------------------------------------------------------------------------------- /104.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/104.md -------------------------------------------------------------------------------- /105.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/105.md -------------------------------------------------------------------------------- /106.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/106.md -------------------------------------------------------------------------------- /107.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/107.md -------------------------------------------------------------------------------- /108.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/108.md -------------------------------------------------------------------------------- /109.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/109.md -------------------------------------------------------------------------------- /110.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/110.md -------------------------------------------------------------------------------- /111.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/111.md -------------------------------------------------------------------------------- /112.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/112.md -------------------------------------------------------------------------------- /113.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/113.md -------------------------------------------------------------------------------- /114.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/114.md -------------------------------------------------------------------------------- /115.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/115.md -------------------------------------------------------------------------------- /116.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/116.md -------------------------------------------------------------------------------- /117.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/117.md -------------------------------------------------------------------------------- /118.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/118.md -------------------------------------------------------------------------------- /119.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/119.md -------------------------------------------------------------------------------- /120.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/120.md -------------------------------------------------------------------------------- /121.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/121.md -------------------------------------------------------------------------------- /122.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/122.md -------------------------------------------------------------------------------- /123.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/123.md -------------------------------------------------------------------------------- /124.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/124.md -------------------------------------------------------------------------------- /125.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/125.md -------------------------------------------------------------------------------- /126.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/126.md -------------------------------------------------------------------------------- /127.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/127.md -------------------------------------------------------------------------------- /128.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/128.md -------------------------------------------------------------------------------- /129.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/129.md -------------------------------------------------------------------------------- /130.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/130.md -------------------------------------------------------------------------------- /1code/105-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/105-1.py -------------------------------------------------------------------------------- /1code/107.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/107.py -------------------------------------------------------------------------------- /1code/12501.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12501.py -------------------------------------------------------------------------------- /1code/12701.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12701.py -------------------------------------------------------------------------------- /1code/12901.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12901.py -------------------------------------------------------------------------------- /1code/12902.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12902.py -------------------------------------------------------------------------------- /1code/12903.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12903.py -------------------------------------------------------------------------------- /1code/12904.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12904.py -------------------------------------------------------------------------------- /1code/12905.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12905.py -------------------------------------------------------------------------------- /1code/12905_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/12905_2.py -------------------------------------------------------------------------------- /1code/chartoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/chartoint.py -------------------------------------------------------------------------------- /1code/you.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1code/you.md -------------------------------------------------------------------------------- /1images/10101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10101.png -------------------------------------------------------------------------------- /1images/10102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10102.png -------------------------------------------------------------------------------- /1images/10103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10103.png -------------------------------------------------------------------------------- /1images/10201.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10201.jpg -------------------------------------------------------------------------------- /1images/10501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10501.png -------------------------------------------------------------------------------- /1images/10502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10502.png -------------------------------------------------------------------------------- /1images/10503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10503.png -------------------------------------------------------------------------------- /1images/10504.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10504.png -------------------------------------------------------------------------------- /1images/10505.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10505.png -------------------------------------------------------------------------------- /1images/10506.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10506.png -------------------------------------------------------------------------------- /1images/10507.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10507.png -------------------------------------------------------------------------------- /1images/10508.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10508.jpg -------------------------------------------------------------------------------- /1images/10901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/10901.png -------------------------------------------------------------------------------- /1images/11001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/11001.png -------------------------------------------------------------------------------- /1images/11002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/11002.png -------------------------------------------------------------------------------- /1images/11901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/11901.png -------------------------------------------------------------------------------- /1images/11902.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/11902.png -------------------------------------------------------------------------------- /1images/11903.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/11903.png -------------------------------------------------------------------------------- /1images/11904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/11904.png -------------------------------------------------------------------------------- /1images/12201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/12201.png -------------------------------------------------------------------------------- /1images/12301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/12301.png -------------------------------------------------------------------------------- /1images/12501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/12501.png -------------------------------------------------------------------------------- /1images/12601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/12601.png -------------------------------------------------------------------------------- /1images/12602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/12602.png -------------------------------------------------------------------------------- /1images/12603.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/1images/12603.png -------------------------------------------------------------------------------- /201.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/201.md -------------------------------------------------------------------------------- /202.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/202.md -------------------------------------------------------------------------------- /203.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/203.md -------------------------------------------------------------------------------- /204.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/204.md -------------------------------------------------------------------------------- /205.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/205.md -------------------------------------------------------------------------------- /206.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/206.md -------------------------------------------------------------------------------- /207.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/207.md -------------------------------------------------------------------------------- /208.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/208.md -------------------------------------------------------------------------------- /209.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/209.md -------------------------------------------------------------------------------- /210.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/210.md -------------------------------------------------------------------------------- /211.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/211.md -------------------------------------------------------------------------------- /212.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/212.md -------------------------------------------------------------------------------- /213.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/213.md -------------------------------------------------------------------------------- /214.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/214.md -------------------------------------------------------------------------------- /215.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/215.md -------------------------------------------------------------------------------- /216.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/216.md -------------------------------------------------------------------------------- /217.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/217.md -------------------------------------------------------------------------------- /218.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/218.md -------------------------------------------------------------------------------- /219.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/219.md -------------------------------------------------------------------------------- /220.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/220.md -------------------------------------------------------------------------------- /221.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/221.md -------------------------------------------------------------------------------- /222.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/222.md -------------------------------------------------------------------------------- /223.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/223.md -------------------------------------------------------------------------------- /224.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/224.md -------------------------------------------------------------------------------- /225.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/225.md -------------------------------------------------------------------------------- /226.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/226.md -------------------------------------------------------------------------------- /227.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/227.md -------------------------------------------------------------------------------- /228.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/228.md -------------------------------------------------------------------------------- /229.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/229.md -------------------------------------------------------------------------------- /230.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/230.md -------------------------------------------------------------------------------- /231.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/231.md -------------------------------------------------------------------------------- /232.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/232.md -------------------------------------------------------------------------------- /233.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/233.md -------------------------------------------------------------------------------- /234.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/234.md -------------------------------------------------------------------------------- /235.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/235.md -------------------------------------------------------------------------------- /236.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/236.md -------------------------------------------------------------------------------- /2code/20202.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20202.py -------------------------------------------------------------------------------- /2code/20401.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20401.py -------------------------------------------------------------------------------- /2code/20402.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20402.py -------------------------------------------------------------------------------- /2code/20501.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20501.py -------------------------------------------------------------------------------- /2code/20502.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20502.py -------------------------------------------------------------------------------- /2code/20503.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20503.py -------------------------------------------------------------------------------- /2code/20701.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20701.py -------------------------------------------------------------------------------- /2code/20901.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20901.py -------------------------------------------------------------------------------- /2code/20902.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20902.py -------------------------------------------------------------------------------- /2code/20902_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20902_1.py -------------------------------------------------------------------------------- /2code/20903.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20903.py -------------------------------------------------------------------------------- /2code/20904.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/20904.py -------------------------------------------------------------------------------- /2code/21001.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21001.py -------------------------------------------------------------------------------- /2code/21101.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21101.py -------------------------------------------------------------------------------- /2code/21102.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21102.py -------------------------------------------------------------------------------- /2code/21301.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21301.py -------------------------------------------------------------------------------- /2code/21302.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21302.py -------------------------------------------------------------------------------- /2code/21401.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21401.py -------------------------------------------------------------------------------- /2code/21402.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21402.py -------------------------------------------------------------------------------- /2code/21501.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21501.py -------------------------------------------------------------------------------- /2code/21601.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21601.py -------------------------------------------------------------------------------- /2code/21602.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21602.py -------------------------------------------------------------------------------- /2code/21701.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21701.py -------------------------------------------------------------------------------- /2code/21702.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21702.py -------------------------------------------------------------------------------- /2code/21703.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21703.py -------------------------------------------------------------------------------- /2code/21801.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/21801.py -------------------------------------------------------------------------------- /2code/22101.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22101.py -------------------------------------------------------------------------------- /2code/22102.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # coding=utf-8 3 | 4 | import sys 5 | 6 | sys.exit("hello") 7 | -------------------------------------------------------------------------------- /2code/22103.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22103.py -------------------------------------------------------------------------------- /2code/22501.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22501.py -------------------------------------------------------------------------------- /2code/22601.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22601.xml -------------------------------------------------------------------------------- /2code/22701.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22701.py -------------------------------------------------------------------------------- /2code/22901.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22901.dat -------------------------------------------------------------------------------- /2code/22901.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22901.db -------------------------------------------------------------------------------- /2code/22902.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22902.dat -------------------------------------------------------------------------------- /2code/22903.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/22903.dat -------------------------------------------------------------------------------- /2code/23301.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/23301.db -------------------------------------------------------------------------------- /2code/23301.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/23301.sqlite -------------------------------------------------------------------------------- /2code/23401.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/23401.xlsx -------------------------------------------------------------------------------- /2code/23501.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/23501.py -------------------------------------------------------------------------------- /2code/23501.txt: -------------------------------------------------------------------------------- 1 | hello laoqi 2 | www.itdiffer.com 3 | -------------------------------------------------------------------------------- /2code/23502.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/23502.py -------------------------------------------------------------------------------- /2code/23502.txt: -------------------------------------------------------------------------------- 1 | hello laoqi 2 | www.itdiffer.com 3 | -------------------------------------------------------------------------------- /2code/23503.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/23503.py -------------------------------------------------------------------------------- /2code/23504.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/23504.py -------------------------------------------------------------------------------- /2code/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2code/fractal-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/fractal-tree.png -------------------------------------------------------------------------------- /2code/newtemp.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # coding=utf-8 3 | 4 | print "This is a tmp file." 5 | -------------------------------------------------------------------------------- /2code/pm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/pm.py -------------------------------------------------------------------------------- /2code/pm.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/pm.pyc -------------------------------------------------------------------------------- /2code/pp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/pp.py -------------------------------------------------------------------------------- /2code/pp.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2code/pp.pyc -------------------------------------------------------------------------------- /2code/stdout.md: -------------------------------------------------------------------------------- 1 | Learn Python: From Beginner to Master 2 | -------------------------------------------------------------------------------- /2images/20101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/20101.png -------------------------------------------------------------------------------- /2images/20102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/20102.png -------------------------------------------------------------------------------- /2images/20401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/20401.png -------------------------------------------------------------------------------- /2images/20801.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/20801.png -------------------------------------------------------------------------------- /2images/20802.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/20802.png -------------------------------------------------------------------------------- /2images/20803.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/20803.png -------------------------------------------------------------------------------- /2images/21001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/21001.png -------------------------------------------------------------------------------- /2images/21002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/21002.png -------------------------------------------------------------------------------- /2images/22301.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22301.jpg -------------------------------------------------------------------------------- /2images/22302.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22302.jpg -------------------------------------------------------------------------------- /2images/22303.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22303.jpg -------------------------------------------------------------------------------- /2images/22304.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22304.jpg -------------------------------------------------------------------------------- /2images/22305.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22305.jpg -------------------------------------------------------------------------------- /2images/22306.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22306.jpg -------------------------------------------------------------------------------- /2images/22307.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22307.jpg -------------------------------------------------------------------------------- /2images/22308.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22308.jpg -------------------------------------------------------------------------------- /2images/22309.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22309.jpg -------------------------------------------------------------------------------- /2images/22310.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22310.jpg -------------------------------------------------------------------------------- /2images/22311.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22311.jpg -------------------------------------------------------------------------------- /2images/22501.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22501.jpg -------------------------------------------------------------------------------- /2images/22601.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/22601.jpg -------------------------------------------------------------------------------- /2images/23201.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/23201.jpg -------------------------------------------------------------------------------- /2images/23401.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/23401.jpg -------------------------------------------------------------------------------- /2images/23402.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/2images/23402.jpg -------------------------------------------------------------------------------- /300.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/300.md -------------------------------------------------------------------------------- /301.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/301.md -------------------------------------------------------------------------------- /302.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/302.md -------------------------------------------------------------------------------- /303.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/303.md -------------------------------------------------------------------------------- /304.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/304.md -------------------------------------------------------------------------------- /305.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/305.md -------------------------------------------------------------------------------- /306.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/306.md -------------------------------------------------------------------------------- /307.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/307.md -------------------------------------------------------------------------------- /308.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/308.md -------------------------------------------------------------------------------- /309.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/309.md -------------------------------------------------------------------------------- /310.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/310.md -------------------------------------------------------------------------------- /311.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/311.md -------------------------------------------------------------------------------- /312.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/312.md -------------------------------------------------------------------------------- /313.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/313.md -------------------------------------------------------------------------------- /3code/31301.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/31301.py -------------------------------------------------------------------------------- /3code/hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/hello.py -------------------------------------------------------------------------------- /3code/marks.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/marks.csv -------------------------------------------------------------------------------- /3code/marks.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/marks.xlsx -------------------------------------------------------------------------------- /3code/web/application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/application.py -------------------------------------------------------------------------------- /3code/web/application.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/application.pyc -------------------------------------------------------------------------------- /3code/web/handlers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3code/web/handlers/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/__init__.pyc -------------------------------------------------------------------------------- /3code/web/handlers/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/base.py -------------------------------------------------------------------------------- /3code/web/handlers/base.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/base.pyc -------------------------------------------------------------------------------- /3code/web/handlers/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/index.py -------------------------------------------------------------------------------- /3code/web/handlers/index.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/index.pyc -------------------------------------------------------------------------------- /3code/web/handlers/sleep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/sleep.py -------------------------------------------------------------------------------- /3code/web/handlers/sleep.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/sleep.pyc -------------------------------------------------------------------------------- /3code/web/handlers/user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/user.py -------------------------------------------------------------------------------- /3code/web/handlers/user.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/handlers/user.pyc -------------------------------------------------------------------------------- /3code/web/methods/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3code/web/methods/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/methods/__init__.pyc -------------------------------------------------------------------------------- /3code/web/methods/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/methods/db.py -------------------------------------------------------------------------------- /3code/web/methods/db.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/methods/db.pyc -------------------------------------------------------------------------------- /3code/web/methods/readdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/methods/readdb.py -------------------------------------------------------------------------------- /3code/web/methods/readdb.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/methods/readdb.pyc -------------------------------------------------------------------------------- /3code/web/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/server.py -------------------------------------------------------------------------------- /3code/web/statics/css/style.css: -------------------------------------------------------------------------------- 1 | 2 | body { 3 | color:red; 4 | } 5 | -------------------------------------------------------------------------------- /3code/web/statics/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/statics/js/jquery.min.js -------------------------------------------------------------------------------- /3code/web/statics/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/statics/js/script.js -------------------------------------------------------------------------------- /3code/web/templates/base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/templates/base.html -------------------------------------------------------------------------------- /3code/web/templates/error.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/templates/error.html -------------------------------------------------------------------------------- /3code/web/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/templates/index.html -------------------------------------------------------------------------------- /3code/web/templates/register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/templates/register.html -------------------------------------------------------------------------------- /3code/web/templates/see.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/templates/see.html -------------------------------------------------------------------------------- /3code/web/templates/sleep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/templates/sleep.html -------------------------------------------------------------------------------- /3code/web/templates/user.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/templates/user.html -------------------------------------------------------------------------------- /3code/web/url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/url.py -------------------------------------------------------------------------------- /3code/web/url.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3code/web/url.pyc -------------------------------------------------------------------------------- /3images/30201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30201.png -------------------------------------------------------------------------------- /3images/30202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30202.png -------------------------------------------------------------------------------- /3images/30301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30301.png -------------------------------------------------------------------------------- /3images/30401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30401.png -------------------------------------------------------------------------------- /3images/30402.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30402.png -------------------------------------------------------------------------------- /3images/30403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30403.png -------------------------------------------------------------------------------- /3images/30404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30404.png -------------------------------------------------------------------------------- /3images/30405.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30405.png -------------------------------------------------------------------------------- /3images/30501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30501.png -------------------------------------------------------------------------------- /3images/30502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30502.png -------------------------------------------------------------------------------- /3images/30503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30503.png -------------------------------------------------------------------------------- /3images/30504.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30504.png -------------------------------------------------------------------------------- /3images/30601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30601.png -------------------------------------------------------------------------------- /3images/30602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30602.png -------------------------------------------------------------------------------- /3images/30603.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30603.png -------------------------------------------------------------------------------- /3images/30604.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30604.png -------------------------------------------------------------------------------- /3images/30701.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30701.png -------------------------------------------------------------------------------- /3images/30702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30702.png -------------------------------------------------------------------------------- /3images/30703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30703.png -------------------------------------------------------------------------------- /3images/30704.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30704.png -------------------------------------------------------------------------------- /3images/30901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/30901.png -------------------------------------------------------------------------------- /3images/31001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31001.png -------------------------------------------------------------------------------- /3images/31002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31002.png -------------------------------------------------------------------------------- /3images/31003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31003.png -------------------------------------------------------------------------------- /3images/31004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31004.png -------------------------------------------------------------------------------- /3images/31005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31005.png -------------------------------------------------------------------------------- /3images/31006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31006.png -------------------------------------------------------------------------------- /3images/31007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31007.png -------------------------------------------------------------------------------- /3images/31101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31101.png -------------------------------------------------------------------------------- /3images/31102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31102.png -------------------------------------------------------------------------------- /3images/31103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31103.png -------------------------------------------------------------------------------- /3images/31104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31104.png -------------------------------------------------------------------------------- /3images/31105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31105.png -------------------------------------------------------------------------------- /3images/31106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31106.png -------------------------------------------------------------------------------- /3images/31107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31107.png -------------------------------------------------------------------------------- /3images/31108.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31108.png -------------------------------------------------------------------------------- /3images/31109.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31109.png -------------------------------------------------------------------------------- /3images/31110.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31110.png -------------------------------------------------------------------------------- /3images/31111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31111.png -------------------------------------------------------------------------------- /3images/31112.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31112.png -------------------------------------------------------------------------------- /3images/31113.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31113.png -------------------------------------------------------------------------------- /3images/31114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31114.png -------------------------------------------------------------------------------- /3images/31115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31115.png -------------------------------------------------------------------------------- /3images/31116.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31116.png -------------------------------------------------------------------------------- /3images/31117.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31117.png -------------------------------------------------------------------------------- /3images/31118.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31118.png -------------------------------------------------------------------------------- /3images/31301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31301.png -------------------------------------------------------------------------------- /3images/31302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/3images/31302.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/README.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/index.md -------------------------------------------------------------------------------- /n001.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/n001.md -------------------------------------------------------------------------------- /n002.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/n002.md -------------------------------------------------------------------------------- /n003.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/n003.md -------------------------------------------------------------------------------- /n004.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/n004.md -------------------------------------------------------------------------------- /n005.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/n005.md -------------------------------------------------------------------------------- /nimages/n005-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lafree317/StarterLearningPython/HEAD/nimages/n005-01.png --------------------------------------------------------------------------------