├── .gitattributes ├── eisvogel_test ├── simple.bat ├── document.pdf ├── backgrounds │ ├── background1.pdf │ ├── background2.pdf │ ├── background3.pdf │ ├── background4.pdf │ ├── background5.pdf │ ├── background6.pdf │ ├── background7.pdf │ ├── background8.pdf │ ├── background9.pdf │ ├── background10.pdf │ └── background11.pdf └── build.bat ├── tex ├── gen.pdf ├── gen.synctex.gz ├── fig │ ├── 1008802356788736.png │ ├── 1008802515054144.png │ ├── 1017024373322432l.png │ ├── 1017032122300544l.png │ ├── 1018496437713568l.png │ ├── 1019401123918240l.png │ ├── 1019633050057984l.png │ ├── 1019633079028160l.png │ ├── 1048401552601344l.png │ ├── 1050933742009056l.png │ ├── 1183096336546240l.png │ ├── 1183103158580480l.png │ ├── 1183105155068736l.png │ ├── 1249598058265600l.png │ ├── 1249600178485568l.png │ ├── 1249600522419392l.png │ ├── 12831079132037780.png │ ├── 12903050704323210.png │ ├── 1311543585144897l.png │ ├── 1342562604417090l.png │ ├── 1346188160794690l.png │ ├── 1346189421183041l.png │ ├── 1346190218100802l.png │ ├── 1346267955331105l.png │ ├── 1346268110520386l.png │ ├── 1346290294194241l.png │ ├── 1346290325651521l.png │ ├── 1346303361548354l.png │ ├── 1346304282198081l.png │ ├── 1346727531511874l.png │ ├── 9212153960043840.png │ ├── 9229153429258240.png │ ├── 9230247568328960.png │ ├── 9230254446989120.png │ ├── 9236263761773440.png │ ├── 9237918782554560.png │ ├── 9237920586134400.png │ ├── 9237921916377600.png │ ├── 9239237591896000.png │ ├── 9239237870188160.png │ ├── 9239304719270080.png │ ├── 9239735167876800.png │ ├── 9239736475158720.png │ ├── 9240168310386880.png │ ├── 9288179064464320.png │ ├── 9466582752136320.png │ ├── 9466583066904000.png │ ├── 9466584239922880.png │ ├── 9466587096437760.png │ ├── 949444125467040.png │ ├── 950413532592512.png │ ├── 950413553562752.png │ ├── 950413570828960.png │ ├── 950415476737952.png │ ├── 950415873256992.png │ ├── 950569639986880.png │ ├── 950571217609344.png │ ├── 950572257640320.png │ ├── 950751840957632.png │ ├── 950751878708448.png │ ├── 950751913543456.png │ ├── 950751959286720.png │ ├── 951373547960800.png │ ├── 951373657012736.png │ ├── 951373763967808.png │ ├── 951373786253056.png │ ├── 951383573211136.png │ ├── 951385556253728.png │ ├── 951386163120736.png │ ├── 954926361167104.png │ ├── 954926929668576.png │ ├── 954926987474240.png │ ├── 954927046197152.png │ ├── 955624199250624.png │ ├── 955626563299584.png │ ├── 955712165379744.png │ ├── 955719702776576.png │ ├── 956056345770752.png │ ├── 956056362546592.png │ ├── 956084297542656.png │ ├── 956187757507296.png │ ├── 956196693474432.png │ ├── 956198702546240.png │ ├── 956198878703904.png │ ├── 966760155050624.png │ ├── 966760380198752.png │ ├── 967446760519840.png │ ├── 967453175707264.png │ ├── 967455607327072.png │ ├── 967464310443456.png │ ├── 967488004941504.png │ ├── 967965753208928.png │ ├── 972515044819040.png │ ├── 972676918012640.png │ └── 972677353581536.png ├── _minted-gen │ ├── B38C5493C9ABE0CAB197B0B8A2D1BCAE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EE6EDB3683FBB1779B1C67EBDAC0657226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 641A5E60F034DBCF18352C8923C82A7726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9358F2568F3316FE7E78A4FA7707C41426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 34ABB8ACD6E7C939290910E2999D735C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 49239C951AD1F1AA146E62D077D54CD326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0469E1C57DBBC8F2C698F30B78D0200B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0B0C055171662B8276CF81195E32610226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0E3E5AB4323EF5AB1DA838B3DBD648BE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 79B22BFA6DB20AA200B018A5E333097126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9FE29348E76039A4F1BB242F269D24B126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D0442A85EC0F6B66DEF309B2CADE710326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D3C410459651E3377C62272AC416094D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DF30AA5FB561D631B668BC14A620B0E526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DF4697B9472E60508B091C83DF7F595E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4F141F509AD1A9FC6453BD2DD65603DC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C08E48D9D9007865C773127049795EE426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E535FD54C9240970D3888DA2FEF3181726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0D100B7A3CB64CF0124F2FB26EB7068926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3D0B58E380E21BE3A3025FE88194942826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B9E0A749AA2715130D6615D1D3CBD90726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 7596D22912933EADEDB438C47A6D18E926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DAD7F2C8E5859FC9FA8041F927B6FF9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0FDCB99EF1B844AE674E8E7BA220BADF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4BA5DB83F61E80F7393E3661B29EB0B126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 6D1404570DED1B20FAE3A694A94774B226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8438E7708BC8E1C53ABC77798DC18C1926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8881A0F2992DE420AD16F0AA42F435FC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BAAAC9C43C842BD7AE04C6960EB7361926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CA32F2BD954B3EDCF027F914270E289B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CA780AA2D7D18DA364F5CBC05905EBA826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DF5BB2AC270C9102215DE1D0248554A726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EB363D7710F4C71F5364349B3B8F657126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F17F40CE5C26E599069266FAA265D51A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F5B468DFE9C49AE7546392FF3F4A53FC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1A0A4FDDF92CF6F793E8BD9F31DB7F9226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 35BDE018100A214BA9A47718A0B6414826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 530EB4DD51F54462042D1E507B0532C226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 6FB064D4760A509CDCD83C4D3D8A05C626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 860A4F115F6F130349608F723CEF695826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8CACD01ACAFA3010996BDDDE84D32B3526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 94A1D594B81479CA9DE432A3FFF485F726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A454234D690791A6FF405FAEEF3FA7D326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B5E56F53D238D2246CB25F208CE8ED4226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BCB564578CBC14639E2FD5312222BD1B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F8A8A7D6DBC4CBAF519EF783ED2C056A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FEFDB793BF3DEC33D77A46FF58A2CEF926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 123F896FC5DF1D707127E0AF3560BF7526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 70FD42DA2B7E1F6FF8D31EC0DB63BD9926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C9E208B23E3DDABE3ACB6500D0A2C79A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 10BEABDEA3E04645968E75CEBA95359826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 76D0901FC66B8E9053B56358A6E5F06126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 949F20E1E83E8791475C9A3E9000B57726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CA403BECDF575CB6F1E1D222EEF1367926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DF070C73AFDFECA2AE7CFB93BEC6A35E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E299C21266284DA289460C1D7629B0DF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1A3A058F0D3CEC09BD9DA32382AA22ED26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4A265489A43995713B70CE047C0899DE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 793A3E2A6490506E83AFEB77FEAB2D5426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 76BEA5804396F8968675219BC5017E9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CF64DC7FB808EBDE90E0A7CA6907A64C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DFFB36408D1BE9F055ADE8BE240F1D4026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0E1370DDBA66FB9D4C1544ACB9B13E9926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 338962525571C999F29DA8E28AE5B15D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3AE0122F12A81D1B4FAC93830E67BBF126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3BC95236454243A454EF96F9B1E7E8D926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 6A84C51E8E6CBDC88668BA6041F8B65226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8F048EC16ED0CFD987A8FCB13F3F6CFA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A79DD70DE7A45EA48C63AFD8C4827F4526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F729A8F95BD572757D800A91555A043226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 073977076880EA7896EFD53436272D0626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1E4A82A649E9E397517330C2BE53D7DF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2BB83E4A428F2D68ECCB4C2D989E028326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 35898D33D626827E52A21B12842E187726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 425BF6A8251D97345CB1197EAEB163C226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A00B2F852EFD36A0ADF91E60F08A772F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C3A574461B58344155AE9F51AB68D92226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C3B8E9A411BC600EC099FA86BD859AC526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C97CDF391B6592302A495A0BF513376226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D5AE957B96AD300E9C283AB1D601EA0626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D8CFD35E738F9EE9B0114F78381EFAAD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DF6FFC0B71CBC586EE7C9751D0A01A1926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FEEE31FB80C01D13D8F0F918FA73447426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2C7C77DD324DD3C0E66D11EB2D69008B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 786BBDA1679DE559D17E3707D628B09426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 95859521E6D770D68468C13B7201B2D626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C51B3782207453B4AD409B9E51D79FE926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DCB06F9FF3FA4A3CC2CC2219117F9D6626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F3971FFEC7CAB92F951946EC9330B93026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0999C80E88DE1C86BFA56B245E39924026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 123D2938E06342935F6A014F4D376A4D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2D83ACAF106B15ABA98D3B281FDA290326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 68AA92FE0B18DD8D25D115D0EC00485926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8EFF610CA18697F0E4D1CE1AEC27771726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B6169CB5F834A2260E87292CC179E53B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BDB616C86D3388BECF810839AA8D9BD826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DB35F0548F46A6205F25723E5735583B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 02C86357251CB3C2D33605DF75830C8326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 19D0E605F4C8551B826D693D47F81F8526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3F746CB310964AF4B88713C8EB4ADA1126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4D938C734D41C001AC6E209AFA598DBF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5ABFE8E807CD8E38F8A353F89AF9C30D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 785EAE974BB52B554CA605D89C2403B826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B191F4342059B4C13214E6E1CF6F8EE926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BB2F066FAB7F5247C5887316982A08D526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C0BB1FBD9A0F99E467535372CFBA2FCA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D40730B5BC475E6FCB5614039BD999B626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D7F0EABC5CE5BD2D6D1754EE1748AE1526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D8705E70A16BBDC081ADE43974E801CC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 050FCE5AF8EE76D6C6104066A4FB2CDF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1DF43603764E10FD74A7C7E3EF3FE03226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3680286B4A807419A680C9727DC3AFAB26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5E2BE7C1D152ECB4DD5D9A2CAA693A9826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E2A1766823B99431AB9A80713638E64026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E673E30D16222FE84C897D065AC6CE7726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EA80B04C4499F789DC2F1F68319427DD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F4D05835AB13D707A2A45820692CCD3526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2BC1744A6374BFE76B915E0EE471DAAD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4E97C68BBF968A8D485DC361E816530526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 712A18A2D553F6E75341FFEB10F4DBD326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── AE37525971CC02198D2F5CD3BFA74F6D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CB45A32BA7ADD4E2C965283E36055AC426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DA27BDC9A3DD229D75BD139A9D88654F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F251BED5ADDBA8A32B925BA1FC9F0A2A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F819095D97FA1CC090B36EC0FFF8259626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 07BB689681B740196302A7F8A685241D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0C0036C6C9C488D3AA29C71D2B3DEC9026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 26333462F5D1C3C41A47D23421B01B1126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 27DFA782E872F8E5569A9DF0304D02B626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 418D9936EF67655DE707A55C11859FBD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 69F34C50C64D1059F0E3DCC5699092F126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 71EE617A9E78DF4A3ABFB53D78DCF88B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A5B98F2D95A6FE9DD7380E5568A40F9526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1A0A72B28EE90FAAA36517433DAECF0F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 318775081E8CB7BA717158086C41C4E826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 55FC2D0E96448E550A7E03EE07B27CA626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5DDE581D58BBF80F37CB2053EC43961426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 673D1124906E49A0F8382BB54D10564326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8D55DD29F334770ECA186DD552B04A5626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 938E8EEA4C1C51C852F63B5058ADC6A726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BDF7309AB9F2D1DBC68665CCBEF9659026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C788BB7A4D828CC69C59CED6D1E62E9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C861DD12DD20DCDAC22595ACEC3487CE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CA350253304F557F2A8A56AEE105090126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EEAD5509235EF8E633A9FD91096B557E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EF90001060F660047B00FC213C55A16426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 167394685C1BECE5020803FEEC62E49D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 16EA140E0390EB18C8D9ED2F4211533426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3D952C5518B4541F8438EECE82AB684D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 6BB0F7DED801D390F30CFF3B59B5D21C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C418FFD1F49B3BA34DE24DE85379FF1026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E1F689C822DBF39D50C56D91AA1AB60C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F3EEA7BF3CB51EF100150A09DCEACF3D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 71641E4EB6D7D9AE1825A31B8B07E2B026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 838B2227A0AC5D493279E92B1907EE7F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B7D75B7909C4D160872AAF2514F3357E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BA7A7DB2DCD742D31E7768E718881A2226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C7412CBADD26FD08790ACB340BD6C6B326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D62F5C099E49E76B2B897F40526F9C3226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0EFB55B3A324D27E46BA7829D26878F726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 19BFACB3237D7E38D30B6FC859BB9BA326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1F746BCAE22D342DFD990981A1F3B0F826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0BAB18CA8476D5DC189BA2EFB1D3770E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4E62F3EE4C109A94AFCAC1B25289A0F426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 51A90B8582BA14E485A5A32A17F6644226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 52CACAE3EDE6D6A4C41D3FD7AC03F8B726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8AB0C2C6935C092E7F777A0775F203BE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 94A737FFCAEB9E33CE439D448BA95E1626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A0655ADE6DBD69FB2F6E5F4D6D45376126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B753B00E352F5F43E9966BE818AD898326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E590DCBF2DA3A79320927DA6F4A19B0426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FB7916FE7EB000C8171F031C9875084E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0FC4911699AE5B29148C55095AC84BC226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 11CE37457B1A5E1E52D00F3C26F8E86D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9161A7FBA077AE63342EC5D345576BF926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 95E7DA7C12861346984B8CDA16CD4B4926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EF2FAFD78CC74EDF29259F706785A4C526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0A2C6C007CE704A09B10DD1D4190745826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3F5E18A1D2AA25EB5FB05292D04161A726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── AE3A41B5A77F49C3782ECB56FAF4D66026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BD04F968FCC5EF1848218084DD941B8026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C41E964F169A66EACB85E990580AAB5B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DFBA3A580446955AC3732813FFEF042B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── ED3FC440E615BFF6FDDF4DACF0C68C3B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 020E1EC524ED8525B7F1DDA2599E1F9726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 276DC3F1AD952B90B6867A0213B8F78026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 49B1FF6647693C8D72C36DD25964189E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 74700269AF167200F3220FFDE50BB6D926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9827FF2C8672206D17296BA576E3C3C126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BBA42C3A3E62025C2CFF572CD16FBB7026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E42540D18F58EE2552DF0F7064E0EFDA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0A8A325D8C92200F507498DAAD7432C126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8F4B9C57056A0FEDD74AF87BF751876426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A560AEA1AC70F1786807396B99144C6026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B01C4A41D10AF9B2632402945FDDBA3426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BE81956DF4B3CC8C00F05E594DA516B126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 25E916F07769BCB6C9786BF939326BF626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2BDC642A392797C012C91E82CDDDCF8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4CE1E3585F67C64C01311A66F2D1B47926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5CD745C1EFD89583291270823275201F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9C50BDEF32984BF4F0907549CC7727B226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── AFB14133DDD5FBCC0E2EAB62B9A2B50626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BB35552EDE53D1F8E60EA852631C34A926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 59F140C29E292ABD6C35AC81A44FBC6726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 632AC9DC20AD60FA4E6EAEBDE821845A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CEE40FCA44B020616BA394B3F1BC387426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D75E85EB909492A9994C6EC0441BB0A126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F459C60E131CF5F5DB72F8A52E1F214D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 7156BC1709798215E9C9FDD7CEACBF1726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B3F5107A325E848D274D348D68B9C79726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F5FD1C5FE68E3D18FEE04083BC0275E226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F8D8F97F763665FA13E34A63D618FF0226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0F0FC53E3388B20B8B8F69FBBF9BAC1E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 21DB645B16DFD2DC4A56F132699E0CA226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5B239DCA1E30F5B4CDBEDF4B622C051B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A1DD8F3D96E8E126ED8B78136A67CF8E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DBEE69EDFB5EA46D6E7EDB1AB3481E6126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FA8C9BE8A432F00658DDC7FEA6E284CD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FBE50E596AC50E78FD8FDCF15AE060D726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 35B4213F35965D0CDB081FDDEED45CD026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3A01914C2DBC4111E2F360330694C49226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 6E672175DBA7F75D07DF7BAB1B0DC97B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8FC657A379F15DCC9F87AFEE7C30675426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B207BA0F82357863153C5DA2C16C1D7526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DDC6099E5AE0E33C0AD7DDEE32AF0DED26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0FF4E8FBFA4E9A516AECD31C5DF174E526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 10DC634AA03CA4D7E57B1B99FE5CBB2226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 38E92CEB359D071CF0D467B1467B987226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 7C2D39B5D6FB36781B0B4DCF5B3A060A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9D548857402BA7C1BB60527CECB5905C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A2FB6B739A333C8C62EC1194B778196D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D0424DFF1850BFF207BDF0410D30409A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EEC2B689BEEC6E38683B6F85CCBCD6AA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 03D19DBA2007D7A7041E9454E786F0F926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A7F5BE8D6655998A8E094BB0A1F2879326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BE23C958E7D50913F432C4D2B1441D1726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C1CE8B09015CC41E5BF1D1C1C1C9A04426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 044102C62E1DF564AF1938483D4AC0CE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 12E46D2BC467AAA25AA49CDBE12C1FD226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 19F00231FA4B55511A3C244D9A14E6CF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3463DD9473350FCB5411CAE5C1835F2126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 65C9984DF8C32E5219DA29E5475972BA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9657D00FB84F1549509127EF3303C0AA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B1BB0383448FEA8A933CD12F3FB9EFBC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B42FFFC6DEF51769D18BF6DA201235D026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B598C64D8D298475700DF7EF8F95F29B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0557C745AB4EC38A28CD21478A4585AB26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 061E8F3A91CA864DB8AAA8F606F1CD5E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0885FFF7A6B15A1EBC952769006D4EF726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 19901979C2DBF8D582456EDF57F7B0DE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1E2FF2B678FFB85480B6560A1CE76B2A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4A83E1F34CD603C080C0361E0D8D940A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 524B65E48361C225691B71C7FC53645D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5C3AB7E553B274D272EE3D7CC13BEE2226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 7282FCACD0A7BE9201AE0465218BBE8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8785E642BA6404446B8FBA15D3DC048F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 99EC152B7754DC5B29C8D2DEAB9289D126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9ADC7903EFDC7F74542BD2B4510CE95F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── AE370A9DE1AD8155E32B575DFBBA7A0326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E69677CB7AEF187A2F07039B5FF238B426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F4B018A521341142888B69A49B63742226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1C85A52741DB3D7CF9A167607B1C872026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2D7324A98B6063C952887A451A54F31426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4952EF0471FEA59724B03640A6DEE06D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 4A7A8E9C64F85D014374D20B2CBE3C6F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 547027297B53D0220A4B19A8C250B9C426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 62DE6A534376041D06D8E42E856C625126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 6EC9F0903AF9AE90A67CC936688A8F8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D9DDB55890081FF89C0CB958E3AFA0E026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E526A8B94DE520CCD9D42133667E7A4026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FA4231B36C8C13849BA699F12555A91926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5237961A9369BB9EE5CA7B62138CEE3926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 853267828B7A7F1ED29ED7D5D6253A6726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D5BAF8445ED01E900FB046A6A820B44926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E5D90886E3D43D1B0ABCB8FCD81C90A426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FECC33550D6933835188B8AAFE5CF86F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 21931F682F32C0F4196730DDD6FAB7C526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2F13CF3FDCF8B0FEC0F04246D02D3BA626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 57172818C6BF16DCEF2B51D6CD428B0B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CFBB897785007DE27CDAB34F4095FD3B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D8DBCA77F39E14D24C5AEFB98495C4ED26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E57640EE4E51DBD9F2A926285077D16026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 127AC10A61B76FE7C321FDB097BC9AB126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 45711CA8E6EA0DA32191FBBB6DF0160526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── AF6F90BD7062EF2DD2034D851F248A8526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DF14158D057646E97230825B66DC2CA926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EC76DE52A94382898480297285FF06F026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 0389609861EBDC617891BD5D98C48F9C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5C30BFC7649F79AC0737CC3DFBD2525A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5F836DA3AC6B4B07170CF504EE9606D026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 72E492326A279B663EC2A8C21B9889C126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 73D54E4A23503EC905CA84CEB938071426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 94F32C29FD7225488D4CA7F670BFC4AB26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── AD477C71DB0E263968D025A5E1290F4E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── AD7BB6B22A4B3C67F50069708EED8BE826E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B8A6F053171EA867E484DF91D602BEF926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CCBC32D95D687F953A7535259C9BB4F726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── F7C1B421CA035FFDD64AD40A78B6949A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 10DEDB5C19879CC8DFFFB1D1A5798FA326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 12A6BC52BA08D86AED60AC90F108EF8E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3C1069B0694CDE6677F91A549BFC1E9026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3F5A94CC224484C111CDE1CDE767E7EE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D3FA1272759E589F4C9E7928DD465C3726E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── EE40163526D57BD775CDD3BE360AF82B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 1430D10711F8B07E57947936CF595A3A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 22E756C7CD540F0FCF6DAE1DCB72763026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2AEBE9C86B4EBD98F488A15B5A68A44426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 6F12BAEB2BAB1812412222874631E40226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9C76ACD7A795A46F6CCA3FAEAD6F12CE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A8AAF9E7CEBBCA7E4E2E4CF58B09218A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── CBC8FCE5A2C62AE29DD4F03716BE05C926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3CDD4617CC319DE18BAFA6232A2EC4CD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 78720ADB0202907AA13824277B4334C026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 8561911FC0FE8066B1E533CC490DAD9426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 9C601E975B91447FF81D5DEF4E17731926E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C439E133930DE0840299ED07A466CAC226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DC160E409FBE058FB26ECC2E3EB5AE9326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── FD57BAD38B30CA03175E9EE1152947D026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 19E8CAD86A70239EE7F404570A56AF4426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2802326F613A7A855113D8994878E52A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 482EA939E20142693C65665E361EFEC126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5B30061271B2B7F9EA7393DA00F9105426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── B008BEE9120ABDDF71E9E11739A6B4E426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── DBFAFAD6D2CC76659C78E6FA99142E2B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E4DC456E0C6EFE873888E4F561A7F5C026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 04E4B57CAE8C9ABE16AF4BC882F88B5426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 078E05BA101ECEE8B4239E53B540E8CF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 2FF6F231A0D360F9998D02D9AC2B599126E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 33047BC4DD3180B0003C67AED48759F426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 3892F3F184B137CD11447589899DBD0626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 571E0C35F0C588FB78B90FE4175427B026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 77F79D7ADA53BED4AE0FB6D524436F4426E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 782C331FDC8C3B61756624BEDCE4C67626E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── BF635859BCE4C390FFD5667D10DE951A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── D6C802B9D836612B107B74EFFBA43FA526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── E2C87866D84AA92A469D9616D69DAF9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 04B683A48E3BF37CC55A499E823EF74026E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 083E7C61F66C8F9BB3BB15672C78D75326E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 5A7963E00D5B9040D5667381E2E1CB4B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 697E253F6DD47F6867533566596883FD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 7C48F5127ED51E793FAE628F73C06ED226E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── A9F315D5283953F1B4A8F2C6F9BA5D8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── C92D65E9F83313CE93AA6A806B33888526E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ ├── 00677DA0A330B9DA91EA860B838C961E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex │ └── 3EBB9AA34FC0243A3CC15B18A4CC388826E4EC3F9E5F65D12C343741CDA3F64F.pygtex └── 15.0.0常用内建模块.tex └── md ├── fig ├── 949444125467040.png ├── 950413532592512.png ├── 950413553562752.png ├── 950413570828960.png ├── 950415476737952.png ├── 950415873256992.png ├── 950569639986880.png ├── 950571217609344.png ├── 950572257640320.png ├── 950751840957632.png ├── 950751878708448.png ├── 950751913543456.png ├── 950751959286720.png ├── 951373547960800.png ├── 951373657012736.png ├── 951373763967808.png ├── 951373786253056.png ├── 951383573211136.png ├── 951385556253728.png ├── 951386163120736.png ├── 954926361167104.png ├── 954926929668576.png ├── 954926987474240.png ├── 954927046197152.png ├── 955624199250624.png ├── 955626563299584.png ├── 955712165379744.png ├── 955719702776576.png ├── 956056345770752.png ├── 956056362546592.png ├── 956084297542656.png ├── 956187757507296.png ├── 956196693474432.png ├── 956198702546240.png ├── 956198878703904.png ├── 966760155050624.png ├── 966760380198752.png ├── 967446760519840.png ├── 967453175707264.png ├── 967455607327072.png ├── 967464310443456.png ├── 967488004941504.png ├── 967965753208928.png ├── 972515044819040.png ├── 972676918012640.png ├── 972677353581536.png ├── 1008802356788736.png ├── 1008802515054144.png ├── 1017024373322432l.png ├── 1017032122300544l.png ├── 1018496437713568l.png ├── 1019401123918240l.png ├── 1019633050057984l.png ├── 1019633079028160l.png ├── 1048401552601344l.png ├── 1050933742009056l.png ├── 1183096336546240l.png ├── 1183103158580480l.png ├── 1183105155068736l.png ├── 1249598058265600l.png ├── 1249600178485568l.png ├── 1249600522419392l.png ├── 12831079132037780.png ├── 12903050704323210.png ├── 1311543585144897l.png ├── 1342562604417090l.png ├── 1346188160794690l.png ├── 1346189421183041l.png ├── 1346190218100802l.png ├── 1346267955331105l.png ├── 1346268110520386l.png ├── 1346290294194241l.png ├── 1346290325651521l.png ├── 1346303361548354l.png ├── 1346304282198081l.png ├── 1346727531511874l.png ├── 9212153960043840.png ├── 9229153429258240.png ├── 9230247568328960.png ├── 9230254446989120.png ├── 9236263761773440.png ├── 9237918782554560.png ├── 9237920586134400.png ├── 9237921916377600.png ├── 9239237591896000.png ├── 9239237870188160.png ├── 9239304719270080.png ├── 9239735167876800.png ├── 9239736475158720.png ├── 9240168310386880.png ├── 9288179064464320.png ├── 9466582752136320.png ├── 9466583066904000.png ├── 9466584239922880.png └── 9466587096437760.png ├── 15.0.0常用内建模块.md ├── 10.0.0面向对象高级编程.md ├── 03.2.0Python代码运行助手.md ├── 27.0.0期末总结.md ├── 16.0.0常用第三方模块.md └── 06.0.0高级特性.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /eisvogel_test/simple.bat: -------------------------------------------------------------------------------- 1 | pandoc "document.md" -o "document2.tex" --from markdown -t latex -------------------------------------------------------------------------------- /tex/gen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/gen.pdf -------------------------------------------------------------------------------- /tex/gen.synctex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/gen.synctex.gz -------------------------------------------------------------------------------- /eisvogel_test/document.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/document.pdf -------------------------------------------------------------------------------- /md/fig/949444125467040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/949444125467040.png -------------------------------------------------------------------------------- /md/fig/950413532592512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950413532592512.png -------------------------------------------------------------------------------- /md/fig/950413553562752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950413553562752.png -------------------------------------------------------------------------------- /md/fig/950413570828960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950413570828960.png -------------------------------------------------------------------------------- /md/fig/950415476737952.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950415476737952.png -------------------------------------------------------------------------------- /md/fig/950415873256992.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950415873256992.png -------------------------------------------------------------------------------- /md/fig/950569639986880.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950569639986880.png -------------------------------------------------------------------------------- /md/fig/950571217609344.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950571217609344.png -------------------------------------------------------------------------------- /md/fig/950572257640320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950572257640320.png -------------------------------------------------------------------------------- /md/fig/950751840957632.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950751840957632.png -------------------------------------------------------------------------------- /md/fig/950751878708448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950751878708448.png -------------------------------------------------------------------------------- /md/fig/950751913543456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950751913543456.png -------------------------------------------------------------------------------- /md/fig/950751959286720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/950751959286720.png -------------------------------------------------------------------------------- /md/fig/951373547960800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/951373547960800.png -------------------------------------------------------------------------------- /md/fig/951373657012736.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/951373657012736.png -------------------------------------------------------------------------------- /md/fig/951373763967808.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/951373763967808.png -------------------------------------------------------------------------------- /md/fig/951373786253056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/951373786253056.png -------------------------------------------------------------------------------- /md/fig/951383573211136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/951383573211136.png -------------------------------------------------------------------------------- /md/fig/951385556253728.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/951385556253728.png -------------------------------------------------------------------------------- /md/fig/951386163120736.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/951386163120736.png -------------------------------------------------------------------------------- /md/fig/954926361167104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/954926361167104.png -------------------------------------------------------------------------------- /md/fig/954926929668576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/954926929668576.png -------------------------------------------------------------------------------- /md/fig/954926987474240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/954926987474240.png -------------------------------------------------------------------------------- /md/fig/954927046197152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/954927046197152.png -------------------------------------------------------------------------------- /md/fig/955624199250624.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/955624199250624.png -------------------------------------------------------------------------------- /md/fig/955626563299584.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/955626563299584.png -------------------------------------------------------------------------------- /md/fig/955712165379744.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/955712165379744.png -------------------------------------------------------------------------------- /md/fig/955719702776576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/955719702776576.png -------------------------------------------------------------------------------- /md/fig/956056345770752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/956056345770752.png -------------------------------------------------------------------------------- /md/fig/956056362546592.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/956056362546592.png -------------------------------------------------------------------------------- /md/fig/956084297542656.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/956084297542656.png -------------------------------------------------------------------------------- /md/fig/956187757507296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/956187757507296.png -------------------------------------------------------------------------------- /md/fig/956196693474432.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/956196693474432.png -------------------------------------------------------------------------------- /md/fig/956198702546240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/956198702546240.png -------------------------------------------------------------------------------- /md/fig/956198878703904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/956198878703904.png -------------------------------------------------------------------------------- /md/fig/966760155050624.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/966760155050624.png -------------------------------------------------------------------------------- /md/fig/966760380198752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/966760380198752.png -------------------------------------------------------------------------------- /md/fig/967446760519840.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/967446760519840.png -------------------------------------------------------------------------------- /md/fig/967453175707264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/967453175707264.png -------------------------------------------------------------------------------- /md/fig/967455607327072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/967455607327072.png -------------------------------------------------------------------------------- /md/fig/967464310443456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/967464310443456.png -------------------------------------------------------------------------------- /md/fig/967488004941504.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/967488004941504.png -------------------------------------------------------------------------------- /md/fig/967965753208928.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/967965753208928.png -------------------------------------------------------------------------------- /md/fig/972515044819040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/972515044819040.png -------------------------------------------------------------------------------- /md/fig/972676918012640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/972676918012640.png -------------------------------------------------------------------------------- /md/fig/972677353581536.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/972677353581536.png -------------------------------------------------------------------------------- /md/fig/1008802356788736.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1008802356788736.png -------------------------------------------------------------------------------- /md/fig/1008802515054144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1008802515054144.png -------------------------------------------------------------------------------- /md/fig/1017024373322432l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1017024373322432l.png -------------------------------------------------------------------------------- /md/fig/1017032122300544l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1017032122300544l.png -------------------------------------------------------------------------------- /md/fig/1018496437713568l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1018496437713568l.png -------------------------------------------------------------------------------- /md/fig/1019401123918240l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1019401123918240l.png -------------------------------------------------------------------------------- /md/fig/1019633050057984l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1019633050057984l.png -------------------------------------------------------------------------------- /md/fig/1019633079028160l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1019633079028160l.png -------------------------------------------------------------------------------- /md/fig/1048401552601344l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1048401552601344l.png -------------------------------------------------------------------------------- /md/fig/1050933742009056l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1050933742009056l.png -------------------------------------------------------------------------------- /md/fig/1183096336546240l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1183096336546240l.png -------------------------------------------------------------------------------- /md/fig/1183103158580480l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1183103158580480l.png -------------------------------------------------------------------------------- /md/fig/1183105155068736l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1183105155068736l.png -------------------------------------------------------------------------------- /md/fig/1249598058265600l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1249598058265600l.png -------------------------------------------------------------------------------- /md/fig/1249600178485568l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1249600178485568l.png -------------------------------------------------------------------------------- /md/fig/1249600522419392l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1249600522419392l.png -------------------------------------------------------------------------------- /md/fig/12831079132037780.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/12831079132037780.png -------------------------------------------------------------------------------- /md/fig/12903050704323210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/12903050704323210.png -------------------------------------------------------------------------------- /md/fig/1311543585144897l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1311543585144897l.png -------------------------------------------------------------------------------- /md/fig/1342562604417090l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1342562604417090l.png -------------------------------------------------------------------------------- /md/fig/1346188160794690l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346188160794690l.png -------------------------------------------------------------------------------- /md/fig/1346189421183041l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346189421183041l.png -------------------------------------------------------------------------------- /md/fig/1346190218100802l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346190218100802l.png -------------------------------------------------------------------------------- /md/fig/1346267955331105l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346267955331105l.png -------------------------------------------------------------------------------- /md/fig/1346268110520386l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346268110520386l.png -------------------------------------------------------------------------------- /md/fig/1346290294194241l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346290294194241l.png -------------------------------------------------------------------------------- /md/fig/1346290325651521l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346290325651521l.png -------------------------------------------------------------------------------- /md/fig/1346303361548354l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346303361548354l.png -------------------------------------------------------------------------------- /md/fig/1346304282198081l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346304282198081l.png -------------------------------------------------------------------------------- /md/fig/1346727531511874l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/1346727531511874l.png -------------------------------------------------------------------------------- /md/fig/9212153960043840.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9212153960043840.png -------------------------------------------------------------------------------- /md/fig/9229153429258240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9229153429258240.png -------------------------------------------------------------------------------- /md/fig/9230247568328960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9230247568328960.png -------------------------------------------------------------------------------- /md/fig/9230254446989120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9230254446989120.png -------------------------------------------------------------------------------- /md/fig/9236263761773440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9236263761773440.png -------------------------------------------------------------------------------- /md/fig/9237918782554560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9237918782554560.png -------------------------------------------------------------------------------- /md/fig/9237920586134400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9237920586134400.png -------------------------------------------------------------------------------- /md/fig/9237921916377600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9237921916377600.png -------------------------------------------------------------------------------- /md/fig/9239237591896000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9239237591896000.png -------------------------------------------------------------------------------- /md/fig/9239237870188160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9239237870188160.png -------------------------------------------------------------------------------- /md/fig/9239304719270080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9239304719270080.png -------------------------------------------------------------------------------- /md/fig/9239735167876800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9239735167876800.png -------------------------------------------------------------------------------- /md/fig/9239736475158720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9239736475158720.png -------------------------------------------------------------------------------- /md/fig/9240168310386880.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9240168310386880.png -------------------------------------------------------------------------------- /md/fig/9288179064464320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9288179064464320.png -------------------------------------------------------------------------------- /md/fig/9466582752136320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9466582752136320.png -------------------------------------------------------------------------------- /md/fig/9466583066904000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9466583066904000.png -------------------------------------------------------------------------------- /md/fig/9466584239922880.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9466584239922880.png -------------------------------------------------------------------------------- /md/fig/9466587096437760.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/md/fig/9466587096437760.png -------------------------------------------------------------------------------- /tex/fig/1008802356788736.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1008802356788736.png -------------------------------------------------------------------------------- /tex/fig/1008802515054144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1008802515054144.png -------------------------------------------------------------------------------- /tex/fig/1017024373322432l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1017024373322432l.png -------------------------------------------------------------------------------- /tex/fig/1017032122300544l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1017032122300544l.png -------------------------------------------------------------------------------- /tex/fig/1018496437713568l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1018496437713568l.png -------------------------------------------------------------------------------- /tex/fig/1019401123918240l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1019401123918240l.png -------------------------------------------------------------------------------- /tex/fig/1019633050057984l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1019633050057984l.png -------------------------------------------------------------------------------- /tex/fig/1019633079028160l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1019633079028160l.png -------------------------------------------------------------------------------- /tex/fig/1048401552601344l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1048401552601344l.png -------------------------------------------------------------------------------- /tex/fig/1050933742009056l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1050933742009056l.png -------------------------------------------------------------------------------- /tex/fig/1183096336546240l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1183096336546240l.png -------------------------------------------------------------------------------- /tex/fig/1183103158580480l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1183103158580480l.png -------------------------------------------------------------------------------- /tex/fig/1183105155068736l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1183105155068736l.png -------------------------------------------------------------------------------- /tex/fig/1249598058265600l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1249598058265600l.png -------------------------------------------------------------------------------- /tex/fig/1249600178485568l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1249600178485568l.png -------------------------------------------------------------------------------- /tex/fig/1249600522419392l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1249600522419392l.png -------------------------------------------------------------------------------- /tex/fig/12831079132037780.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/12831079132037780.png -------------------------------------------------------------------------------- /tex/fig/12903050704323210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/12903050704323210.png -------------------------------------------------------------------------------- /tex/fig/1311543585144897l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1311543585144897l.png -------------------------------------------------------------------------------- /tex/fig/1342562604417090l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1342562604417090l.png -------------------------------------------------------------------------------- /tex/fig/1346188160794690l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346188160794690l.png -------------------------------------------------------------------------------- /tex/fig/1346189421183041l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346189421183041l.png -------------------------------------------------------------------------------- /tex/fig/1346190218100802l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346190218100802l.png -------------------------------------------------------------------------------- /tex/fig/1346267955331105l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346267955331105l.png -------------------------------------------------------------------------------- /tex/fig/1346268110520386l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346268110520386l.png -------------------------------------------------------------------------------- /tex/fig/1346290294194241l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346290294194241l.png -------------------------------------------------------------------------------- /tex/fig/1346290325651521l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346290325651521l.png -------------------------------------------------------------------------------- /tex/fig/1346303361548354l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346303361548354l.png -------------------------------------------------------------------------------- /tex/fig/1346304282198081l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346304282198081l.png -------------------------------------------------------------------------------- /tex/fig/1346727531511874l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/1346727531511874l.png -------------------------------------------------------------------------------- /tex/fig/9212153960043840.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9212153960043840.png -------------------------------------------------------------------------------- /tex/fig/9229153429258240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9229153429258240.png -------------------------------------------------------------------------------- /tex/fig/9230247568328960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9230247568328960.png -------------------------------------------------------------------------------- /tex/fig/9230254446989120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9230254446989120.png -------------------------------------------------------------------------------- /tex/fig/9236263761773440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9236263761773440.png -------------------------------------------------------------------------------- /tex/fig/9237918782554560.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9237918782554560.png -------------------------------------------------------------------------------- /tex/fig/9237920586134400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9237920586134400.png -------------------------------------------------------------------------------- /tex/fig/9237921916377600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9237921916377600.png -------------------------------------------------------------------------------- /tex/fig/9239237591896000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9239237591896000.png -------------------------------------------------------------------------------- /tex/fig/9239237870188160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9239237870188160.png -------------------------------------------------------------------------------- /tex/fig/9239304719270080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9239304719270080.png -------------------------------------------------------------------------------- /tex/fig/9239735167876800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9239735167876800.png -------------------------------------------------------------------------------- /tex/fig/9239736475158720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9239736475158720.png -------------------------------------------------------------------------------- /tex/fig/9240168310386880.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9240168310386880.png -------------------------------------------------------------------------------- /tex/fig/9288179064464320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9288179064464320.png -------------------------------------------------------------------------------- /tex/fig/9466582752136320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9466582752136320.png -------------------------------------------------------------------------------- /tex/fig/9466583066904000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9466583066904000.png -------------------------------------------------------------------------------- /tex/fig/9466584239922880.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9466584239922880.png -------------------------------------------------------------------------------- /tex/fig/9466587096437760.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/9466587096437760.png -------------------------------------------------------------------------------- /tex/fig/949444125467040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/949444125467040.png -------------------------------------------------------------------------------- /tex/fig/950413532592512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950413532592512.png -------------------------------------------------------------------------------- /tex/fig/950413553562752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950413553562752.png -------------------------------------------------------------------------------- /tex/fig/950413570828960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950413570828960.png -------------------------------------------------------------------------------- /tex/fig/950415476737952.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950415476737952.png -------------------------------------------------------------------------------- /tex/fig/950415873256992.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950415873256992.png -------------------------------------------------------------------------------- /tex/fig/950569639986880.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950569639986880.png -------------------------------------------------------------------------------- /tex/fig/950571217609344.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950571217609344.png -------------------------------------------------------------------------------- /tex/fig/950572257640320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950572257640320.png -------------------------------------------------------------------------------- /tex/fig/950751840957632.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950751840957632.png -------------------------------------------------------------------------------- /tex/fig/950751878708448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950751878708448.png -------------------------------------------------------------------------------- /tex/fig/950751913543456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950751913543456.png -------------------------------------------------------------------------------- /tex/fig/950751959286720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/950751959286720.png -------------------------------------------------------------------------------- /tex/fig/951373547960800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/951373547960800.png -------------------------------------------------------------------------------- /tex/fig/951373657012736.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/951373657012736.png -------------------------------------------------------------------------------- /tex/fig/951373763967808.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/951373763967808.png -------------------------------------------------------------------------------- /tex/fig/951373786253056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/951373786253056.png -------------------------------------------------------------------------------- /tex/fig/951383573211136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/951383573211136.png -------------------------------------------------------------------------------- /tex/fig/951385556253728.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/951385556253728.png -------------------------------------------------------------------------------- /tex/fig/951386163120736.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/951386163120736.png -------------------------------------------------------------------------------- /tex/fig/954926361167104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/954926361167104.png -------------------------------------------------------------------------------- /tex/fig/954926929668576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/954926929668576.png -------------------------------------------------------------------------------- /tex/fig/954926987474240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/954926987474240.png -------------------------------------------------------------------------------- /tex/fig/954927046197152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/954927046197152.png -------------------------------------------------------------------------------- /tex/fig/955624199250624.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/955624199250624.png -------------------------------------------------------------------------------- /tex/fig/955626563299584.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/955626563299584.png -------------------------------------------------------------------------------- /tex/fig/955712165379744.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/955712165379744.png -------------------------------------------------------------------------------- /tex/fig/955719702776576.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/955719702776576.png -------------------------------------------------------------------------------- /tex/fig/956056345770752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/956056345770752.png -------------------------------------------------------------------------------- /tex/fig/956056362546592.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/956056362546592.png -------------------------------------------------------------------------------- /tex/fig/956084297542656.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/956084297542656.png -------------------------------------------------------------------------------- /tex/fig/956187757507296.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/956187757507296.png -------------------------------------------------------------------------------- /tex/fig/956196693474432.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/956196693474432.png -------------------------------------------------------------------------------- /tex/fig/956198702546240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/956198702546240.png -------------------------------------------------------------------------------- /tex/fig/956198878703904.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/956198878703904.png -------------------------------------------------------------------------------- /tex/fig/966760155050624.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/966760155050624.png -------------------------------------------------------------------------------- /tex/fig/966760380198752.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/966760380198752.png -------------------------------------------------------------------------------- /tex/fig/967446760519840.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/967446760519840.png -------------------------------------------------------------------------------- /tex/fig/967453175707264.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/967453175707264.png -------------------------------------------------------------------------------- /tex/fig/967455607327072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/967455607327072.png -------------------------------------------------------------------------------- /tex/fig/967464310443456.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/967464310443456.png -------------------------------------------------------------------------------- /tex/fig/967488004941504.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/967488004941504.png -------------------------------------------------------------------------------- /tex/fig/967965753208928.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/967965753208928.png -------------------------------------------------------------------------------- /tex/fig/972515044819040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/972515044819040.png -------------------------------------------------------------------------------- /tex/fig/972676918012640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/972676918012640.png -------------------------------------------------------------------------------- /tex/fig/972677353581536.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/tex/fig/972677353581536.png -------------------------------------------------------------------------------- /md/15.0.0常用内建模块.md: -------------------------------------------------------------------------------- 1 | ## 常用内建模块 2 | 3 | Python之所以自称“batteries included”,就是因为内置了许多非常有用的模块,无需额外安装和配置,即可直接使用。 4 | 5 | 本章将介绍一些常用的内建模块。 -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background1.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background2.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background3.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background4.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background5.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background6.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background7.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background8.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background9.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background10.pdf -------------------------------------------------------------------------------- /eisvogel_test/backgrounds/background11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theigrams/LXF-Python-Tutorial/HEAD/eisvogel_test/backgrounds/background11.pdf -------------------------------------------------------------------------------- /eisvogel_test/build.bat: -------------------------------------------------------------------------------- 1 | pandoc "document.md" -o "document.tex" --from markdown --template "eisvogel.tex" --highlight-style kate --pdf-engine "xelatex" -V CJKmainfont="SimSun" -------------------------------------------------------------------------------- /tex/_minted-gen/B38C5493C9ABE0CAB197B0B8A2D1BCAE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{200} \PYG{n}{OK} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/EE6EDB3683FBB1779B1C67EBDAC0657226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} 运行代码观察结果} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/641A5E60F034DBCF18352C8923C82A7726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k+kn}{import} \PYG{n+nn}{sys} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/9358F2568F3316FE7E78A4FA7707C41426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{a} \PYG{o}{=} \PYG{l+m+mi}{1} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/34ABB8ACD6E7C939290910E2999D735C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{speed} \PYG{o}{=} \PYG{l+m+mi}{0} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/49239C951AD1F1AA146E62D077D54CD326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{d26a53750bc40b38b65a520292f69306} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0469E1C57DBBC8F2C698F30B78D0200B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s}\PYG{o}{.}\PYG{n}{close}\PYG{p}{()} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0B0C055171662B8276CF81195E32610226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{pip} \PYG{n}{install} \PYG{n}{aiohttp} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0E3E5AB4323EF5AB1DA838B3DBD648BE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{(}\PYG{n}{Pdb}\PYG{p}{)} \PYG{n}{q} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/79B22BFA6DB20AA200B018A5E333097126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{user}\PYG{o}{.}\PYG{n}{save}\PYG{p}{()} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/9FE29348E76039A4F1BB242F269D24B126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{pip} \PYG{n}{install} \PYG{n}{Pillow} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/D0442A85EC0F6B66DEF309B2CADE710326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{L}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/D3C410459651E3377C62272AC416094D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{s}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DF30AA5FB561D631B668BC14A620B0E526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Answer} \PYG{o}{=} \PYG{k+kc}{True} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DF4697B9472E60508B091C83DF7F595E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/4F141F509AD1A9FC6453BD2DD65603DC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Michael} 3 | \PYG{n}{Bob} 4 | \PYG{n}{Tracy} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/C08E48D9D9007865C773127049795EE426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{PI} \PYG{o}{=} \PYG{l+m+mf}{3.14159265359} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/E535FD54C9240970D3888DA2FEF3181726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{fab} \PYG{n}{build} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/15.0.0常用内建模块.tex: -------------------------------------------------------------------------------- 1 | \hypertarget{ux5e38ux7528ux5185ux5efaux6a21ux5757}{% 2 | \subsection{常用内建模块}\label{ux5e38ux7528ux5185ux5efaux6a21ux5757}} 3 | 4 | Python之所以自称``batteries 5 | included'',就是因为内置了许多非常有用的模块,无需额外安装和配置,即可直接使用。 6 | 7 | 本章将介绍一些常用的内建模块。 8 | 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/0D100B7A3CB64CF0124F2FB26EB7068926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{I}\PYG{l+s+s1}{\PYGZsq{}m \PYGZdq{}OK\PYGZdq{}!} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/3D0B58E380E21BE3A3025FE88194942826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+s+s1}{\PYGZsq{}/Library/Fonts/Arial.ttf\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/B9E0A749AA2715130D6615D1D3CBD90726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{a} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}ABC\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/7596D22912933EADEDB438C47A6D18E926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{nop}\PYG{p}{():} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/DAD7F2C8E5859FC9FA8041F927B6FF9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}}\PYG{c+c1}{\PYGZsh{}%&^@!&$#;!~%¥%:(……} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0FDCB99EF1B844AE674E8E7BA220BADF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{jinja2} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/4BA5DB83F61E80F7393E3661B29EB0B126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}}\PYG{n}{pip3} \PYG{n}{install} \PYG{n}{aiohttp} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/6D1404570DED1B20FAE3A694A94774B226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{flask} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/8438E7708BC8E1C53ABC77798DC18C1926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{chardet} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/8881A0F2992DE420AD16F0AA42F435FC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{yield from} \PYG{n}{user}\PYG{o}{.}\PYG{n}{save}\PYG{p}{()} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/BAAAC9C43C842BD7AE04C6960EB7361926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k+kn}{from} \PYG{n+nn}{tkinter} \PYG{k+kn}{import} \PYG{o}{*} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/CA32F2BD954B3EDCF027F914270E289B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip3} \PYG{n}{install} \PYG{n}{jinja2} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/CA780AA2D7D18DA364F5CBC05905EBA826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{GET} \PYG{o}{/} \PYG{n}{HTTP}\PYG{o}{/}\PYG{l+m+mf}{1.1} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DF5BB2AC270C9102215DE1D0248554A726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{easy\PYGZus{}install} \PYG{n}{fabric} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/EB363D7710F4C71F5364349B3B8F657126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{psutil} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/F17F40CE5C26E599069266FAA265D51A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{balance} \PYG{o}{=} \PYG{n}{balance} \PYG{o}{+} \PYG{n}{n} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/F5B468DFE9C49AE7546392FF3F4A53FC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{pillow} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/1A0A4FDDF92CF6F793E8BD9F31DB7F9226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip3} \PYG{n}{install} \PYG{n}{virtualenv} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/35BDE018100A214BA9A47718A0B6414826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{x} \PYG{o}{=} \PYG{l+s+sa}{b}\PYG{l+s+s1}{\PYGZsq{}ABC\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/530EB4DD51F54462042D1E507B0532C226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+s+s1}{\PYGZsq{}数据库类型+数据库驱动名称://用户名:口令@机器地址:端口号/数据库名\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/6FB064D4760A509CDCD83C4D3D8A05C626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{p} \PYG{o}{=} \PYG{n}{Pool}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/860A4F115F6F130349608F723CEF695826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{sqlalchemy} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/8CACD01ACAFA3010996BDDDE84D32B3526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip3} \PYG{n}{install} \PYG{n}{watchdog} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/94A1D594B81479CA9DE432A3FFF485F726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{t\PYGZus{}007} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}T007\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/A454234D690791A6FF405FAEEF3FA7D326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip3} \PYG{n}{install} \PYG{n}{aiomysql} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/B5E56F53D238D2246CB25F208CE8ED4226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{int2}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}10010\PYGZsq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/BCB564578CBC14639E2FD5312222BD1B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{app}\PYG{o}{.}\PYG{n}{py} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/F8A8A7D6DBC4CBAF519EF783ED2C056A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{requests} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/FEFDB793BF3DEC33D77A46FF58A2CEF926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{now} \PYG{o}{=} \PYG{n}{log}\PYG{p}{(}\PYG{n}{now}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/123F896FC5DF1D707127E0AF3560BF7526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python} \PYG{n}{mydict2}\PYG{o}{.}\PYG{n}{py} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/70FD42DA2B7E1F6FF8D31EC0DB63BD9926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{100} \PYG{o}{+} \PYG{l+m+mi}{200} \PYG{o}{+} \PYG{l+m+mi}{300} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/C9E208B23E3DDABE3ACB6500D0A2C79A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+m+mi}{10} 3 | \PYG{l+m+mi}{3} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/10BEABDEA3E04645968E75CEBA95359826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{import} \PYG{n+nn}{re} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/76D0901FC66B8E9053B56358A6E5F06126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+ne}{IOError}\PYG{p}{:} \PYG{n}{cannot} \PYG{n+nb}{open} \PYG{n}{resource} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/949F20E1E83E8791475C9A3E9000B57726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f}\PYG{p}{()} 3 | \PYG{l+m+mi}{25} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/CA403BECDF575CB6F1E1D222EEF1367926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}hello, world\PYGZsq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DF070C73AFDFECA2AE7CFB93BEC6A35E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@log} 3 | \PYG{k}{def} \PYG{n+nf}{f}\PYG{p}{():} 4 | \PYG{k}{pass} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/E299C21266284DA289460C1D7629B0DF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f}\PYG{o}{.}\PYG{n}{close}\PYG{p}{()} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/1A3A058F0D3CEC09BD9DA32382AA22ED26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{import} \PYG{n+nn}{unittest} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/4A265489A43995713B70CE047C0899DE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python} \PYG{n}{mydict\PYGZus{}test}\PYG{o}{.}\PYG{n}{py} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/793A3E2A6490506E83AFEB77FEAB2D5426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{import} \PYG{n+nn}{base64} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/76BEA5804396F8968675219BC5017E9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{import} \PYG{n+nn}{itertools} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/CF64DC7FB808EBDE90E0A7CA6907A64C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n+nv+vm}{\PYGZus{}\PYGZus{}file\PYGZus{}\PYGZus{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DFFB36408D1BE9F055ADE8BE240F1D4026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | 4 | \PYG{k+kn}{import} \PYG{n+nn}{json} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/0E1370DDBA66FB9D4C1544ACB9B13E9926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{GET} \PYG{o}{/}\PYG{n}{users}\PYG{o}{/}\PYG{p}{:}\PYG{n}{user}\PYG{o}{/}\PYG{n}{repos} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/338962525571C999F29DA8E28AE5B15D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{a}\PYG{p}{,} \PYG{n}{b} \PYG{o}{=} \PYG{n}{b}\PYG{p}{,} \PYG{n}{a} \PYG{o}{+} \PYG{n}{b} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/3AE0122F12A81D1B4FAC93830E67BBF126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Traceback} \PYG{p}{(}\PYG{n}{most} \PYG{n}{recent} \PYG{n}{call} \PYG{n}{last}\PYG{p}{):} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/3BC95236454243A454EF96F9B1E7E8D926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{name} 3 | \PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/6A84C51E8E6CBDC88668BA6041F8B65226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Student}\PYG{p}{(}\PYG{n+nb}{object}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/8F048EC16ED0CFD987A8FCB13F3F6CFA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Content}\PYG{o}{\PYGZhy{}}\PYG{n}{Type}\PYG{p}{:} \PYG{n}{text}\PYG{o}{/}\PYG{n}{html} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/A79DD70DE7A45EA48C63AFD8C4827F4526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{if} \PYG{n}{age} \PYG{o}{\PYGZgt{}=} \PYG{l+m+mi}{18}\PYG{p}{:} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/F729A8F95BD572757D800A91555A043226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s} \PYG{o}{=} \PYG{l+s+sa}{r}\PYG{l+s+s1}{\PYGZsq{}ABC\PYGZbs{}\PYGZhy{}001\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/073977076880EA7896EFD53436272D0626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{pip} \PYG{n}{install} \PYG{n}{mysql}\PYG{o}{\PYGZhy{}}\PYG{n}{connector} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/1E4A82A649E9E397517330C2BE53D7DF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Host}\PYG{p}{:} \PYG{n}{www}\PYG{o}{.}\PYG{n}{sina}\PYG{o}{.}\PYG{n}{com}\PYG{o}{.}\PYG{n}{cn} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/2BB83E4A428F2D68ECCB4C2D989E028326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{chmod} \PYG{n}{a}\PYG{o}{+}\PYG{n}{x} \PYG{n}{hello}\PYG{o}{.}\PYG{n}{py} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/35898D33D626827E52A21B12842E187726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{calc\PYGZus{}md5}\PYG{p}{(}\PYG{n}{password}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/425BF6A8251D97345CB1197EAEB163C226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | 4 | \PYG{k}{def} \PYG{n+nf}{triangles}\PYG{p}{():} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/A00B2F852EFD36A0ADF91E60F08A772F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{max2}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{,} \PYG{l+m+mi}{6}\PYG{p}{,} \PYG{l+m+mi}{7}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/C3A574461B58344155AE9F51AB68D92226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{part}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1}\PYG{o}{/}\PYG{n}{part}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{2} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/C3B8E9A411BC600EC099FA86BD859AC526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{s}\PYG{o}{.}\PYG{n}{age}\PYG{p}{()} 3 | \PYG{l+m+mi}{25} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/C97CDF391B6592302A495A0BF513376226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{x} \PYG{o}{=} \PYG{l+m+mi}{10} 3 | \PYG{n}{x} \PYG{o}{=} \PYG{n}{x} \PYG{o}{+} \PYG{l+m+mi}{2} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D5AE957B96AD300E9C283AB1D601EA0626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{fab} \PYG{n}{build} 3 | \PYG{err}{\PYGZdl{}} \PYG{n}{fab} \PYG{n}{deploy} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D8CFD35E738F9EE9B0114F78381EFAAD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{1} 3 | \PYG{l+m+mi}{2} 4 | \PYG{n}{x} 5 | \PYG{n}{y} 6 | \PYG{l+m+mi}{3} 7 | \PYG{n}{z} 8 | \end{Verbatim} 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/DF6FFC0B71CBC586EE7C9751D0A01A1926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+m+mi}{9} \PYG{o}{/} \PYG{l+m+mi}{3} 3 | \PYG{l+m+mf}{3.0} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/FEEE31FB80C01D13D8F0F918FA73447426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{part}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1}\PYGZbs{}\PYG{n}{part}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{2} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /md/10.0.0面向对象高级编程.md: -------------------------------------------------------------------------------- 1 | ## 面向对象高级编程 2 | 3 | #### 面向对象高级编程 4 | 5 | 阅读: 74839692 [编辑](https://www.liaoxuefeng.com/manage/wiki/wikipage_update?id=1017501628721248) 6 | 7 | * * * 8 | 9 | 数据封装、继承和多态只是面向对象程序设计中最基础的 3 个概念。在 Python 中,面向对象还有很多高级特性,允许我们写出非常强大的功能。 10 | 11 | 我们会讨论多重继承、定制类、元类等概念。 12 | 13 | -------------------------------------------------------------------------------- /tex/_minted-gen/2C7C77DD324DD3C0E66D11EB2D69008B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{x} \PYG{o}{=} \PYG{n}{balance} \PYG{o}{+} \PYG{n}{n} 3 | \PYG{n}{balance} \PYG{o}{=} \PYG{n}{x} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/786BBDA1679DE559D17E3707D628B09426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{set} \PYG{n}{q}\PYG{o}{=}\PYG{n}{mx} 3 | \PYG{n}{python}\PYG{o}{.}\PYG{n}{org} 4 | \PYG{n}{exit} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/95859521E6D770D68468C13B7201B2D626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{sum} \PYG{o}{=} \PYG{n}{obj}\PYG{o}{.}\PYG{n}{x} \PYG{o}{+} \PYG{n}{obj}\PYG{o}{.}\PYG{n}{y} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/C51B3782207453B4AD409B9E51D79FE926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+m+mi}{100}\PYG{o}{+}\PYG{l+m+mi}{200} 3 | \PYG{l+m+mi}{300} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/DCB06F9FF3FA4A3CC2CC2219117F9D6626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{o}{./}\PYG{n}{pymonitor}\PYG{o}{.}\PYG{n}{py} \PYG{n}{app}\PYG{o}{.}\PYG{n}{py} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/F3971FFEC7CAB92F951946EC9330B93026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{my\PYGZus{}abs}\PYG{p}{(}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{99}\PYG{p}{))} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0999C80E88DE1C86BFA56B245E39924026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{test}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{n}{test}\PYG{o}{.}\PYG{n}{py} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/123D2938E06342935F6A014F4D376A4D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+m+mi}{100} \PYG{o}{+} \PYG{l+m+mi}{200} \PYG{o}{+} \PYG{l+m+mi}{300}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/2D83ACAF106B15ABA98D3B281FDA290326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k}{def} \PYG{n+nf}{trim}\PYG{p}{(}\PYG{n}{s}\PYG{p}{):} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/68AA92FE0B18DD8D25D115D0EC00485926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+m+mi}{10} \PYG{o}{\PYGZpc{}} \PYG{l+m+mi}{3} 3 | \PYG{l+m+mi}{1} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/8EFF610CA18697F0E4D1CE1AEC27771726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{len}\PYG{p}{(}\PYG{n}{classmates}\PYG{p}{)} 3 | \PYG{l+m+mi}{3} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/B6169CB5F834A2260E87292CC179E53B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{name}\PYG{p}{)} 3 | \PYG{n}{Michael} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/BDB616C86D3388BECF810839AA8D9BD826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{C}\PYG{p}{:}\PYGZbs{}\PYG{n}{work}\PYG{o}{\PYGZgt{}}\PYG{n}{python} \PYG{n}{calc}\PYG{o}{.}\PYG{n}{py} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DB35F0548F46A6205F25723E5735583B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{name} \PYG{o}{=} \PYG{n+nb}{input}\PYG{p}{()} 3 | \PYG{n}{Michael} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/02C86357251CB3C2D33605DF75830C8326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{sudo} \PYG{n}{pip3} \PYG{n}{install} \PYG{n}{jinja2} \PYG{n}{aiomysql} \PYG{n}{aiohttp} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/19D0E605F4C8551B826D693D47F81F8526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k+kn}{import} \PYG{n+nn}{sys} 3 | 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{sys}\PYG{o}{.}\PYG{n}{argv}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/3F746CB310964AF4B88713C8EB4ADA1126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Dog}\PYG{p}{(}\PYG{n}{Mammal}\PYG{p}{,} \PYG{n}{Runnable}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/4D938C734D41C001AC6E209AFA598DBF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{import} \PYG{n+nn}{time}\PYG{o}{,} \PYG{n+nn}{functools} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/5ABFE8E807CD8E38F8A353F89AF9C30D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Dog} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 3 | \PYG{n}{Cat} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/785EAE974BB52B554CA605D89C2403B826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{if} \PYG{n}{x}\PYG{p}{:} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}True\PYGZsq{}}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/B191F4342059B4C13214E6E1CF6F8EE926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{pymonitor}\PYG{o}{.}\PYG{n}{py} \PYG{n}{wsgiapp}\PYG{o}{.}\PYG{n}{py} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/BB2F066FAB7F5247C5887316982A08D526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+m+mi}{10} \PYG{o}{/} \PYG{l+m+mi}{3} 3 | \PYG{l+m+mf}{3.3333333333333335} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/C0BB1FBD9A0F99E467535372CFBA2FCA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}ABC}\PYG{l+s+se}{\PYGZbs{}\PYGZbs{}}\PYG{l+s+s1}{\PYGZhy{}001\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/D40730B5BC475E6FCB5614039BD999B626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Bat}\PYG{p}{(}\PYG{n}{Mammal}\PYG{p}{,} \PYG{n}{Flyable}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D7F0EABC5CE5BD2D6D1754EE1748AE1526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k}{def} \PYG{n+nf}{findMinAndMax}\PYG{p}{(}\PYG{n}{L}\PYG{p}{):} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D8705E70A16BBDC081ADE43974E801CC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{f}\PYG{p}{(}\PYG{n}{x}\PYG{p}{):} 3 | \PYG{k}{return} \PYG{n}{x} \PYG{o}{*} \PYG{n}{x} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/050FCE5AF8EE76D6C6104066A4FB2CDF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{try}\PYG{o}{...} 3 | \PYG{n}{result}\PYG{p}{:} \PYG{l+m+mi}{5} 4 | \PYG{k}{finally}\PYG{o}{...} 5 | \PYG{n}{END} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/1DF43603764E10FD74A7C7E3EF3FE03226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k+kn}{import} \PYG{n+nn}{sys} 3 | 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{sys}\PYG{o}{.}\PYG{n}{executable}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/3680286B4A807419A680C9727DC3AFAB26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}hello, world\PYGZsq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/5E2BE7C1D152ECB4DD5D9A2CAA693A9826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{from} \PYG{n+nn}{urllib} \PYG{k+kn}{import} \PYG{n}{request} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/E2A1766823B99431AB9A80713638E64026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s} \PYG{o}{=} \PYG{n}{Student}\PYG{p}{()} 3 | \PYG{n}{s}\PYG{o}{.}\PYG{n}{score} \PYG{o}{=} \PYG{l+m+mi}{9999} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/E673E30D16222FE84C897D065AC6CE7726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{p} \PYG{o}{=} \PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/EA80B04C4499F789DC2F1F68319427DD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{power}\PYG{p}{(}\PYG{n}{x}\PYG{p}{):} 3 | \PYG{k}{return} \PYG{n}{x} \PYG{o}{*} \PYG{n}{x} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/F4D05835AB13D707A2A45820692CCD3526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{from} \PYG{n+nn}{functools} \PYG{k+kn}{import} \PYG{n}{reduce} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/2BC1744A6374BFE76B915E0EE471DAAD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{abs}\PYG{p}{(}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{10}\PYG{p}{)} 3 | \PYG{l+m+mi}{10} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/4E97C68BBF968A8D485DC361E816530526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Animal} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 3 | \PYG{n}{Animal} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/712A18A2D553F6E75341FFEB10F4DBD326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+s+s1}{\PYGZsq{}Thomas\PYGZsq{}} \PYG{o+ow}{in} \PYG{n}{d} 3 | \PYG{k+kc}{False} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/AE37525971CC02198D2F5CD3BFA74F6D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{r}\PYG{o}{.}\PYG{n}{encoding} 3 | \PYG{l+s+s1}{\PYGZsq{}utf\PYGZhy{}8\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/CB45A32BA7ADD4E2C965283E36055AC426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{msg} \PYG{o}{=} \PYG{n}{Parser}\PYG{p}{()}\PYG{o}{.}\PYG{n}{parsestr}\PYG{p}{(}\PYG{n}{msg\PYGZus{}content}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DA27BDC9A3DD229D75BD139A9D88654F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+m+mi}{1} \PYG{o}{+} \PYG{l+m+mi}{2} \PYG{o}{+} \PYG{l+m+mi}{3} 3 | \PYG{l+m+mi}{6} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/F251BED5ADDBA8A32B925BA1FC9F0A2A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{\PYGZob{}} \PYG{l+s+s1}{\PYGZsq{}name\PYGZsq{}}\PYG{p}{:} \PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}} \PYG{p}{\PYGZcb{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/F819095D97FA1CC090B36EC0FFF8259626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s}\PYG{o}{.}\PYG{n}{bind}\PYG{p}{((}\PYG{l+s+s1}{\PYGZsq{}127.0.0.1\PYGZsq{}}\PYG{p}{,} \PYG{l+m+mi}{9999}\PYG{p}{))} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/07BB689681B740196302A7F8A685241D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s}\PYG{o}{.}\PYG{n}{connect}\PYG{p}{((}\PYG{l+s+s1}{\PYGZsq{}www.sina.com.cn\PYGZsq{}}\PYG{p}{,} \PYG{l+m+mi}{80}\PYG{p}{))} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0C0036C6C9C488D3AA29C71D2B3DEC9026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{add\PYGZus{}end}\PYG{p}{()} 3 | \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}END\PYGZsq{}}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/26333462F5D1C3C41A47D23421B01B1126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{max2} \PYG{o}{=} \PYG{n}{functools}\PYG{o}{.}\PYG{n}{partial}\PYG{p}{(}\PYG{n+nb}{max}\PYG{p}{,} \PYG{l+m+mi}{10}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/27DFA782E872F8E5569A9DF0304D02B626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f}\PYG{o}{.}\PYG{n}{read}\PYG{p}{()} 3 | \PYG{l+s+s1}{\PYGZsq{}Hello, world!\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/418D9936EF67655DE707A55C11859FBD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Chain}\PYG{p}{()}\PYG{o}{.}\PYG{n}{users}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}michael\PYGZsq{}}\PYG{p}{)}\PYG{o}{.}\PYG{n}{repos} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/69F34C50C64D1059F0E3DCC5699092F126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+ne}{ZeroDivisionError}\PYG{p}{:} \PYG{n}{integer} \PYG{n}{division} \PYG{o+ow}{or} \PYG{n}{modulo} \PYG{n}{by} \PYG{n}{zero} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/71EE617A9E78DF4A3ABFB53D78DCF88B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{C}\PYG{p}{:}\PYGZbs{}\PYG{n}{work}\PYG{o}{\PYGZgt{}}\PYG{n}{python} \PYG{n}{calc}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{l+m+mi}{600} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/A5B98F2D95A6FE9DD7380E5568A40F9526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{MyTCPServer}\PYG{p}{(}\PYG{n}{TCPServer}\PYG{p}{,} \PYG{n}{ForkingMixIn}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/1A0A72B28EE90FAAA36517433DAECF0F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{c}\PYG{p}{,} \PYG{n}{Animal}\PYG{p}{)} 3 | \PYG{k+kc}{True} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/318775081E8CB7BA717158086C41C4E826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{d}\PYG{p}{,} \PYG{n}{Husky}\PYG{p}{)} 3 | \PYG{k+kc}{False} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/55FC2D0E96448E550A7E03EE07B27CA626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{MyUDPServer}\PYG{p}{(}\PYG{n}{UDPServer}\PYG{p}{,} \PYG{n}{ThreadingMixIn}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/5DDE581D58BBF80F37CB2053EC43961426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}包含中文的str\PYGZsq{}}\PYG{p}{)} 3 | \PYG{n}{包含中文的str} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/673D1124906E49A0F8382BB54D10564326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{MyTCPServer}\PYG{p}{(}\PYG{n}{TCPServer}\PYG{p}{,} \PYG{n}{CoroutineMixIn}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/8D55DD29F334770ECA186DD552B04A5626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{int} \PYG{n}{a} \PYG{o}{=} \PYG{l+m+mi}{123}\PYG{p}{;} 3 | \PYG{n}{a} \PYG{o}{=} \PYG{l+s+s2}{\PYGZdq{}ABC\PYGZdq{}}\PYG{p}{;} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/938E8EEA4C1C51C852F63B5058ADC6A726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{h}\PYG{p}{,} \PYG{n}{Animal}\PYG{p}{)} 3 | \PYG{k+kc}{True} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/BDF7309AB9F2D1DBC68665CCBEF9659026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{h}\PYG{p}{,} \PYG{n}{Husky}\PYG{p}{)} 3 | \PYG{k+kc}{True} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/C788BB7A4D828CC69C59CED6D1E62E9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{h}\PYG{p}{,} \PYG{n}{Dog}\PYG{p}{)} 3 | \PYG{k+kc}{True} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/C861DD12DD20DCDAC22595ACEC3487CE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+m+mi}{100} \PYG{o}{+} \PYG{l+m+mi}{200} \PYG{o}{+} \PYG{l+m+mi}{300} 3 | \PYG{l+m+mi}{600} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/CA350253304F557F2A8A56AEE105090126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{int}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}12345\PYGZsq{}}\PYG{p}{)} 3 | \PYG{l+m+mi}{12345} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/EEAD5509235EF8E633A9FD91096B557E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{user} \PYG{o}{=} \PYG{k}{yield from} \PYG{n}{User}\PYG{o}{.}\PYG{n}{find}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}123\PYGZsq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/EF90001060F660047B00FC213C55A16426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | 4 | \PYG{n}{s1} \PYG{o}{=} \PYG{l+m+mi}{72} 5 | \PYG{n}{s2} \PYG{o}{=} \PYG{l+m+mi}{85} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/167394685C1BECE5020803FEEC62E49D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{sudo} \PYG{o}{/}\PYG{n}{etc}\PYG{o}{/}\PYG{n}{init}\PYG{o}{.}\PYG{n}{d}\PYG{o}{/}\PYG{n}{nginx} \PYG{n}{reload} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/16EA140E0390EB18C8D9ED2F4211533426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} \PYG{o}{=} \PYG{p}{()} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} 4 | \PYG{p}{()} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/3D952C5518B4541F8438EECE82AB684D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{hello}\PYG{o}{.}\PYG{n}{test}\PYG{p}{()} 3 | \PYG{n}{Hello}\PYG{p}{,} \PYG{n}{world}\PYG{err}{!} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/6BB0F7DED801D390F30CFF3B59B5D21C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | 4 | \PYG{n}{n1} \PYG{o}{=} \PYG{l+m+mi}{255} 5 | \PYG{n}{n2} \PYG{o}{=} \PYG{l+m+mi}{1000} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/C418FFD1F49B3BA34DE24DE85379FF1026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{from} \PYG{n+nn}{enum} \PYG{k+kn}{import} \PYG{n}{Enum}\PYG{p}{,} \PYG{n}{unique} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/E1F689C822DBF39D50C56D91AA1AB60C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@log}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}execute\PYGZsq{}}\PYG{p}{)} 3 | \PYG{k}{def} \PYG{n+nf}{f}\PYG{p}{():} 4 | \PYG{k}{pass} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/F3EEA7BF3CB51EF100150A09DCEACF3D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZlt{}}\PYG{n}{h1}\PYG{o}{\PYGZgt{}} 3 | \PYG{n}{hello} 4 | \PYG{n}{world} 5 | \PYG{o}{\PYGZlt{}/}\PYG{n}{h1}\PYG{o}{\PYGZgt{}} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /md/03.2.0Python代码运行助手.md: -------------------------------------------------------------------------------- 1 | ## Python 代码运行助手 2 | 3 | #### Python 代码运行助手 4 | 5 | Python 代码运行助手可以让你在线输入 Python 代码,只需要在网页输入代码,然后点击`Run`按钮,代码被发送到远程执行后,在网页显示代码执行结果: 6 | 7 | ![](\fig\1342562604417090l.png) 8 | 9 | ### 试试效果 10 | 11 | 需要支持 HTML5 的浏览器: 12 | 13 | * IE >= 9 14 | * Edge 15 | * Firefox 16 | * Chrome 17 | * Safario 18 | -------------------------------------------------------------------------------- /tex/_minted-gen/71641E4EB6D7D9AE1825A31B8B07E2B026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Student}\PYG{p}{(}\PYG{n+nb}{object}\PYG{p}{):} 3 | \PYG{n}{name} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}Student\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/838B2227A0AC5D493279E92B1907EE7F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{o}{\PYGZhy{}\PYGZhy{}}\PYG{n}{version} 3 | \PYG{n}{Python} \PYG{l+m+mf}{3.7}\PYG{o}{.}\PYG{l+m+mi}{0} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/B7D75B7909C4D160872AAF2514F3357E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{sudo} \PYG{n}{apt}\PYG{o}{\PYGZhy{}}\PYG{n}{get} \PYG{n}{install} \PYG{n}{openssh}\PYG{o}{\PYGZhy{}}\PYG{n}{server} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/BA7A7DB2DCD742D31E7768E718881A2226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{object} \PYG{o}{\PYGZhy{}\PYGZgt{}} \PYG{n}{Animal} \PYG{o}{\PYGZhy{}\PYGZgt{}} \PYG{n}{Dog} \PYG{o}{\PYGZhy{}\PYGZgt{}} \PYG{n}{Husky} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/C7412CBADD26FD08790ACB340BD6C6B326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+s+s1}{\PYGZsq{}ABC\PYGZsq{}}\PYG{o}{.}\PYG{n}{lower}\PYG{p}{()} 3 | \PYG{l+s+s1}{\PYGZsq{}abc\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D62F5C099E49E76B2B897F40526F9C3226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{bart}\PYG{o}{.}\PYG{n}{get\PYGZus{}name}\PYG{p}{()} 3 | \PYG{l+s+s1}{\PYGZsq{}Bart Simpson\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/0EFB55B3A324D27E46BA7829D26878F726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | 4 | \PYG{n}{height} \PYG{o}{=} \PYG{l+m+mf}{1.75} 5 | \PYG{n}{weight} \PYG{o}{=} \PYG{l+m+mf}{80.5} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/19BFACB3237D7E38D30B6FC859BB9BA326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{try}\PYG{o}{...} 3 | \PYG{k}{except}\PYG{p}{:} \PYG{n}{division} \PYG{n}{by} \PYG{n}{zero} 4 | \PYG{k}{finally}\PYG{o}{...} 5 | \PYG{n}{END} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/1F746BCAE22D342DFD990981A1F3B0F826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{classmates}\PYG{p}{[}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1}\PYG{p}{]} 3 | \PYG{l+s+s1}{\PYGZsq{}Tracy\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/0BAB18CA8476D5DC189BA2EFB1D3770E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{MyList}\PYG{p}{(}\PYG{n+nb}{list}\PYG{p}{,} \PYG{n}{metaclass}\PYG{o}{=}\PYG{n}{ListMetaclass}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/4E62F3EE4C109A94AFCAC1B25289A0F426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{name} \PYG{o}{=} \PYG{n+nb}{input}\PYG{p}{()} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}hello,\PYGZsq{}}\PYG{p}{,} \PYG{n}{name}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/51A90B8582BA14E485A5A32A17F6644226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{2015}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{04}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{19} \PYG{l+m+mi}{12}\PYG{p}{:}\PYG{l+m+mi}{20}\PYG{p}{:}\PYG{l+m+mi}{00} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/52CACAE3EDE6D6A4C41D3FD7AC03F8B726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{SELECT} \PYG{o}{*} \PYG{n}{FROM} \PYG{n}{classes} \PYG{n}{WHERE} \PYG{n}{grade\PYGZus{}id} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}1\PYGZsq{}}\PYG{p}{;} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/8AB0C2C6935C092E7F777A0775F203BE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb+bp}{self}\PYG{o}{.}\PYG{n}{assertEqual}\PYG{p}{(}\PYG{n+nb}{abs}\PYG{p}{(}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1}\PYG{p}{),} \PYG{l+m+mi}{1}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/94A737FFCAEB9E33CE439D448BA95E1626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{int2} \PYG{o}{=} \PYG{n}{functools}\PYG{o}{.}\PYG{n}{partial}\PYG{p}{(}\PYG{n+nb}{int}\PYG{p}{,} \PYG{n}{base}\PYG{o}{=}\PYG{l+m+mi}{2}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/A0655ADE6DBD69FB2F6E5F4D6D45376126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{C}\PYG{p}{:}\PYGZbs{}\PYG{n}{work}\PYG{o}{\PYGZgt{}} \PYG{n}{python} \PYG{n}{hello}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{n}{hello}\PYG{p}{,} \PYG{n}{world} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/B753B00E352F5F43E9966BE818AD898326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{now} \PYG{o}{=} \PYG{n}{log}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}execute\PYGZsq{}}\PYG{p}{)(}\PYG{n}{now}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/E590DCBF2DA3A79320927DA6F4A19B0426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Dog}\PYG{p}{(}\PYG{n}{Mammal}\PYG{p}{,} \PYG{n}{RunnableMixIn}\PYG{p}{,} \PYG{n}{CarnivorousMixIn}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/FB7916FE7EB000C8171F031C9875084E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{bart}\PYG{o}{.}\PYG{n}{\PYGZus{}Student\PYGZus{}\PYGZus{}name} 3 | \PYG{l+s+s1}{\PYGZsq{}Bart Simpson\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/0FC4911699AE5B29148C55095AC84BC226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}hello, world\PYGZsq{}}\PYG{p}{)} 3 | \PYG{n}{hello}\PYG{p}{,} \PYG{n}{world} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/11CE37457B1A5E1E52D00F3C26F8E86D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{person}\PYG{p}{(}\PYG{n}{name}\PYG{p}{,} \PYG{n}{age}\PYG{p}{,} \PYG{n}{city}\PYG{p}{,} \PYG{n}{job}\PYG{p}{):} 3 | 4 | \PYG{k}{pass} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/9161A7FBA077AE63342EC5D345576BF926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}\PYGZsq{}\PYGZsq{}line1} 3 | \PYG{l+s+s1}{line2} 4 | \PYG{l+s+s1}{line3\PYGZsq{}\PYGZsq{}\PYGZsq{}}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/95E7DA7C12861346984B8CDA16CD4B4926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{now}\PYG{o}{.}\PYG{n+nv+vm}{\PYGZus{}\PYGZus{}name\PYGZus{}\PYGZus{}} 3 | \PYG{l+s+s1}{\PYGZsq{}wrapper\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/EF2FAFD78CC74EDF29259F706785A4C526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{bart}\PYG{o}{.}\PYG{n}{print\PYGZus{}score}\PYG{p}{()} 3 | \PYG{n}{Bart} \PYG{n}{Simpson}\PYG{p}{:} \PYG{l+m+mi}{59} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/0A2C6C007CE704A09B10DD1D4190745826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZlt{}}\PYG{n}{a} \PYG{n}{href}\PYG{o}{=}\PYG{l+s+s2}{\PYGZdq{}/\PYGZdq{}}\PYG{o}{\PYGZgt{}}\PYG{n}{python}\PYG{o}{\PYGZlt{}/}\PYG{n}{a}\PYG{o}{\PYGZgt{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/3F5E18A1D2AA25EB5FB05292D04161A726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+s+s1}{\PYGZsq{}}\PYG{l+s+se}{\PYGZbs{}u4e2d\PYGZbs{}u6587}\PYG{l+s+s1}{\PYGZsq{}} 3 | \PYG{l+s+s1}{\PYGZsq{}中文\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/AE3A41B5A77F49C3782ECB56FAF4D66026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} \PYG{o}{=} \PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{)} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} 4 | \PYG{l+m+mi}{1} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/BD04F968FCC5EF1848218084DD941B8026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} 自动把handler模块的所有符合条件的函数注册了:} 3 | \PYG{n}{add\PYGZus{}routes}\PYG{p}{(}\PYG{n}{app}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}handlers\PYGZsq{}}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/C41E964F169A66EACB85E990580AAB5B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{mysql} \PYG{o}{\PYGZhy{}}\PYG{n}{u} \PYG{n}{root} \PYG{o}{\PYGZhy{}}\PYG{n}{p} \PYG{o}{\PYGZlt{}} \PYG{n}{schema}\PYG{o}{.}\PYG{n}{sql} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DFBA3A580446955AC3732813FFEF042B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@asyncio}\PYG{o}{.}\PYG{n}{coroutine} 3 | \PYG{k}{def} \PYG{n+nf}{handle\PYGZus{}url\PYGZus{}xxx}\PYG{p}{(}\PYG{n}{request}\PYG{p}{):} 4 | \PYG{k}{pass} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/ED3FC440E615BFF6FDDF4DACF0C68C3B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@log} 3 | \PYG{k}{def} \PYG{n+nf}{now}\PYG{p}{():} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}2015\PYGZhy{}3\PYGZhy{}25\PYGZsq{}}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/020E1EC524ED8525B7F1DDA2599E1F9726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{with} \PYG{n}{Query}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Bob\PYGZsq{}}\PYG{p}{)} \PYG{k}{as} \PYG{n}{q}\PYG{p}{:} 3 | \PYG{n}{q}\PYG{o}{.}\PYG{n}{query}\PYG{p}{()} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/276DC3F1AD952B90B6867A0213B8F78026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{(}\PYG{n}{Pdb}\PYG{p}{)} \PYG{n}{p} \PYG{n}{s} 3 | \PYG{l+s+s1}{\PYGZsq{}0\PYGZsq{}} 4 | \PYG{p}{(}\PYG{n}{Pdb}\PYG{p}{)} \PYG{n}{p} \PYG{n}{n} 5 | \PYG{l+m+mi}{0} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/49B1FF6647693C8D72C36DD25964189E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k}{def} \PYG{n+nf}{move}\PYG{p}{(}\PYG{n}{n}\PYG{p}{,} \PYG{n}{a}\PYG{p}{,} \PYG{n}{b}\PYG{p}{,} \PYG{n}{c}\PYG{p}{):} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/74700269AF167200F3220FFDE50BB6D926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s}\PYG{o}{.}\PYG{n}{listen}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{)} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Waiting for connection...\PYGZsq{}}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/9827FF2C8672206D17296BA576E3C3C126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{use\PYGZus{}chainmap}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{n}{color}\PYG{o}{=}\PYG{n}{red} 4 | \PYG{n}{user}\PYG{o}{=}\PYG{n}{guest} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/BBA42C3A3E62025C2CFF572CD16FBB7026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k+kn}{import} \PYG{n+nn}{logging} 3 | \PYG{n}{logging}\PYG{o}{.}\PYG{n}{basicConfig}\PYG{p}{(}\PYG{n}{level}\PYG{o}{=}\PYG{n}{logging}\PYG{o}{.}\PYG{n}{INFO}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/E42540D18F58EE2552DF0F7064E0EFDA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L} \PYG{o}{=} \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}Apple\PYGZsq{}}\PYG{p}{,} \PYG{l+m+mi}{123}\PYG{p}{,} \PYG{k+kc}{True}\PYG{p}{]} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0A8A325D8C92200F507498DAAD7432C126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{for} \PYG{n}{line} \PYG{o+ow}{in} \PYG{n}{f}\PYG{o}{.}\PYG{n}{readlines}\PYG{p}{():} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{line}\PYG{o}{.}\PYG{n}{strip}\PYG{p}{())} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/8F4B9C57056A0FEDD74AF87BF751876426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Michael}\PYG{p}{,}\PYG{l+m+mi}{99} 3 | \PYG{n}{Bob}\PYG{p}{,}\PYG{l+m+mi}{85} 4 | \PYG{n}{Bart}\PYG{p}{,}\PYG{l+m+mi}{59} 5 | \PYG{n}{Lisa}\PYG{p}{,}\PYG{l+m+mi}{87} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/A560AEA1AC70F1786807396B99144C6026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+s+s1}{\PYGZsq{}I}\PYG{l+s+se}{\PYGZbs{}\PYGZsq{}}\PYG{l+s+s1}{m }\PYG{l+s+se}{\PYGZbs{}\PYGZdq{}}\PYG{l+s+s1}{OK}\PYG{l+s+se}{\PYGZbs{}\PYGZdq{}}\PYG{l+s+s1}{!\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/B01C4A41D10AF9B2632402945FDDBA3426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{abs} 3 | \PYG{o}{\PYGZlt{}}\PYG{n}{built}\PYG{o}{\PYGZhy{}}\PYG{o+ow}{in} \PYG{n}{function} \PYG{n+nb}{abs}\PYG{o}{\PYGZgt{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/BE81956DF4B3CC8C00F05E594DA516B126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L} \PYG{o}{=} \PYG{p}{[]} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{len}\PYG{p}{(}\PYG{n}{L}\PYG{p}{)} 4 | \PYG{l+m+mi}{0} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /md/27.0.0期末总结.md: -------------------------------------------------------------------------------- 1 | ## 期末总结 2 | 3 | 终于到了期末总结的时刻了! 4 | 5 | 经过一段时间的学习,相信你对 Python 已经初步掌握。一开始,可能觉得 Python 上手很容易,可是越往后学,会越困难,有的时候,发现理解不了代码,这时,不妨停下来思考一下,先把概念搞清楚,代码自然就明白了。 6 | 7 | Python 非常适合初学者用来进入计算机编程领域。Python 属于非常高级的语言,掌握了这门高级语言,就对计算机编程的核心思想——抽象有了初步理解。如果希望继续深入学习计算机编程,可以学习 Java、C、JavaScript、Lisp 等不同类型的语言,只有多掌握不同领域的语言,有比较才更有收获。 8 | 9 | ![](\fig\1018496437713568l.png) 10 | -------------------------------------------------------------------------------- /tex/_minted-gen/25E916F07769BCB6C9786BF939326BF626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{L2} \PYG{o}{=} \PYG{n+nb}{sorted}\PYG{p}{(}\PYG{n}{L}\PYG{p}{,} \PYG{n}{key}\PYG{o}{=}\PYG{n}{by\PYGZus{}name}\PYG{p}{)} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{L2}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/2BDC642A392797C012C91E82CDDDCF8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{test}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{o}{/}\PYG{n}{Users}\PYG{o}{/}\PYG{n}{michael}\PYG{o}{/}\PYG{n}{workspace}\PYG{o}{/}\PYG{n}{testing} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/4CE1E3585F67C64C01311A66F2D1B47926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+s+s1}{\PYGZsq{}\PYGZca{}(0[1\PYGZhy{}9]|1[0\PYGZhy{}2]|[0\PYGZhy{}9])\PYGZhy{}(0[1\PYGZhy{}9]|1[0\PYGZhy{}9]|2[0\PYGZhy{}9]|3[0\PYGZhy{}1]|[0\PYGZhy{}9])\PYGZdl{}\PYGZsq{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/5CD745C1EFD89583291270823275201F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{r} \PYG{o}{=} \PYG{n+nb}{abs}\PYG{p}{(}\PYG{l+m+mi}{6}\PYG{p}{)} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{r} 4 | \PYG{l+m+mi}{6} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/9C50BDEF32984BF4F0907549CC7727B226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{with} \PYG{n+nb+bp}{self}\PYG{o}{.}\PYG{n}{assertRaises}\PYG{p}{(}\PYG{n+ne}{AttributeError}\PYG{p}{):} 3 | \PYG{n}{value} \PYG{o}{=} \PYG{n}{d}\PYG{o}{.}\PYG{n}{empty} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/AFB14133DDD5FBCC0E2EAB62B9A2B50626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{getattr}\PYG{p}{(}\PYG{n}{obj}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}z\PYGZsq{}}\PYG{p}{,} \PYG{l+m+mi}{404}\PYG{p}{)} 3 | \PYG{l+m+mi}{404} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/BB35552EDE53D1F8E60EA852631C34A926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{L2} \PYG{o}{=} \PYG{n+nb}{sorted}\PYG{p}{(}\PYG{n}{L}\PYG{p}{,} \PYG{n}{key}\PYG{o}{=}\PYG{n}{by\PYGZus{}score}\PYG{p}{)} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{L2}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/59F140C29E292ABD6C35AC81A44FBC6726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{int2}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}1000000\PYGZsq{}}\PYG{p}{,} \PYG{n}{base}\PYG{o}{=}\PYG{l+m+mi}{10}\PYG{p}{)} 3 | \PYG{l+m+mi}{1000000} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/632AC9DC20AD60FA4E6EAEBDE821845A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Dog}\PYG{p}{(}\PYG{n}{Animal}\PYG{p}{):} 3 | \PYG{k}{pass} 4 | 5 | \PYG{k}{class} \PYG{n+nc}{Cat}\PYG{p}{(}\PYG{n}{Animal}\PYG{p}{):} 6 | \PYG{k}{pass} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/CEE40FCA44B020616BA394B3F1BC387426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k+kn}{import} \PYG{n+nn}{os} 3 | 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{os}\PYG{o}{.}\PYG{n}{path}\PYG{o}{.}\PYG{n}{abspath}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}.\PYGZsq{}}\PYG{p}{))} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/D75E85EB909492A9994C6EC0441BB0A126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{C}\PYG{p}{:}\PYGZbs{}\PYG{n}{Workspace}\PYG{o}{\PYGZgt{}} \PYG{n}{python} \PYG{n}{hello}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{n}{Michael} 4 | \PYG{n}{hello}\PYG{p}{,} \PYG{n}{Michael} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/F459C60E131CF5F5DB72F8A52E1F214D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{with} \PYG{n}{create\PYGZus{}query}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Bob\PYGZsq{}}\PYG{p}{)} \PYG{k}{as} \PYG{n}{q}\PYG{p}{:} 3 | \PYG{n}{q}\PYG{o}{.}\PYG{n}{query}\PYG{p}{()} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/7156BC1709798215E9C9FDD7CEACBF1726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} \PYG{o}{=} \PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{,)} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} 4 | \PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{,)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/B3F5107A325E848D274D348D68B9C79726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{run\PYGZus{}twice}\PYG{p}{(}\PYG{n}{animal}\PYG{p}{):} 3 | \PYG{n}{animal}\PYG{o}{.}\PYG{n}{run}\PYG{p}{()} 4 | \PYG{n}{animal}\PYG{o}{.}\PYG{n}{run}\PYG{p}{()} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/F5FD1C5FE68E3D18FEE04083BC0275E226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{k+kn}{import} \PYG{n+nn}{os} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{os}\PYG{o}{.}\PYG{n}{name} 4 | \PYG{l+s+s1}{\PYGZsq{}posix\PYGZsq{}} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/F8D8F97F763665FA13E34A63D618FF0226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{app}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{n}{INFO}\PYG{p}{:}\PYG{n}{root}\PYG{p}{:}\PYG{n}{server} \PYG{n}{started} \PYG{n}{at} \PYG{n}{http}\PYG{p}{:} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/0F0FC53E3388B20B8B8F69FBBF9BAC1E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{now}\PYG{p}{()} 3 | \PYG{n}{execute} \PYG{n}{now}\PYG{p}{():} 4 | \PYG{l+m+mi}{2015}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{3}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{25} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/21DB645B16DFD2DC4A56F132699E0CA226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s} \PYG{o}{=} \PYG{n}{socket}\PYG{o}{.}\PYG{n}{socket}\PYG{p}{(}\PYG{n}{socket}\PYG{o}{.}\PYG{n}{AF\PYGZus{}INET}\PYG{p}{,} \PYG{n}{socket}\PYG{o}{.}\PYG{n}{SOCK\PYGZus{}STREAM}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/5B239DCA1E30F5B4CDBEDF4B622C051B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{k+kn}{from} \PYG{n+nn}{functools} \PYG{k+kn}{import} \PYG{n}{reduce} 4 | 5 | \PYG{k}{def} \PYG{n+nf}{str2float}\PYG{p}{(}\PYG{n}{s}\PYG{p}{):} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/A1DD8F3D96E8E126ED8B78136A67CF8E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f} \PYG{o}{=} \PYG{n+nb}{open}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}/Users/michael/test.txt\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}r\PYGZsq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/DBEE69EDFB5EA46D6E7EDB1AB3481E6126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{now}\PYG{p}{()} 3 | \PYG{n}{call} \PYG{n}{now}\PYG{p}{():} 4 | \PYG{l+m+mi}{2015}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{3}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{25} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/FA8C9BE8A432F00658DDC7FEA6E284CD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{if} \PYG{n+nv+vm}{\PYGZus{}\PYGZus{}name\PYGZus{}\PYGZus{}}\PYG{o}{==}\PYG{l+s+s1}{\PYGZsq{}\PYGZus{}\PYGZus{}main\PYGZus{}\PYGZus{}\PYGZsq{}}\PYG{p}{:} 3 | \PYG{n}{test}\PYG{p}{()} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/FBE50E596AC50E78FD8FDCF15AE060D726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{sudo} \PYG{n}{apt}\PYG{o}{\PYGZhy{}}\PYG{n}{get} \PYG{n}{install} \PYG{n}{nginx} \PYG{n}{supervisor} \PYG{n}{python3} \PYG{n}{mysql}\PYG{o}{\PYGZhy{}}\PYG{n}{server} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/35B4213F35965D0CDB081FDDEED45CD026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f} \PYG{o}{=} \PYG{n+nb}{abs} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f}\PYG{p}{(}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{10}\PYG{p}{)} 4 | \PYG{l+m+mi}{10} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/3A01914C2DBC4111E2F360330694C49226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{for} \PYG{n}{x} \PYG{o+ow}{in} \PYG{p}{[}\PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{,} \PYG{l+m+mi}{3}\PYG{p}{,} \PYG{l+m+mi}{4}\PYG{p}{,} \PYG{l+m+mi}{5}\PYG{p}{]:} 3 | \PYG{k}{pass} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/6E672175DBA7F75D07DF7BAB1B0DC97B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{a} \PYG{o}{=} \PYG{n+nb}{abs} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{a}\PYG{p}{(}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1}\PYG{p}{)} 4 | \PYG{l+m+mi}{1} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/8FC657A379F15DCC9F87AFEE7C30675426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{x} \PYG{o}{=} \PYG{n+nb}{abs}\PYG{p}{(}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{10}\PYG{p}{)} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{x} 4 | \PYG{l+m+mi}{10} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/B207BA0F82357863153C5DA2C16C1D7526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{args} \PYG{o}{=} \PYG{p}{(}\PYG{l+m+mi}{10}\PYG{p}{,} \PYG{l+m+mi}{5}\PYG{p}{,} \PYG{l+m+mi}{6}\PYG{p}{,} \PYG{l+m+mi}{7}\PYG{p}{)} 3 | \PYG{n+nb}{max}\PYG{p}{(}\PYG{o}{*}\PYG{n}{args}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/DDC6099E5AE0E33C0AD7DDEE32AF0DED26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{r}\PYG{o}{.}\PYG{n}{cookies}\PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}ts\PYGZsq{}}\PYG{p}{]} 3 | \PYG{l+s+s1}{\PYGZsq{}example\PYGZus{}cookie\PYGZus{}12345\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/0FF4E8FBFA4E9A516AECD31C5DF174E526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{int2}\PYG{p}{(}\PYG{n}{x}\PYG{p}{,} \PYG{n}{base}\PYG{o}{=}\PYG{l+m+mi}{2}\PYG{p}{):} 3 | \PYG{k}{return} \PYG{n+nb}{int}\PYG{p}{(}\PYG{n}{x}\PYG{p}{,} \PYG{n}{base}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/10DC634AA03CA4D7E57B1B99FE5CBB2226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{with} \PYG{n+nb+bp}{self}\PYG{o}{.}\PYG{n}{assertRaises}\PYG{p}{(}\PYG{n+ne}{KeyError}\PYG{p}{):} 3 | \PYG{n}{value} \PYG{o}{=} \PYG{n}{d}\PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}empty\PYGZsq{}}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/38E92CEB359D071CF0D467B1467B987226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{s} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}0\PYGZsq{}} 3 | \PYG{n}{n} \PYG{o}{=} \PYG{n+nb}{int}\PYG{p}{(}\PYG{n}{s}\PYG{p}{)} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+m+mi}{10} \PYG{o}{/} \PYG{n}{n}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/7C2D39B5D6FB36781B0B4DCF5B3A060A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | 4 | \PYG{k+kn}{import} \PYG{n+nn}{math} 5 | 6 | \PYG{k}{def} \PYG{n+nf}{quadratic}\PYG{p}{(}\PYG{n}{a}\PYG{p}{,} \PYG{n}{b}\PYG{p}{,} \PYG{n}{c}\PYG{p}{):} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/9D548857402BA7C1BB60527CECB5905C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{File} \PYG{l+s+s2}{\PYGZdq{}err.py\PYGZdq{}}\PYG{p}{,} \PYG{n}{line} \PYG{l+m+mi}{9}\PYG{p}{,} \PYG{o+ow}{in} \PYG{n}{main} 3 | \PYG{n}{bar}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}0\PYGZsq{}}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/A2FB6B739A333C8C62EC1194B778196D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{block} \PYG{n}{meta} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} \PYG{o}{...} \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{endblock} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/D0424DFF1850BFF207BDF0410D30409A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{File} \PYG{l+s+s2}{\PYGZdq{}err.py\PYGZdq{}}\PYG{p}{,} \PYG{n}{line} \PYG{l+m+mi}{11}\PYG{p}{,} \PYG{o+ow}{in} \PYG{o}{\PYGZlt{}}\PYG{n}{module}\PYG{o}{\PYGZgt{}} 3 | \PYG{n}{main}\PYG{p}{()} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/EEC2B689BEEC6E38683B6F85CCBCD6AA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{dog} \PYG{o}{=} \PYG{n}{Dog}\PYG{p}{()} 3 | \PYG{n}{dog}\PYG{o}{.}\PYG{n}{run}\PYG{p}{()} 4 | 5 | \PYG{n}{cat} \PYG{o}{=} \PYG{n}{Cat}\PYG{p}{()} 6 | \PYG{n}{cat}\PYG{o}{.}\PYG{n}{run}\PYG{p}{()} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/03D19DBA2007D7A7041E9454E786F0F926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{(}\PYG{n}{venv}\PYG{p}{)}\PYG{n}{Mac}\PYG{p}{:}\PYG{n}{myproject} \PYG{n}{michael}\PYG{err}{\PYGZdl{}} \PYG{n}{deactivate} 3 | \PYG{n}{Mac}\PYG{p}{:}\PYG{n}{myproject} \PYG{n}{michael}\PYG{err}{\PYGZdl{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/A7F5BE8D6655998A8E094BB0A1F2879326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{build}\PYG{p}{(}\PYG{n}{x}\PYG{p}{,} \PYG{n}{y}\PYG{p}{):} 3 | \PYG{k}{return} \PYG{k}{lambda}\PYG{p}{:} \PYG{n}{x} \PYG{o}{*} \PYG{n}{x} \PYG{o}{+} \PYG{n}{y} \PYG{o}{*} \PYG{n}{y} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/BE23C958E7D50913F432C4D2B1441D1726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{use\PYGZus{}chainmap}\PYG{o}{.}\PYG{n}{py} \PYG{o}{\PYGZhy{}}\PYG{n}{u} \PYG{n}{bob} 3 | \PYG{n}{color}\PYG{o}{=}\PYG{n}{red} 4 | \PYG{n}{user}\PYG{o}{=}\PYG{n}{bob} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/C1CE8B09015CC41E5BF1D1C1C1C9A04426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{block} \PYG{n}{title} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} \PYG{o}{...} \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{endblock} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /md/16.0.0常用第三方模块.md: -------------------------------------------------------------------------------- 1 | ## 常用第三方模块 2 | 3 | #### 常用第三方模块 4 | 5 | 除了内建的模块外,Python还有大量的第三方模块。 6 | 7 | 基本上,所有的第三方模块都会在[PyPI - the Python Package Index](https://pypi.python.org/)上注册,只要找到对应的模块名字,即可用pip安装。 8 | 9 | 此外,在[安装第三方模块](https://www.liaoxuefeng.com/wiki/1016959663602400/1017493741106496)一节中,我们强烈推荐安装[Anaconda](https://www.anaconda.com/),安装后,数十个常用的第三方模块就已经就绪,不用pip手动安装。 10 | 11 | 本章介绍常用的第三方模块。 12 | 13 | -------------------------------------------------------------------------------- /tex/_minted-gen/044102C62E1DF564AF1938483D4AC0CE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{d} \PYG{o}{=} \PYG{n+nb}{dict}\PYG{p}{(}\PYG{n}{name}\PYG{o}{=}\PYG{l+s+s1}{\PYGZsq{}Bob\PYGZsq{}}\PYG{p}{,} \PYG{n}{age}\PYG{o}{=}\PYG{l+m+mi}{20}\PYG{p}{,} \PYG{n}{score}\PYG{o}{=}\PYG{l+m+mi}{88}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/12E46D2BC467AAA25AA49CDBE12C1FD226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{start\PYGZus{}response}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}200 OK\PYGZsq{}}\PYG{p}{,} \PYG{p}{[(}\PYG{l+s+s1}{\PYGZsq{}Content\PYGZhy{}Type\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}text/html\PYGZsq{}}\PYG{p}{)])} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/19F00231FA4B55511A3C244D9A14E6CF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L}\PYG{p}{[}\PYG{l+m+mi}{1}\PYG{p}{:}\PYG{l+m+mi}{3}\PYG{p}{]} 3 | \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}Sarah\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Tracy\PYGZsq{}}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/3463DD9473350FCB5411CAE5C1835F2126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding:utf-8 -*-} 3 | 4 | \PYG{k+kn}{from} \PYG{n+nn}{xml.parsers.expat} \PYG{k+kn}{import} \PYG{n}{ParserCreate} 5 | \PYG{k+kn}{from} \PYG{n+nn}{urllib} \PYG{k+kn}{import} \PYG{n}{request} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/65C9984DF8C32E5219DA29E5475972BA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{calc}\PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{)} 3 | \PYG{l+m+mi}{5} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{calc}\PYG{p}{()} 5 | \PYG{l+m+mi}{0} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/9657D00FB84F1549509127EF3303C0AA26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{mycompany} 3 | \PYG{err}{├─} \PYG{n+nf+fm}{\PYGZus{}\PYGZus{}init\PYGZus{}\PYGZus{}}\PYG{o}{.}\PYG{n}{py} 4 | \PYG{err}{├─} \PYG{n}{abc}\PYG{o}{.}\PYG{n}{py} 5 | \PYG{err}{└─} \PYG{n}{xyz}\PYG{o}{.}\PYG{n}{py} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/B1BB0383448FEA8A933CD12F3FB9EFBC26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{r} \PYG{o}{=} \PYG{n}{requests}\PYG{o}{.}\PYG{n}{get}\PYG{p}{(}\PYG{n}{url}\PYG{p}{,} \PYG{n}{timeout}\PYG{o}{=}\PYG{l+m+mf}{2.5}\PYG{p}{)} \PYG{c+c1}{\PYGZsh{} 2.5秒后超时} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/B42FFFC6DEF51769D18BF6DA201235D026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{block} \PYG{n}{beforehead} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} \PYG{o}{...} \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{endblock} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/B598C64D8D298475700DF7EF8F95F29B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{add\PYGZus{}end}\PYG{p}{(}\PYG{n}{L}\PYG{o}{=}\PYG{p}{[]):} 3 | \PYG{n}{L}\PYG{o}{.}\PYG{n}{append}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}END\PYGZsq{}}\PYG{p}{)} 4 | \PYG{k}{return} \PYG{n}{L} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /md/06.0.0高级特性.md: -------------------------------------------------------------------------------- 1 | ## 高级特性 2 | 3 | 掌握了 Python 的数据类型、语句和函数,基本上就可以编写出很多有用的程序了。 4 | 5 | 比如构造一个`1, 3, 5, 7, ..., 99`的列表,可以通过循环实现: 6 | 7 | ``` 8 | L = [] 9 | n = 1 10 | while n <= 99: 11 | L.append(n) 12 | n = n + 2 13 | ``` 14 | 15 | 取 list 的前一半的元素,也可以通过循环实现。 16 | 17 | 但是在 Python 中,代码不是越多越好,而是越少越好。代码不是越复杂越好,而是越简单越好。 18 | 19 | 基于这一思想,我们来介绍 Python 中非常有用的高级特性,1 行代码能实现的功能,决不写 5 行代码。请始终牢记,代码越少,开发效率越高。 20 | -------------------------------------------------------------------------------- /tex/_minted-gen/0557C745AB4EC38A28CD21478A4585AB26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+s+s1}{\PYGZsq{}abcd\PYGZsq{}} \PYG{o}{\PYGZhy{}\PYGZgt{}} \PYG{l+s+s1}{\PYGZsq{}YWJjZA==\PYGZsq{}} 3 | 4 | \PYG{l+s+s1}{\PYGZsq{}abcd\PYGZsq{}} \PYG{o}{\PYGZhy{}\PYGZgt{}} \PYG{l+s+s1}{\PYGZsq{}YWJjZA\PYGZsq{}} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/061E8F3A91CA864DB8AAA8F606F1CD5E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{power}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{)} 3 | \PYG{l+m+mi}{25} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{power}\PYG{p}{(}\PYG{l+m+mi}{15}\PYG{p}{)} 5 | \PYG{l+m+mi}{225} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/0885FFF7A6B15A1EBC952769006D4EF726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{2015}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{04}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{19} \PYG{l+m+mi}{12}\PYG{p}{:}\PYG{l+m+mi}{20}\PYG{p}{:}\PYG{l+m+mi}{00} \PYG{n}{UTC}\PYG{o}{+}\PYG{l+m+mi}{8}\PYG{p}{:}\PYG{l+m+mi}{00} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/19901979C2DBF8D582456EDF57F7B0DE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{k+kn}{import} \PYG{n+nn}{math} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{math}\PYG{o}{.}\PYG{n}{sqrt}\PYG{p}{(}\PYG{l+m+mi}{2}\PYG{p}{)} 4 | \PYG{l+m+mf}{1.4142135623730951} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/1E2FF2B678FFB85480B6560A1CE76B2A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding:utf-8 -*-} 3 | 4 | \PYG{k+kn}{import} \PYG{n+nn}{re} 5 | \PYG{k+kn}{from} \PYG{n+nn}{datetime} \PYG{k+kn}{import} \PYG{n}{datetime}\PYG{p}{,} \PYG{n}{timezone}\PYG{p}{,} \PYG{n}{timedelta} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/4A83E1F34CD603C080C0361E0D8D940A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{name} \PYG{o}{=} \PYG{n+nb}{input}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}please enter your name: \PYGZsq{}}\PYG{p}{)} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}hello,\PYGZsq{}}\PYG{p}{,} \PYG{n}{name}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/524B65E48361C225691B71C7FC53645D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{classmates} \PYG{o}{=} \PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Bob\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Tracy\PYGZsq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/5C3AB7E553B274D272EE3D7CC13BEE2226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{2015}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{04}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{19} \PYG{l+m+mi}{04}\PYG{p}{:}\PYG{l+m+mi}{20}\PYG{p}{:}\PYG{l+m+mi}{00} \PYG{n}{UTC}\PYG{o}{+}\PYG{l+m+mi}{0}\PYG{p}{:}\PYG{l+m+mi}{00} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/7282FCACD0A7BE9201AE0465218BBE8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{block} \PYG{n}{content} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} 3 | \PYG{o}{...} 4 | \PYG{p}{\PYGZob{}}\PYG{o}{\PYGZpc{}} \PYG{n}{endblock} \PYG{o}{\PYGZpc{}}\PYG{p}{\PYGZcb{}} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/8785E642BA6404446B8FBA15D3DC048F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{if} \PYG{n+nv+vm}{\PYGZus{}\PYGZus{}name\PYGZus{}\PYGZus{}} \PYG{o}{==} \PYG{l+s+s1}{\PYGZsq{}\PYGZus{}\PYGZus{}main\PYGZus{}\PYGZus{}\PYGZsq{}}\PYG{p}{:} 3 | \PYG{n}{unittest}\PYG{o}{.}\PYG{n}{main}\PYG{p}{()} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/99EC152B7754DC5B29C8D2DEAB9289D126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{run\PYGZus{}twice}\PYG{p}{(}\PYG{n}{Cat}\PYG{p}{())} 3 | \PYG{n}{Cat} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 4 | \PYG{n}{Cat} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/9ADC7903EFDC7F74542BD2B4510CE95F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{add}\PYG{p}{(}\PYG{n}{x}\PYG{p}{,} \PYG{n}{y}\PYG{p}{,} \PYG{n}{f}\PYG{p}{):} 3 | \PYG{k}{return} \PYG{n}{f}\PYG{p}{(}\PYG{n}{x}\PYG{p}{)} \PYG{o}{+} \PYG{n}{f}\PYG{p}{(}\PYG{n}{y}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/AE370A9DE1AD8155E32B575DFBBA7A0326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{GET} \PYG{o}{/}\PYG{n}{path} \PYG{n}{HTTP}\PYG{o}{/}\PYG{l+m+mf}{1.1} 3 | \PYG{n}{Header1}\PYG{p}{:} \PYG{n}{Value1} 4 | \PYG{n}{Header2}\PYG{p}{:} \PYG{n}{Value2} 5 | \PYG{n}{Header3}\PYG{p}{:} \PYG{n}{Value3} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/E69677CB7AEF187A2F07039B5FF238B426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{SHA1}\PYG{p}{(}\PYG{l+s+s2}{\PYGZdq{}用户id\PYGZdq{}} \PYG{o}{+} \PYG{l+s+s2}{\PYGZdq{}用户口令\PYGZdq{}} \PYG{o}{+} \PYG{l+s+s2}{\PYGZdq{}过期时间\PYGZdq{}} \PYG{o}{+} \PYG{l+s+s2}{\PYGZdq{}SecretKey\PYGZdq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/F4B018A521341142888B69A49B63742226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{run\PYGZus{}twice}\PYG{p}{(}\PYG{n}{Dog}\PYG{p}{())} 3 | \PYG{n}{Dog} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 4 | \PYG{n}{Dog} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/1C85A52741DB3D7CF9A167607B1C872026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{b} \PYG{o}{=} \PYG{n}{Animal}\PYG{p}{()} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{b}\PYG{p}{,} \PYG{n}{Dog}\PYG{p}{)} 4 | \PYG{k+kc}{False} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/2D7324A98B6063C952887A451A54F31426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L}\PYG{p}{[:]} 3 | \PYG{p}{[}\PYG{l+m+mi}{0}\PYG{p}{,} \PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{,} \PYG{l+m+mi}{3}\PYG{p}{,} \PYG{o}{...}\PYG{p}{,} \PYG{l+m+mi}{99}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/4952EF0471FEA59724B03640A6DEE06D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{Chain}\PYG{p}{()}\PYG{o}{.}\PYG{n}{status}\PYG{o}{.}\PYG{n}{user}\PYG{o}{.}\PYG{n}{timeline}\PYG{o}{.}\PYG{n}{list} 3 | \PYG{l+s+s1}{\PYGZsq{}/status/user/timeline/list\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/4A7A8E9C64F85D014374D20B2CBE3C6F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@log}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}execute\PYGZsq{}}\PYG{p}{)} 3 | \PYG{k}{def} \PYG{n+nf}{now}\PYG{p}{():} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}2015\PYGZhy{}3\PYGZhy{}25\PYGZsq{}}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/547027297B53D0220A4B19A8C250B9C426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{File} \PYG{l+s+s2}{\PYGZdq{}err.py\PYGZdq{}}\PYG{p}{,} \PYG{n}{line} \PYG{l+m+mi}{6}\PYG{p}{,} \PYG{o+ow}{in} \PYG{n}{bar} 3 | \PYG{k}{return} \PYG{n}{foo}\PYG{p}{(}\PYG{n}{s}\PYG{p}{)} \PYG{o}{*} \PYG{l+m+mi}{2} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/62DE6A534376041D06D8E42E856C625126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{user}\PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}id\PYGZsq{}}\PYG{p}{]} 3 | \PYG{l+m+mi}{123} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{user}\PYG{o}{.}\PYG{n}{id} 5 | \PYG{l+m+mi}{123} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/6EC9F0903AF9AE90A67CC936688A8F8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{\PYGZus{}not\PYGZus{}divisible}\PYG{p}{(}\PYG{n}{n}\PYG{p}{):} 3 | \PYG{k}{return} \PYG{k}{lambda} \PYG{n}{x}\PYG{p}{:} \PYG{n}{x} \PYG{o}{\PYGZpc{}} \PYG{n}{n} \PYG{o}{\PYGZgt{}} \PYG{l+m+mi}{0} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D9DDB55890081FF89C0CB958E3AFA0E026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{with} \PYG{n+nb}{open}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}/path/to/file\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}r\PYGZsq{}}\PYG{p}{)} \PYG{k}{as} \PYG{n}{f}\PYG{p}{:} 3 | \PYG{n}{f}\PYG{o}{.}\PYG{n}{read}\PYG{p}{()} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/E526A8B94DE520CCD9D42133667E7A4026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{calc\PYGZus{}md5}\PYG{p}{(}\PYG{n}{password}\PYG{p}{):} 3 | \PYG{k}{return} \PYG{n}{get\PYGZus{}md5}\PYG{p}{(}\PYG{n}{password} \PYG{o}{+} \PYG{l+s+s1}{\PYGZsq{}the\PYGZhy{}Salt\PYGZsq{}}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/FA4231B36C8C13849BA699F12555A91926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@get}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}/blog/}\PYG{l+s+si}{\PYGZob{}id\PYGZcb{}}\PYG{l+s+s1}{\PYGZsq{}}\PYG{p}{)} 3 | \PYG{k}{def} \PYG{n+nf}{get\PYGZus{}blog}\PYG{p}{(}\PYG{n+nb}{id}\PYG{p}{):} 4 | \PYG{k}{pass} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/5237961A9369BB9EE5CA7B62138CEE3926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{sum} \PYG{o}{=} \PYG{n+nb}{getattr}\PYG{p}{(}\PYG{n}{obj}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}x\PYGZsq{}}\PYG{p}{)} \PYG{o}{+} \PYG{n+nb}{getattr}\PYG{p}{(}\PYG{n}{obj}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}y\PYGZsq{}}\PYG{p}{)} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/853267828B7A7F1ED29ED7D5D6253A6726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{d}\PYG{p}{,} \PYG{n}{Dog}\PYG{p}{)} \PYG{o+ow}{and} \PYG{n+nb}{isinstance}\PYG{p}{(}\PYG{n}{d}\PYG{p}{,} \PYG{n}{Animal}\PYG{p}{)} 3 | \PYG{k+kc}{True} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D5BAF8445ED01E900FB046A6A820B44926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{run\PYGZus{}twice}\PYG{p}{(}\PYG{n}{Animal}\PYG{p}{())} 3 | \PYG{n}{Animal} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 4 | \PYG{n}{Animal} \PYG{o+ow}{is} \PYG{n}{running}\PYG{o}{...} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/E5D90886E3D43D1B0ABCB8FCD81C90A426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{type}\PYG{p}{:} \PYG{o}{\PYGZlt{}}\PYG{k}{class} \PYG{err}{\PYGZsq{}}\PYG{n+nc}{\PYGZus{}\PYGZus{}main\PYGZus{}\PYGZus{}}\PYG{o}{.}\PYG{n}{User}\PYG{l+s+s1}{\PYGZsq{}\PYGZgt{}} 3 | \PYG{n}{name}\PYG{p}{:} \PYG{n}{Bob} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/FECC33550D6933835188B8AAFE5CF86F26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{File} \PYG{l+s+s2}{\PYGZdq{}err.py\PYGZdq{}}\PYG{p}{,} \PYG{n}{line} \PYG{l+m+mi}{3}\PYG{p}{,} \PYG{o+ow}{in} \PYG{n}{foo} 3 | \PYG{k}{return} \PYG{l+m+mi}{10} \PYG{o}{/} \PYG{n+nb}{int}\PYG{p}{(}\PYG{n}{s}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/21931F682F32C0F4196730DDD6FAB7C526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{n} \PYG{o}{=} \PYG{l+m+mi}{0} 3 | \PYG{k}{while} \PYG{n}{n} \PYG{o}{\PYGZlt{}} \PYG{l+m+mi}{10}\PYG{p}{:} 4 | \PYG{n}{n} \PYG{o}{=} \PYG{n}{n} \PYG{o}{+} \PYG{l+m+mi}{1} 5 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{n}\PYG{p}{)} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/2F13CF3FDCF8B0FEC0F04246D02D3BA626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{enroll}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Sarah\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}F\PYGZsq{}}\PYG{p}{)} 3 | \PYG{n}{name}\PYG{p}{:} \PYG{n}{Sarah} 4 | \PYG{n}{gender}\PYG{p}{:} \PYG{n}{F} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/57172818C6BF16DCEF2B51D6CD428B0B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{JAN} \PYG{o}{=} \PYG{l+m+mi}{1} 3 | \PYG{n}{FEB} \PYG{o}{=} \PYG{l+m+mi}{2} 4 | \PYG{n}{MAR} \PYG{o}{=} \PYG{l+m+mi}{3} 5 | \PYG{o}{...} 6 | \PYG{n}{NOV} \PYG{o}{=} \PYG{l+m+mi}{11} 7 | \PYG{n}{DEC} \PYG{o}{=} \PYG{l+m+mi}{12} 8 | \end{Verbatim} 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/CFBB897785007DE27CDAB34F4095FD3B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python} \PYG{n}{app}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{o}{*} \PYG{n}{Running} \PYG{n}{on} \PYG{n}{http}\PYG{p}{:}\PYG{o}{//}\PYG{l+m+mf}{127.0}\PYG{o}{.}\PYG{l+m+mf}{0.1}\PYG{p}{:}\PYG{l+m+mi}{5000}\PYG{o}{/} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D8DBCA77F39E14D24C5AEFB98495C4ED26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZlt{}}\PYG{n+nb}{input} \PYG{n}{v}\PYG{o}{\PYGZhy{}}\PYG{n}{model}\PYG{o}{=}\PYG{l+s+s2}{\PYGZdq{}name\PYGZdq{}} \PYG{n}{class}\PYG{o}{=}\PYG{l+s+s2}{\PYGZdq{}uk\PYGZhy{}width\PYGZhy{}1\PYGZhy{}1\PYGZdq{}}\PYG{o}{\PYGZgt{}} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/E57640EE4E51DBD9F2A926285077D16026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{kw} \PYG{o}{=} \PYG{p}{\PYGZob{}} \PYG{l+s+s1}{\PYGZsq{}base\PYGZsq{}}\PYG{p}{:} \PYG{l+m+mi}{2} \PYG{p}{\PYGZcb{}} 3 | \PYG{n+nb}{int}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}10010\PYGZsq{}}\PYG{p}{,} \PYG{o}{**}\PYG{n}{kw}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/127AC10A61B76FE7C321FDB097BC9AB126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Timer}\PYG{p}{(}\PYG{n+nb}{object}\PYG{p}{):} 3 | \PYG{k}{def} \PYG{n+nf}{run}\PYG{p}{(}\PYG{n+nb+bp}{self}\PYG{p}{):} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Start...\PYGZsq{}}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/45711CA8E6EA0DA32191FBBB6DF0160526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{awesome}\PYG{o}{\PYGZhy{}}\PYG{n}{python}\PYG{o}{\PYGZhy{}}\PYG{n}{webapp}\PYG{o}{/} 3 | \PYG{o}{+\PYGZhy{}} \PYG{n}{fabfile}\PYG{o}{.}\PYG{n}{py} 4 | \PYG{o}{+\PYGZhy{}} \PYG{n}{www}\PYG{o}{/} 5 | \PYG{o}{+\PYGZhy{}} \PYG{o}{...} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/AF6F90BD7062EF2DD2034D851F248A8526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Hello}\PYG{p}{,} \PYG{n}{Alice} \PYG{p}{(}\PYG{o+ow}{in} \PYG{n}{Thread}\PYG{o}{\PYGZhy{}}\PYG{n}{A}\PYG{p}{)} 3 | \PYG{n}{Hello}\PYG{p}{,} \PYG{n}{Bob} \PYG{p}{(}\PYG{o+ow}{in} \PYG{n}{Thread}\PYG{o}{\PYGZhy{}}\PYG{n}{B}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/DF14158D057646E97230825B66DC2CA926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} \PYG{o}{=} \PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{)} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{t} 4 | \PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/EC76DE52A94382898480297285FF06F026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{cursor}\PYG{o}{.}\PYG{n}{execute}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}select * from user where name=? and pwd=?\PYGZsq{}}\PYG{p}{,} \PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}abc\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}password\PYGZsq{}}\PYG{p}{))} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/0389609861EBDC617891BD5D98C48F9C26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{user} \PYG{o}{=} \PYG{n}{User}\PYG{p}{(}\PYG{n+nb}{id}\PYG{o}{=}\PYG{l+m+mi}{123}\PYG{p}{,} \PYG{n}{name}\PYG{o}{=}\PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}}\PYG{p}{)} 3 | \PYG{k}{yield from} \PYG{n}{user}\PYG{o}{.}\PYG{n}{save}\PYG{p}{()} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/5C30BFC7649F79AC0737CC3DFBD2525A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{0} 3 | \PYG{err}{▲} 4 | \PYG{err}{│} 5 | \PYG{l+m+mi}{0} \PYG{o}{\PYGZlt{}}\PYG{err}{───┼───}\PYG{o}{\PYGZgt{}} \PYG{l+m+mi}{65535} 6 | \PYG{err}{│} 7 | \PYG{err}{▼} 8 | \PYG{l+m+mi}{65535} 9 | \end{Verbatim} 10 | -------------------------------------------------------------------------------- /tex/_minted-gen/5F836DA3AC6B4B07170CF504EE9606D026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{l+m+mi}{200} \PYG{n}{OK} 3 | \PYG{n}{Header1}\PYG{p}{:} \PYG{n}{Value1} 4 | \PYG{n}{Header2}\PYG{p}{:} \PYG{n}{Value2} 5 | \PYG{n}{Header3}\PYG{p}{:} \PYG{n}{Value3} 6 | 7 | \PYG{n}{body} \PYG{n}{data} \PYG{n}{goes} \PYG{n}{here}\PYG{o}{...} 8 | \end{Verbatim} 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/72E492326A279B663EC2A8C21B9889C126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{test}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{o}{/}\PYG{n}{usr}\PYG{o}{/}\PYG{n}{local}\PYG{o}{/}\PYG{n}{opt}\PYG{o}{/}\PYG{n}{python3}\PYG{o}{/}\PYG{n+nb}{bin}\PYG{o}{/}\PYG{n}{python3}\PYG{o}{.}\PYG{l+m+mi}{4} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/73D54E4A23503EC905CA84CEB938071426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Circle} \PYG{o}{=} \PYG{n}{namedtuple}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Circle\PYGZsq{}}\PYG{p}{,} \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}x\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}y\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}r\PYGZsq{}}\PYG{p}{])} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/94F32C29FD7225488D4CA7F670BFC4AB26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{a} \PYG{o}{=} \PYG{n+nb}{list}\PYG{p}{()} \PYG{c+c1}{\PYGZsh{} a是list类型} 3 | \PYG{n}{b} \PYG{o}{=} \PYG{n}{Animal}\PYG{p}{()} \PYG{c+c1}{\PYGZsh{} b是Animal类型} 4 | \PYG{n}{c} \PYG{o}{=} \PYG{n}{Dog}\PYG{p}{()} \PYG{c+c1}{\PYGZsh{} c是Dog类型} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/AD477C71DB0E263968D025A5E1290F4E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{try}\PYG{p}{:} 3 | \PYG{l+m+mi}{10} \PYG{o}{/} \PYG{l+m+mi}{0} 4 | \PYG{k}{except} \PYG{n+ne}{ZeroDivisionError}\PYG{p}{:} 5 | \PYG{k}{raise} \PYG{n+ne}{ValueError}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}input error!\PYGZsq{}}\PYG{p}{)} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/AD7BB6B22A4B3C67F50069708EED8BE826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{power}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{)} 3 | \PYG{l+m+mi}{25} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{power}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{)} 5 | \PYG{l+m+mi}{25} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/B8A6F053171EA867E484DF91D602BEF926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L}\PYG{p}{[:}\PYG{l+m+mi}{3}\PYG{p}{]} 3 | \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Sarah\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Tracy\PYGZsq{}}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/CCBC32D95D687F953A7535259C9BB4F726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f} \PYG{o}{=} \PYG{n+nb}{abs} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f} 4 | \PYG{o}{\PYGZlt{}}\PYG{n}{built}\PYG{o}{\PYGZhy{}}\PYG{o+ow}{in} \PYG{n}{function} \PYG{n+nb}{abs}\PYG{o}{\PYGZgt{}} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/F7C1B421CA035FFDD64AD40A78B6949A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f1}\PYG{p}{()} 3 | \PYG{l+m+mi}{9} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f2}\PYG{p}{()} 5 | \PYG{l+m+mi}{9} 6 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{f3}\PYG{p}{()} 7 | \PYG{l+m+mi}{9} 8 | \end{Verbatim} 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/10DEDB5C19879CC8DFFFB1D1A5798FA326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Student}\PYG{p}{(}\PYG{n+nb}{object}\PYG{p}{):} 3 | \PYG{n+nv+vm}{\PYGZus{}\PYGZus{}slots\PYGZus{}\PYGZus{}} \PYG{o}{=} \PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}name\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}age\PYGZsq{}}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/12A6BC52BA08D86AED60AC90F108EF8E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{app} \PYG{o}{=} \PYG{n}{Application}\PYG{p}{()} 3 | 4 | \PYG{n}{app}\PYG{o}{.}\PYG{n}{master}\PYG{o}{.}\PYG{n}{title}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Hello World\PYGZsq{}}\PYG{p}{)} 5 | 6 | \PYG{n}{app}\PYG{o}{.}\PYG{n}{mainloop}\PYG{p}{()} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/3C1069B0694CDE6677F91A549BFC1E9026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{json}\PYG{o}{.}\PYG{n}{dumps}\PYG{p}{(}\PYG{n}{s}\PYG{p}{,} \PYG{n}{default}\PYG{o}{=}\PYG{k}{lambda} \PYG{n}{obj}\PYG{p}{:} \PYG{n}{obj}\PYG{o}{.}\PYG{n+nv+vm}{\PYGZus{}\PYGZus{}dict\PYGZus{}\PYGZus{}}\PYG{p}{))} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/3F5A94CC224484C111CDE1CDE767E7EE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@get}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}/api/comments\PYGZsq{}}\PYG{p}{)} 3 | \PYG{k}{def} \PYG{n+nf}{api\PYGZus{}comments}\PYG{p}{(}\PYG{o}{*}\PYG{p}{,} \PYG{n}{page}\PYG{o}{=}\PYG{l+s+s1}{\PYGZsq{}1\PYGZsq{}}\PYG{p}{):} 4 | \PYG{k}{pass} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/D3FA1272759E589F4C9E7928DD465C3726E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{┌───┐} \PYG{err}{┌───────┐} 3 | \PYG{err}{│} \PYG{n}{a} \PYG{err}{│─────────────────}\PYG{o}{\PYGZgt{}}\PYG{err}{│} \PYG{l+s+s1}{\PYGZsq{}abc\PYGZsq{}} \PYG{err}{│} 4 | \PYG{err}{└───┘} \PYG{err}{└───────┘} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/EE40163526D57BD775CDD3BE360AF82B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Animal}\PYG{p}{(}\PYG{n+nb}{object}\PYG{p}{):} 3 | \PYG{k}{def} \PYG{n+nf}{run}\PYG{p}{(}\PYG{n+nb+bp}{self}\PYG{p}{):} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Animal is running...\PYGZsq{}}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/1430D10711F8B07E57947936CF595A3A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}100 + 200 =\PYGZsq{}}\PYG{p}{,} \PYG{l+m+mi}{100} \PYG{o}{+} \PYG{l+m+mi}{200}\PYG{p}{)} 3 | \PYG{l+m+mi}{100} \PYG{o}{+} \PYG{l+m+mi}{200} \PYG{o}{=} \PYG{l+m+mi}{300} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/22E756C7CD540F0FCF6DAE1DCB72763026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{with} \PYG{n+nb}{open}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}/path/to/file\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}r\PYGZsq{}}\PYG{p}{)} \PYG{k}{as} \PYG{n}{f}\PYG{p}{:} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{f}\PYG{o}{.}\PYG{n}{read}\PYG{p}{())} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/2AEBE9C86B4EBD98F488A15B5A68A44426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{k}{for} \PYG{n}{ch} \PYG{o+ow}{in} \PYG{l+s+s1}{\PYGZsq{}ABC\PYGZsq{}}\PYG{p}{:} 3 | \PYG{o}{...} \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{ch}\PYG{p}{)} 4 | \PYG{o}{...} 5 | \PYG{n}{A} 6 | \PYG{n}{B} 7 | \PYG{n}{C} 8 | \end{Verbatim} 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/6F12BAEB2BAB1812412222874631E40226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{C}\PYG{p}{:}\PYGZbs{}\PYG{n}{Workspace}\PYG{o}{\PYGZgt{}} \PYG{n}{python} \PYG{n}{hello}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{n}{please} \PYG{n}{enter} \PYG{n}{your} \PYG{n}{name}\PYG{p}{:} \PYG{n}{Michael} 4 | \PYG{n}{hello}\PYG{p}{,} \PYG{n}{Michael} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/9C76ACD7A795A46F6CCA3FAEAD6F12CE26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{bart}\PYG{o}{.}\PYG{n}{name} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}Bart Simpson\PYGZsq{}} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{bart}\PYG{o}{.}\PYG{n}{name} 4 | \PYG{l+s+s1}{\PYGZsq{}Bart Simpson\PYGZsq{}} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/A8AAF9E7CEBBCA7E4E2E4CF58B09218A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{fib}\PYG{p}{(}\PYG{l+m+mi}{6}\PYG{p}{)} 3 | \PYG{l+m+mi}{1} 4 | \PYG{l+m+mi}{1} 5 | \PYG{l+m+mi}{2} 6 | \PYG{l+m+mi}{3} 7 | \PYG{l+m+mi}{5} 8 | \PYG{l+m+mi}{8} 9 | \PYG{l+s+s1}{\PYGZsq{}done\PYGZsq{}} 10 | \end{Verbatim} 11 | -------------------------------------------------------------------------------- /tex/_minted-gen/CBC8FCE5A2C62AE29DD4F03716BE05C926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L}\PYG{p}{[:}\PYG{l+m+mi}{10}\PYG{p}{:}\PYG{l+m+mi}{2}\PYG{p}{]} 3 | \PYG{p}{[}\PYG{l+m+mi}{0}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{,} \PYG{l+m+mi}{4}\PYG{p}{,} \PYG{l+m+mi}{6}\PYG{p}{,} \PYG{l+m+mi}{8}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/3CDD4617CC319DE18BAFA6232A2EC4CD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}\PYGZsq{}\PYGZsq{}line1} 3 | \PYG{l+s+s1}{... line2} 4 | \PYG{l+s+s1}{... line3\PYGZsq{}\PYGZsq{}\PYGZsq{}}\PYG{p}{)} 5 | \PYG{n}{line1} 6 | \PYG{n}{line2} 7 | \PYG{n}{line3} 8 | \end{Verbatim} 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/78720ADB0202907AA13824277B4334C026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{len}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}ABC\PYGZsq{}}\PYG{p}{)} 3 | \PYG{l+m+mi}{3} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{len}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}中文\PYGZsq{}}\PYG{p}{)} 5 | \PYG{l+m+mi}{2} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/8561911FC0FE8066B1E533CC490DAD9426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{list}\PYG{p}{(}\PYG{n+nb}{range}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{))} 3 | \PYG{p}{[}\PYG{l+m+mi}{0}\PYG{p}{,} \PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{,} \PYG{l+m+mi}{3}\PYG{p}{,} \PYG{l+m+mi}{4}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/9C601E975B91447FF81D5DEF4E17731926E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{d}\PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}Adam\PYGZsq{}}\PYG{p}{]} \PYG{o}{=} \PYG{l+m+mi}{67} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{d}\PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}Adam\PYGZsq{}}\PYG{p}{]} 4 | \PYG{l+m+mi}{67} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/C439E133930DE0840299ED07A466CAC226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{a} \PYG{o}{=} \PYG{n}{Animal}\PYG{p}{()} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{d} \PYG{o}{=} \PYG{n}{Dog}\PYG{p}{()} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{h} \PYG{o}{=} \PYG{n}{Husky}\PYG{p}{()} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/DC160E409FBE058FB26ECC2E3EB5AE9326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+m+mi}{300}\PYG{p}{)} 3 | \PYG{l+m+mi}{300} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+m+mi}{100} \PYG{o}{+} \PYG{l+m+mi}{200}\PYG{p}{)} 5 | \PYG{l+m+mi}{300} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/FD57BAD38B30CA03175E9EE1152947D026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{Tortoise}\PYG{p}{(}\PYG{n}{Animal}\PYG{p}{):} 3 | \PYG{k}{def} \PYG{n+nf}{run}\PYG{p}{(}\PYG{n+nb+bp}{self}\PYG{p}{):} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Tortoise is running slowly...\PYGZsq{}}\PYG{p}{)} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/19E8CAD86A70239EE7F404570A56AF4426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{for} \PYG{n}{n} \PYG{o+ow}{in} \PYG{n}{primes}\PYG{p}{():} 3 | \PYG{k}{if} \PYG{n}{n} \PYG{o}{\PYGZlt{}} \PYG{l+m+mi}{1000}\PYG{p}{:} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{n}\PYG{p}{)} 5 | \PYG{k}{else}\PYG{p}{:} 6 | \PYG{k}{break} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/2802326F613A7A855113D8994878E52A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{run\PYGZus{}twice}\PYG{p}{(}\PYG{n}{Tortoise}\PYG{p}{())} 3 | \PYG{n}{Tortoise} \PYG{o+ow}{is} \PYG{n}{running} \PYG{n}{slowly}\PYG{o}{...} 4 | \PYG{n}{Tortoise} \PYG{o+ow}{is} \PYG{n}{running} \PYG{n}{slowly}\PYG{o}{...} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/482EA939E20142693C65665E361EFEC126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{l+s+s1}{\PYGZsq{}growth rate: }\PYG{l+s+si}{\PYGZpc{}d}\PYG{l+s+s1}{ }\PYG{l+s+si}{\PYGZpc{}\PYGZpc{}}\PYG{l+s+s1}{\PYGZsq{}} \PYG{o}{\PYGZpc{}} \PYG{l+m+mi}{7} 3 | \PYG{l+s+s1}{\PYGZsq{}growth rate: 7 \PYGZpc{}\PYGZsq{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/5B30061271B2B7F9EA7393DA00F9105426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{s}\PYG{o}{.}\PYG{n}{remove}\PYG{p}{(}\PYG{l+m+mi}{4}\PYG{p}{)} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{s} 4 | \PYG{p}{\PYGZob{}}\PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{,} \PYG{l+m+mi}{3}\PYG{p}{\PYGZcb{}} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/B008BEE9120ABDDF71E9E11739A6B4E426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{motor} \PYG{o}{=} \PYG{n}{Motor}\PYG{p}{(}\PYG{n}{Port}\PYG{o}{.}\PYG{n}{B}\PYG{p}{)} \PYG{c+c1}{\PYGZsh{} 接在B口} 3 | \PYG{n}{ultrasonic} \PYG{o}{=} \PYG{n}{UltrasonicSensor}\PYG{p}{(}\PYG{n}{Port}\PYG{o}{.}\PYG{n}{S4}\PYG{p}{)} \PYG{c+c1}{\PYGZsh{} 接在4号口} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/DBFAFAD6D2CC76659C78E6FA99142E2B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{int2}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}1000000\PYGZsq{}}\PYG{p}{)} 3 | \PYG{l+m+mi}{64} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{int2}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}1010101\PYGZsq{}}\PYG{p}{)} 5 | \PYG{l+m+mi}{85} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/E4DC456E0C6EFE873888E4F561A7F5C026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L}\PYG{p}{[}\PYG{l+m+mi}{0}\PYG{p}{:}\PYG{l+m+mi}{3}\PYG{p}{]} 3 | \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Sarah\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Tracy\PYGZsq{}}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/04E4B57CAE8C9ABE16AF4BC882F88B5426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{nums} \PYG{o}{=} \PYG{p}{[}\PYG{l+m+mi}{1}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{,} \PYG{l+m+mi}{3}\PYG{p}{]} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{calc}\PYG{p}{(}\PYG{o}{*}\PYG{n}{nums}\PYG{p}{)} 4 | \PYG{l+m+mi}{14} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/078E05BA101ECEE8B4239E53B540E8CF26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{power}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{,} \PYG{l+m+mi}{2}\PYG{p}{)} 3 | \PYG{l+m+mi}{25} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{power}\PYG{p}{(}\PYG{l+m+mi}{5}\PYG{p}{,} \PYG{l+m+mi}{3}\PYG{p}{)} 5 | \PYG{l+m+mi}{125} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/2FF6F231A0D360F9998D02D9AC2B599126E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{add\PYGZus{}end}\PYG{p}{()} 3 | \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}END\PYGZsq{}}\PYG{p}{]} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{add\PYGZus{}end}\PYG{p}{()} 5 | \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}END\PYGZsq{}}\PYG{p}{]} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/33047BC4DD3180B0003C67AED48759F426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{if} \PYG{n}{age} \PYG{o}{\PYGZgt{}=} \PYG{l+m+mi}{18}\PYG{p}{:} 3 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}adult\PYGZsq{}}\PYG{p}{)} 4 | \PYG{k}{else}\PYG{p}{:} 5 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}teenager\PYGZsq{}}\PYG{p}{)} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/3892F3F184B137CD11447589899DBD0626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{def} \PYG{n+nf}{\PYGZus{}odd\PYGZus{}iter}\PYG{p}{():} 3 | \PYG{n}{n} \PYG{o}{=} \PYG{l+m+mi}{1} 4 | \PYG{k}{while} \PYG{k+kc}{True}\PYG{p}{:} 5 | \PYG{n}{n} \PYG{o}{=} \PYG{n}{n} \PYG{o}{+} \PYG{l+m+mi}{2} 6 | \PYG{k}{yield} \PYG{n}{n} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/571E0C35F0C588FB78B90FE4175427B026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n+nd}{@contextmanager} 3 | \PYG{k}{def} \PYG{n+nf}{closing}\PYG{p}{(}\PYG{n}{thing}\PYG{p}{):} 4 | \PYG{k}{try}\PYG{p}{:} 5 | \PYG{k}{yield} \PYG{n}{thing} 6 | \PYG{k}{finally}\PYG{p}{:} 7 | \PYG{n}{thing}\PYG{o}{.}\PYG{n}{close}\PYG{p}{()} 8 | \end{Verbatim} 9 | -------------------------------------------------------------------------------- /tex/_minted-gen/77F79D7ADA53BED4AE0FB6D524436F4426E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{if} \PYG{n+nv+vm}{\PYGZus{}\PYGZus{}name\PYGZus{}\PYGZus{}} \PYG{o}{==} \PYG{l+s+s1}{\PYGZsq{}\PYGZus{}\PYGZus{}main\PYGZus{}\PYGZus{}\PYGZsq{}}\PYG{p}{:} 3 | \PYG{k+kn}{import} \PYG{n+nn}{doctest} 4 | \PYG{n}{doctest}\PYG{o}{.}\PYG{n}{testmod}\PYG{p}{()} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/782C331FDC8C3B61756624BEDCE4C67626E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{t} \PYG{o}{=} \PYG{p}{(}\PYG{n}{b}\PYG{p}{,} \PYG{n}{a} \PYG{o}{+} \PYG{n}{b}\PYG{p}{)} \PYG{c+c1}{\PYGZsh{} t是一个tuple} 3 | \PYG{n}{a} \PYG{o}{=} \PYG{n}{t}\PYG{p}{[}\PYG{l+m+mi}{0}\PYG{p}{]} 4 | \PYG{n}{b} \PYG{o}{=} \PYG{n}{t}\PYG{p}{[}\PYG{l+m+mi}{1}\PYG{p}{]} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/BF635859BCE4C390FFD5667D10DE951A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{k+kn}{import} \PYG{n+nn}{sys} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{sys}\PYG{o}{.}\PYG{n}{path}\PYG{o}{.}\PYG{n}{append}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}/Users/michael/my\PYGZus{}py\PYGZus{}scripts\PYGZsq{}}\PYG{p}{)} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/D6C802B9D836612B107B74EFFBA43FA526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{a} \PYG{o}{=} \PYG{l+m+mi}{100} 3 | \PYG{k}{if} \PYG{n}{a} \PYG{o}{\PYGZgt{}=} \PYG{l+m+mi}{0}\PYG{p}{:} 4 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{n}{a}\PYG{p}{)} 5 | \PYG{k}{else}\PYG{p}{:} 6 | \PYG{n+nb}{print}\PYG{p}{(}\PYG{o}{\PYGZhy{}}\PYG{n}{a}\PYG{p}{)} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/E2C87866D84AA92A469D9616D69DAF9D26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{s} \PYG{o}{=} \PYG{n}{Student}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}}\PYG{p}{)} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{s}\PYG{p}{()} 4 | \PYG{n}{My} \PYG{n}{name} \PYG{o+ow}{is} \PYG{n}{Michael}\PYG{o}{.} 5 | \end{Verbatim} 6 | -------------------------------------------------------------------------------- /tex/_minted-gen/04B683A48E3BF37CC55A499E823EF74026E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{person}\PYG{p}{(}\PYG{l+s+s1}{\PYGZsq{}Michael\PYGZsq{}}\PYG{p}{,} \PYG{l+m+mi}{30}\PYG{p}{)} 3 | \PYG{n}{name}\PYG{p}{:} \PYG{n}{Michael} \PYG{n}{age}\PYG{p}{:} \PYG{l+m+mi}{30} \PYG{n}{other}\PYG{p}{:} \PYG{p}{\PYGZob{}\PYGZcb{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/083E7C61F66C8F9BB3BB15672C78D75326E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{timestamp} \PYG{o}{=} \PYG{l+m+mi}{0} \PYG{o}{=} \PYG{l+m+mi}{1970}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1} \PYG{l+m+mi}{00}\PYG{p}{:}\PYG{l+m+mi}{00}\PYG{p}{:}\PYG{l+m+mi}{00} \PYG{n}{UTC}\PYG{o}{+}\PYG{l+m+mi}{0}\PYG{p}{:}\PYG{l+m+mi}{00} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/5A7963E00D5B9040D5667381E2E1CB4B26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{configs} \PYG{o}{=} \PYG{p}{\PYGZob{}} 3 | \PYG{l+s+s1}{\PYGZsq{}db\PYGZsq{}}\PYG{p}{:} \PYG{p}{\PYGZob{}} 4 | \PYG{l+s+s1}{\PYGZsq{}host\PYGZsq{}}\PYG{p}{:} \PYG{l+s+s1}{\PYGZsq{}192.168.0.100\PYGZsq{}} 5 | \PYG{p}{\PYGZcb{}} 6 | \PYG{p}{\PYGZcb{}} 7 | \end{Verbatim} 8 | -------------------------------------------------------------------------------- /tex/_minted-gen/697E253F6DD47F6867533566596883FD26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{k}{class} \PYG{n+nc}{School}\PYG{p}{(}\PYG{n}{Base}\PYG{p}{):} 3 | \PYG{n}{\PYGZus{}\PYGZus{}tablename\PYGZus{}\PYGZus{}} \PYG{o}{=} \PYG{l+s+s1}{\PYGZsq{}school\PYGZsq{}} 4 | \PYG{n+nb}{id} \PYG{o}{=} \PYG{o}{...} 5 | \PYG{n}{name} \PYG{o}{=} \PYG{o}{...} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/7C48F5127ED51E793FAE628F73C06ED226E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{Mac}\PYG{p}{:}\PYG{n}{myproject} \PYG{n}{michael}\PYG{err}{\PYGZdl{}} \PYG{n}{source} \PYG{n}{venv}\PYG{o}{/}\PYG{n+nb}{bin}\PYG{o}{/}\PYG{n}{activate} 3 | \PYG{p}{(}\PYG{n}{venv}\PYG{p}{)}\PYG{n}{Mac}\PYG{p}{:}\PYG{n}{myproject} \PYG{n}{michael}\PYG{err}{\PYGZdl{}} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/A9F315D5283953F1B4A8F2C6F9BA5D8A26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{n}{timestamp} \PYG{o}{=} \PYG{l+m+mi}{0} \PYG{o}{=} \PYG{l+m+mi}{1970}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1}\PYG{o}{\PYGZhy{}}\PYG{l+m+mi}{1} \PYG{l+m+mi}{08}\PYG{p}{:}\PYG{l+m+mi}{00}\PYG{p}{:}\PYG{l+m+mi}{00} \PYG{n}{UTC}\PYG{o}{+}\PYG{l+m+mi}{8}\PYG{p}{:}\PYG{l+m+mi}{00} 3 | \end{Verbatim} 4 | -------------------------------------------------------------------------------- /tex/_minted-gen/C92D65E9F83313CE93AA6A806B33888526E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L} \PYG{o}{=} \PYG{n}{MyList}\PYG{p}{()} 3 | \PYG{o}{\PYGZgt{}\PYGZgt{}\PYGZgt{}} \PYG{n}{L}\PYG{o}{.}\PYG{n}{add}\PYG{p}{(}\PYG{l+m+mi}{1}\PYG{p}{)} 4 | \PYG{o}{\PYGZgt{}\PYGZgt{}} \PYG{n}{L} 5 | \PYG{p}{[}\PYG{l+m+mi}{1}\PYG{p}{]} 6 | \end{Verbatim} 7 | -------------------------------------------------------------------------------- /tex/_minted-gen/00677DA0A330B9DA91EA860B838C961E26E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{c+c1}{\PYGZsh{} -*- coding: utf-8 -*-} 3 | \PYG{n}{L1} \PYG{o}{=} \PYG{p}{[}\PYG{l+s+s1}{\PYGZsq{}Hello\PYGZsq{}}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}World\PYGZsq{}}\PYG{p}{,} \PYG{l+m+mi}{18}\PYG{p}{,} \PYG{l+s+s1}{\PYGZsq{}Apple\PYGZsq{}}\PYG{p}{,} \PYG{k+kc}{None}\PYG{p}{]} 4 | \end{Verbatim} 5 | -------------------------------------------------------------------------------- /tex/_minted-gen/3EBB9AA34FC0243A3CC15B18A4CC388826E4EC3F9E5F65D12C343741CDA3F64F.pygtex: -------------------------------------------------------------------------------- 1 | \begin{Verbatim}[commandchars=\\\{\},codes={\catcode`\$=3\catcode`\^=7\catcode`\_=8}] 2 | \PYG{err}{\PYGZdl{}} \PYG{n}{python3} \PYG{n}{hello}\PYG{o}{.}\PYG{n}{py} 3 | \PYG{n}{Hello}\PYG{p}{,} \PYG{n}{world}\PYG{err}{!} 4 | \PYG{err}{\PYGZdl{}} \PYG{n}{python} \PYG{n}{hello}\PYG{o}{.}\PYG{n}{py} \PYG{n}{Michael} 5 | \PYG{n}{Hello}\PYG{p}{,} \PYG{n}{Michael}\PYG{err}{!} 6 | \end{Verbatim} 7 | --------------------------------------------------------------------------------