![[?IMG]](proxy.php?image=https%3A%2F%2Fb.radikal.ru%2Fb28%2F1905%2F81%2Fe2f7e9d29e8d.png&hash=2bc4bb31bbbab98691d55cf3a71bdc6f&v=4)
?  
    Язык: Английский   
Автор: Jose Portilla  
 186 лекций, 24 часа видео   
Чему вы научитесь:       - Learn to use Python professionally, learning both Python 2 and Python 3!
    - Create games with Python, like Tic Tac Toe and Blackjack!
    - Learn advanced Python features, like the collections module and how to work with timestamps!
    - Learn to use Object Oriented Programming with classes!
    - Understand complex topics, like decorators.
    - Understand how to use both the Jupyter Notebook and create .py files
    - Get an understanding of how to create GUIs in the Jupyter Notebook system!
    - Build a complete understanding of Python from the ground up!
   
            01 Course Overview    
 001 Course Introduction.mp4 [8m 394k 431]    
 002 Course Curriculum Overview.mp4 [19m 687k 594]    
 003 Python 2 vs Python 3.mp4 [40m 474k 578]    
 004 How to Approach This Course.mp4 [12m 447k 516]    
 005 Course FAQs.html [1k 706]    
    
 02 Python Setup    
 001 Installation Notes.html [3k 220]    
 002 Quick Note on Jupyter Notebooks.html [1k 407]    
 003 Python Installation --- Windows.mp4 [49m 842k 283]    
 004 Python Installation --- Mac OS and Linux.mp4 [25m 268k 337]    
 005 IDE Selection.mp4 [49m 278k 324]    
 006 Jupyter iPython Notebooks.mp4 [60m 677k 165]    
 007 FAQ - Notebooks.mp4 [11m 995k 760]    
 008 Additional Resources.mp4 [52m 429k 851]    
 009 Git and Github Overview Optional.mp4 [20m 67k 807]    
    
 03 Python Object and Data Structure Basics    
 001 Numbers.mp4 [32m 859k 577]    
 002 Numbers - FAQ.html [1k 85]    
 003 Numbers Quiz Quiz.html [9k 6]    
 004 Strings.mp4 [79m 262k 879]    
 005 Strings -FAQ.html [881]    
 006 Strings Quiz Quiz.html [7k 890]    
 007 Print Formatting.mp4 [65m 362k 82]    
 008 Print Formatting FAQs.html [2k 213]    
 009 Lists - FAQ.html [1k 111]    
 010 Lists.mp4 [71m 401k 921]    
 011 Lists Quiz Quiz.html [7k 949]    
 012 Dictionaries.mp4 [64m 778k 617]    
 013 Dictionaries - FAQ.html [1k 165]    
 014 Dictionaries Quiz Quiz.html [7k 932]    
 015 Tuples.mp4 [25m 219k 821]    
 016 Tuples Quiz Quiz.html [7k 988]    
 017 Files.mp4 [27m 51k 387]    
 018 Sets and Booleans.mp4 [23m 930k 363]    
 019 Sets and Booleans Quiz Quiz.html [8k 25]    
 020 Resources for More Basic Practice.html [1k 625]    
 021 Objects and Data Structures Assessment Test.mp4 [25m 375k 408]    
 022 Objects and Data Structures Assessment - Solutions.mp4 [29m 849k 408]    
    
 04 Python Comparison Operators    
 001 Comparison Operators.mp4 [23m 350k 918]    
 002 Chained Comparison Operators.mp4 [14m 637k 814]    
 003 Comparison Operators Quiz Quiz.html [9k 31]    
    
 05 Python Statements    
 001 Introduction to Python Statements.mp4 [10m 539k 145]    
 002 if, elif, and else Statements.mp4 [40m 321k 333]    
 003 for Loops.mp4 [70m 964k 712]    
 004 while Loops.mp4 [57m 177k 565]    
 005 range.mp4 [42m 148k 976]    
 006 List Comprehensions.mp4 [49m 481k 169]    
 007 Python Statements FAQ.html [877]    
 008 Statements Assessment Test.mp4 [9m 698k 975]    
 009 Statements Assessment Solutions.mp4 [13m 104k 237]    
    
 06 Methods and Functions    
 001 Methods.mp4 [23m 235k 318]    
 002 Functions.mp4 [77m 631k 514]    
 003 lambda expressions.mp4 [70m 732k 48]    
 004 Nested Statements and Scope.mp4 [46m 181k 148]    
 005 Methods and Functions FAQ.html [889]    
 006 Functions and Methods - Homework Assignment.mp4 [20m 352k 120]    
 007 Hints and Tips for Functions and Methods Assignment.html [3k 41]    
 008 Functions and Methods Homework - Solutions.mp4 [24m 272k 408]    
    
 07 Milestone Project - 1    
 001 Milestone Project 1 Section.html [1k 168]    
 002 Milestone Project 1 -Assignment Overview.mp4 [41m 512k 575]    
 003 Milestone Project Help.html [6k 478]    
 004 Milestone Project 1 - Solution Walkthrough - Part 1.mp4 [99m 498k 438]    
 005 Milestone Project 1 - Solution Walkthrough - Part 2.mp4 [53m 995k 985]    
 006 Milestone Project 1 - Solution Walkthrough - Part 3.mp4 [65m 237k 197]    
 007 Advanced Project Solution Overview.mp4 [54m 849k 880]    
    
 08 Object Oriented Programming    
 001 OOP - Part 1 - Objects.mp4 [34m 558k 548]    
 002 OOP - Part 2 - Classes.mp4 [74m 392k 589]    
 003 OOP - Part 3 -Methods.mp4 [69m 402k 70]    
 004 OOP - Part 4 - Inheritance.mp4 [31m 669k 876]    
 005 OOP - Part 5 - Special Methods.mp4 [36m 15k 888]    
 006 OOP FAQ.html [835]    
 007 OOP Homework Assignment.mp4 [10m 739k 275]    
 008 OOP Homework Solution.mp4 [13m 771k 138]    
    
 09 Errors and Exceptions Handling    
 001 Errors and Exceptions.mp4 [12m 180k 141]    
 002 Exception Handling try, except, finally.mp4 [95m 629k 206]    
 003 Errors and Exception Handling FAQ.html [890]    
 004 Errors and Exceptions Homework.mp4 [9m 635k 703]    
 005 Errors and Exceptions - Solutions.mp4 [7m 73k 736]    
    
 10 Milestone Project - 2    
 001 Project Overview.mp4 [29m 976k 924]    
 002 Project 2 Solution.mp4 [28m 594k 945]    
    
 11 Modules and Packages    
 001 Modules, Packages, and Imports.mp4 [62m 478k 732]    
 002 Modules and Packages Assignment.mp4 [18m 717k 723]    
 003 Create your own Python modules..html [1k 632]    
    
 12 Built-in Functions    
 001 Python 3 Notes for Map, Reduce, and Filter.html [1k 206]    
 002 Map.mp4 [28m 400k 595]    
 003 Reduce.mp4 [24m 132k 914]    
 004 Filter.mp4 [14m 9k 76]    
 005 Zip.mp4 [25m 713k 281]    
 006 Enumerate.mp4 [15m 772k 942]    
 007 all and any.mp4 [11m 32k 199]    
 008 Complex.mp4 [7m 466k 547]    
 009 Built-in Functions Assessment Test.mp4 [22m 722k 55]    
 010 Built-in Functions Assessment Test Solutions.mp4 [15m 767k 293]    
    
 13 Python Decorators    
 001 Decorators - Part 1.mp4 [31m 922k 724]    
 002 Decorators - Part 2.mp4 [36m 515k 589]    
 003 Decorators - Part 3.mp4 [58m 537k 954]    
 004 Decorators Homework.mp4 [22m 172k 431]    
    
 14 Python Generators    
 001 Iteration vs Generation.mp4 [9m 487k 183]    
 002 Creating Generators.mp4 [63m 578k 40]    
 003 Iterators and Generators Homework.mp4 [8m 743k 918]    
 004 Iterators and Generators Homework - Solutions.mp4 [11m 802k 564]    
    
 15 Final Capstone Python Project    
 001 Final Capstone Project.mp4 [52m 263k 865]    
    
 16 Advanced Python Modules    
 001 Collections Module - counter.mp4 [38m 753k 863]    
 002 Collections Module - defaultdict.mp4 [14m 511k 801]    
 003 Collections Module - OrderedDict.mp4 [14m 730k 169]    
 004 Collections Module - namedtuple.mp4 [23m 416k 646]    
 005 Datetime.mp4 [32m 201k 788]    
 006 Python Debugger - pdb.mp4 [24m 683k 698]    
 007 Timing your code - timeit.mp4 [39m 891k 985]    
 008 Regular Expressions -re.mp4 [159m 344k 794]    
 009 StringIO.mp4 [17m 87k 491]    
 010 Advanced Python Modules FAQ.html [846]    
    
 17 Advanced Python Objects and Data Structures    
 001 Advanced Numbers.mp4 [32m 68k 725]    
 002 Advanced Strings.mp4 [31m 839k 970]    
 003 Advanced Sets.mp4 [42m 532k 809]    
 004 Advanced Dictionaries.mp4 [17m 840k 939]    
 005 Advanced Lists.mp4 [33m 355k 400]    
 006 Advanced Python Objects Assessment Test.mp4 [8m 477k 447]    
 007 Advanced Python Objects Test - Solutions.mp4 [6m 824k 488]    
    
 18 Bonus Material - Introduction to GUIs    
 001 Introduction to GUIs.html [2k 705]    
 002 Interact.mp4 [85m 571k 740]    
 003 Widget Basics.mp4 [36m 46k 959]    
 004 Widget Events.mp4 [75m 89k 206]    
 005 Widget List.mp4 [46m 117k 301]    
 006 Widget Styling.mp4 [88m 285k 883]    
 007 Custom Widget Example.mp4 [57m 626k 249]    
    
 19 BONUS SPECIAL OFFERS    
 001 Bonus Offers.html [1k 311]   
      Объем: 3.37Гб