27.28 GB | 1h 1min 17s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
FileName :001 Introduction.mp4 | Size: (27.15 MB)
FileName :001 What do we need for Python.mp4 | Size: (19.03 MB)
FileName :002 Installing Python 3 9 5.mp4 | Size: (40.3 MB)
FileName :003 Installing Pycharm 2021 1 on Windows 10.mp4 | Size: (36.57 MB)
FileName :004 Start using Python and IDLE.mp4 | Size: (35.83 MB)
FileName :001 Installing Python 3 10 1 & Pycharm 2021 3 on Windows 10.mp4 | Size: (47.01 MB)
FileName :001 Create first Python project in Pycharm.mp4 | Size: (38.29 MB)
FileName :002 Run first Python code in Pycharm.mp4 | Size: (67.11 MB)
FileName :003 Customize settings & environment of Pycharm.mp4 | Size: (76.56 MB)
FileName :004 Project 1 Drawing shapes in Python.mp4 | Size: (24.93 MB)
FileName :001 Comments in Python.mp4 | Size: (23.98 MB)
FileName :002 Variables in Python ( string, int, float, bool).mp4 | Size: (111.52 MB)
FileName :003 Variables - Naming rules & assigning values.mp4 | Size: (174.83 MB)
FileName :004 Get the data type of variables.mp4 | Size: (48.26 MB)
FileName :005 Type casting and conversion.mp4 | Size: (182.54 MB)
FileName :006 Getting inputs from users.mp4 | Size: (60.95 MB)
FileName :007 Project 2 Simple calculator in Python.mp4 | Size: (87.59 MB)
FileName :001 Working with Strings.mp4 | Size: (74.82 MB)
FileName :002 String Methods.mp4 | Size: (223.87 MB)
FileName :003 String slicing.mp4 | Size: (124.77 MB)
FileName :004 String formatting in Python.mp4 | Size: (107.56 MB)
FileName :001 What are basic operators in Python.mp4 | Size: (21.96 MB)
FileName :002 Arithmetic operators.mp4 | Size: (77.09 MB)
FileName :003 Precedence of operators.mp4 | Size: (130.67 MB)
FileName :004 Assignment operators.mp4 | Size: (83.22 MB)
FileName :005 Identity operators.mp4 | Size: (42.01 MB)
FileName :006 Membership operators.mp4 | Size: (41.55 MB)
FileName :007 Numeric functions.mp4 | Size: (83.28 MB)
FileName :008 Project 3 Age calculator.mp4 | Size: (124.37 MB)
FileName :001 What is Module in Python.mp4 | Size: (103.3 MB)
FileName :002 Using modules with "Import" keyword.mp4 | Size: (81 MB)
FileName :003 Project 4 Math module in Python.mp4 | Size: (285.61 MB)
FileName :004 Project 5 Degree to Radian convertor.mp4 | Size: (71.08 MB)
FileName :005 Project 6 Area of circle calculator.mp4 | Size: (64.7 MB)
FileName :006 Using Platform module in Python.mp4 | Size: (110.09 MB)
FileName :007 Using datetime module in Python.mp4 | Size: (90.62 MB)
FileName :008 Using dir() function in Python.mp4 | Size: (36.52 MB)
FileName :001 Simple if statement = simple condition.mp4 | Size: (59.39 MB)
FileName :002 Comparison operators.mp4 | Size: (94.48 MB)
FileName :003 else statement = to create advance if.mp4 | Size: (40.19 MB)
FileName :004 elif = Multiple if statements.mp4 | Size: (43.57 MB)
FileName :005 Logical operators.mp4 | Size: (100.45 MB)
FileName :006 while loop = Simple method.mp4 | Size: (104.2 MB)
FileName :007 String splitter by while loop.mp4 | Size: (82.16 MB)
FileName :008 break statement in while loop.mp4 | Size: (45 MB)
FileName :009 continue statement in while loop.mp4 | Size: (44.33 MB)
FileName :010 Simple for loop structure in Python.mp4 | Size: (101.33 MB)
FileName :011 break statement with for loop.mp4 | Size: (42.01 MB)
FileName :012 continue , pass statements with for loop.mp4 | Size: (63.59 MB)
FileName :013 Nested for loop.mp4 | Size: (62.16 MB)
FileName :014 range function with for loop.mp4 | Size: (77.79 MB)
FileName :015 Project 7 String & List splitter.mp4 | Size: (85.22 MB)
FileName :001 Project 8 Number Guessing Game in Python.mp4 | Size: (152.47 MB)
FileName :002 Project 9 Animal Guessing Game in Python.mp4 | Size: (95.74 MB)
FileName :001 What is a file and steps to use it in Python.mp4 | Size: (66.32 MB)
FileName :002 Reading the file by open(), read(), readline(),.mp4 | Size: (160.57 MB)
FileName :003 Writing the file by open(), write(), writelines(),.mp4 | Size: (129.06 MB)
FileName :004 Append values and create a file.mp4 | Size: (74.91 MB)
FileName :005 Using r+ to read and write text file.mp4 | Size: (49.99 MB)
FileName :006 Using a+ to read and append text file.mp4 | Size: (44 MB)
FileName :007 Protect data inside text file & change the folder of it.mp4 | Size: (95.08 MB)
FileName :008 Check if the file exist by os module.mp4 | Size: (77.12 MB)
FileName :009 Rename a file by os module.mp4 | Size: (44.35 MB)
FileName :010 Delete a file by os module.mp4 | Size: (27.79 MB)
FileName :011 Folder functions create folder, rename, delete, exist.mp4 | Size: (158.22 MB)
FileName :012 Project 10 Customer info with save and search.mp4 | Size: (214.47 MB)
FileName :001 Create and call the function in Python.mp4 | Size: (98.27 MB)
FileName :002 docstring in function.mp4 | Size: (37.8 MB)
FileName :003 Arguments or parameter in functions.mp4 | Size: (167.88 MB)
FileName :004 Keyword arguments in function.mp4 | Size: (53.53 MB)
FileName :005 args Variable-length arguments.mp4 | Size: (52.68 MB)
FileName :006 kwargs Variable-length keyword arguments.mp4 | Size: (79.32 MB)
FileName :007 Return value of function - pass statement.mp4 | Size: (74.34 MB)
FileName :008 Recursion function.mp4 | Size: (117.38 MB)
FileName :009 Scope of variables.mp4 | Size: (60.91 MB)
FileName :001 What are Bug and Debug & line numbers.mp4 | Size: (46.19 MB)
FileName :002 Breakpoints and debugging Python code.mp4 | Size: (123.98 MB)
FileName :003 try structure error handling in Python code.mp4 | Size: (162.62 MB)
FileName :001 List Basics.mp4 | Size: (263.38 MB)
FileName :002 List Advance.mp4 | Size: (221.09 MB)
FileName :003 Tuple.mp4 | Size: (260.9 MB)
FileName :004 Set Basics.mp4 | Size: (203.4 MB)
FileName :005 Set advance methods.mp4 | Size: (123.13 MB)
FileName :006 Dictionary in Python.mp4 | Size: (331.61 MB)
FileName :001 Start using PIP & Pypi.mp4 | Size: (134.72 MB)
FileName :002 Find and install packages.mp4 | Size: (183.68 MB)
FileName :002 Download & install SQL 2014 on Windows 10 and Windows 7.mp4 | Size: (258.76 MB)
FileName :003 Start using SQL server and SSMS.mp4 | Size: (150.72 MB)
FileName :004 Working with SQL database.mp4 | Size: (208.41 MB)
FileName :005 Using SQL Server configuration manager.mp4 | Size: (47.59 MB)
FileName :006 Using SQL Server Table.mp4 | Size: (329.25 MB)
FileName :007 SQL Numeric Data types.mp4 | Size: (344.19 MB)
FileName :008 SQL English Text Data types.mp4 | Size: (192.44 MB)
FileName :009 SQL Unicode Text Data types.mp4 | Size: (177.24 MB)
FileName :010 GUID datatype in SQL.mp4 | Size: (95.46 MB)
FileName :011 How to Attach, Detach and offline the SQL database.mp4 | Size: (148.41 MB)
FileName :012 Identity and Auto Increment Column in SQL Server.mp4 | Size: (120 MB)
FileName :013 SQL Date Time Data types.mp4 | Size: (194.39 MB)
FileName :014 Project = Create Phone Book database in SQL.mp4 | Size: (340.01 MB)
FileName :015 Select Query In SQL.mp4 | Size: (411.33 MB)
FileName :016 Search data in SQL.mp4 | Size: (220.98 MB)
FileName :001 Structure of Database Apps in Python.mp4 | Size: (54.38 MB)
FileName :002 Installing pyodbc module on Python.mp4 | Size: (55.14 MB)
FileName :003 Create Sample SQL Server Database.mp4 | Size: (102.03 MB)
FileName :004 Connect to SQL Database in Python.mp4 | Size: (216.73 MB)
FileName :005 Load SQL Server data & show in Python.mp4 | Size: (298.66 MB)
FileName :002 Download the Oracle MySQL.mp4 | Size: (47.97 MB)
FileName :003 Install MySQL on Windows 10-64 Bit.mp4 | Size: (78.9 MB)
FileName :004 Install Net framework 4 5 2 on Windows 7-64 Bit.mp4 | Size: (49.25 MB)
FileName :005 Install MySQL on Windows 7- 64 Bit.mp4 | Size: (110.66 MB)
FileName :006 Various features of MySQL.mp4 | Size: (26.02 MB)
FileName :007 Create the MySQL Connection for connecting to it.mp4 | Size: (39.87 MB)
FileName :008 Using main parts on MySQL Workbench.mp4 | Size: (48.48 MB)
FileName :009 What is MySQL Database.mp4 | Size: (33.11 MB)
FileName :010 Create the Database in MySQL.mp4 | Size: (61.31 MB)
FileName :011 Edit- delete and configure My SQL database.mp4 | Size: (58.96 MB)
FileName :012 What is Charset in My SQL Database.mp4 | Size: (57.65 MB)
FileName :013 What is the Collation in My SQL Database.mp4 | Size: (42.32 MB)
FileName :014 Utf8mb4 Charset and Collation in MySQL Database.mp4 | Size: (50.58 MB)
FileName :015 introduction to My SQL Table.mp4 | Size: (68.91 MB)
FileName :016 Add Simple table to the MySQL Database.mp4 | Size: (75.26 MB)
FileName :017 Create Multi-Column table in MySQL.mp4 | Size: (71.63 MB)
FileName :018 How to edit and configure the table in MySQL.mp4 | Size: (51.51 MB)
FileName :019 Add sample data to MySQL table.mp4 | Size: (58.93 MB)
FileName :020 What is MySQL data type.mp4 | Size: (24 MB)
FileName :021 What is MySQL Numeric data types.mp4 | Size: (28.43 MB)
FileName :022 Various Decimal Data Types in MySQL.mp4 | Size: (34.75 MB)
FileName :023 Various Date Time Data types in MySQL.mp4 | Size: (41.23 MB)
FileName :024 Various Text & Char data types in MySQL.mp4 | Size: (32.76 MB)
FileName :025 What is Auto-Increment column in MySQL.mp4 | Size: (34.46 MB)
FileName :026 Add Auto-Increment column in MySQL.mp4 | Size: (29.14 MB)
FileName :027 Reset Auto Increment value in MySQL.mp4 | Size: (42.34 MB)
FileName :028 Create Phone Book Database in MySQ.mp4 | Size: (33.45 MB)
FileName :029 Add Personal columns to Customer List table.mp4 | Size: (73.55 MB)
FileName :030 Add Contact columns to Customer List table.mp4 | Size: (52.95 MB)
FileName :031 Add auto increment to ID column.mp4 | Size: (21.73 MB)
FileName :032 Add sample data and test our MySQL table.mp4 | Size: (74.66 MB)
FileName :033 What is Select Query in MySQL.mp4 | Size: (6.39 MB)
FileName :034 Use Select query with () to show all columns.mp4 | Size: (50.89 MB)
FileName :035 Writing our first Select query.mp4 | Size: (41.91 MB)
FileName :036 Sort the records with Select query.mp4 | Size: (49.3 MB)
FileName :037 Limit number of rows with Select Query.mp4 | Size: (36.14 MB)
FileName :001 Structure of using MySQL in Python.mp4 | Size: (35.09 MB)
FileName :002 Installing MySQL module on Python.mp4 | Size: (73.58 MB)
FileName :003 Create Sample MySQL Database - Introduction.mp4 | Size: (4.87 MB)
FileName :004 Create Phone Book Database in MySQL.mp4 | Size: (29.46 MB)
FileName :005 Add Personal columns to Customer List table.mp4 | Size: (59.85 MB)
FileName :006 Add Contact columns to Customer List™ table.mp4 | Size: (43.69 MB)
FileName :007 Add auto increment to ID column.mp4 | Size: (18.29 MB)
FileName :008 Add sample data and test our MySQL table.mp4 | Size: (59.99 MB)
FileName :009 Connect to MySQL database in Python.mp4 | Size: (179.56 MB)
FileName :010 Load MySQL data and show in Python.mp4 | Size: (294.16 MB)
FileName :001 Download & install Postgres on Windows.mp4 | Size: (76.59 MB)
FileName :002 Start using PostgreSQL Admin or pgAdmin.mp4 | Size: (67.34 MB)
FileName :003 Adding PostgreSQL Server to pgAdmin.mp4 | Size: (71.62 MB)
FileName :004 Creating database in PostgreSQL.mp4 | Size: (75.35 MB)
FileName :005 What is the table.mp4 | Size: (40.84 MB)
FileName :006 Add schema in Postgres database.mp4 | Size: (34.67 MB)
FileName :007 Add table in to database.mp4 | Size: (76.53 MB)
FileName :008 Add columns in table in Postgres.mp4 | Size: (122.89 MB)
FileName :009 Add data to table and load it - Primary key in table.mp4 | Size: (104.03 MB)
FileName :010 Auto increment for identity columns & using 'Truncate' query.mp4 | Size: (144.49 MB)
FileName :011 Integer = ( smallint, integer, bigint, smallserial , serial , bigserial ).mp4 | Size: (114.91 MB)
FileName :012 Fix-Point decimal = ( numeric or decimal ).mp4 | Size: (91.12 MB)
FileName :013 Floating-Point decimal = ( real, double precision).mp4 | Size: (73.73 MB)
FileName :014 Monetary = money.mp4 | Size: (30.68 MB)
FileName :015 Character = ( character(n) , character varying(n) , text ).mp4 | Size: (101.73 MB)
FileName :016 Boolean = (boolean ).mp4 | Size: (38.99 MB)
FileName :017 DateTime = ( date, time, Date Time, time + zone, DateTime + Zone ).mp4 | Size: (85.41 MB)
FileName :001 Structure of using Postgres in Python.mp4 | Size: (44.54 MB)
FileName :002 Installing Postgres module on Python (psycopg2).mp4 | Size: (51.91 MB)
FileName :003 Create Sample Postgres Database.mp4 | Size: (87.21 MB)
FileName :004 Create a connection to Postgres in Python.mp4 | Size: (74.35 MB)
FileName :005 Protect the codes by try structure.mp4 | Size: (54 MB)
FileName :006 Close the connection.mp4 | Size: (56.67 MB)
FileName :007 Create a Cursor object.mp4 | Size: (23.33 MB)
FileName :008 Read the data by SQL Select query.mp4 | Size: (55.67 MB)
FileName :009 Show the data in Python by cursor object.mp4 | Size: (43.14 MB)
FileName :010 Show all data in Python by fetchall() method.mp4 | Size: (70.19 MB)
FileName :011 Show custom data in Python by fetchmany() method.mp4 | Size: (34.57 MB)
FileName :012 Show one record in Python by fetchone() method.mp4 | Size: (35.01 MB)
FileName :013 Sort the records & customize columns.mp4 | Size: (111.21 MB)
FileName :014 Close the cursor.mp4 | Size: (32.51 MB)
FileName :001 Working with JSON files.mp4 | Size: (231.64 MB)
FileName :002 Import JSON data in Python and use it.mp4 | Size: (217.66 MB)
FileName :003 Export Python data to JSON.mp4 | Size: (193.37 MB)
FileName :001 SQL vs NoSQL Introduction to MongoDB.mp4 | Size: (143.29 MB)
FileName :002 Download MongoDB, Compass and MongoDB Shell.mp4 | Size: (75.06 MB)
FileName :003 Install MongoDB and start using it.mp4 | Size: (189.43 MB)
FileName :004 Install MongoDB Compass and start using it.mp4 | Size: (37.14 MB)
FileName :005 Install MongoDB Shell (Mongosh) and start using it.mp4 | Size: (130.98 MB)
FileName :006 Using Compass to add Database and Collection to MongoDB.mp4 | Size: (132.51 MB)
FileName :007 Using document to add data in MongoDB.mp4 | Size: (332.73 MB)
FileName :001 Structure of Using MongoDB in Python.mp4 | Size: (59.31 MB)
FileName :002 Install MongoDB module in Python.mp4 | Size: (84.68 MB)
FileName :003 Create Sample MongoDB database in Compass.mp4 | Size: (64.77 MB)
FileName :004 Using Client object to connect to MongoDB.mp4 | Size: (167.77 MB)
FileName :005 Create Database & Collection object.mp4 | Size: (176.11 MB)
FileName :006 Load data from MongoDB by Cursor object.mp4 | Size: (279.65 MB)
FileName :007 Search the documents.mp4 | Size: (128.14 MB)
FileName :001 Start adding GUI to Python by Tkinter.mp4 | Size: (200.72 MB)
FileName :002 Common properties of Window.mp4 | Size: (201.33 MB)
FileName :003 Using attributes of a Window.mp4 | Size: (170 MB)
FileName :004 Widget options.mp4 | Size: (173.33 MB)
FileName :005 Label widget and common options.mp4 | Size: (511.51 MB)
FileName :006 Using Button widget.mp4 | Size: (345.37 MB)
FileName :007 Using Entry widget.mp4 | Size: (555.8 MB)
FileName :008 Using Frame widget.mp4 | Size: (124.16 MB)
FileName :001 What is the geometry manager.mp4 | Size: (66.94 MB)
FileName :002 Using Pack() to design apps.mp4 | Size: (339.13 MB)
FileName :001 Design 'Find & Replace' Window in Tkinter.mp4 | Size: (344.88 MB)
FileName :002 Celsius to Fahrenheit convertor.mp4 | Size: (369.65 MB)
FileName :001 What is PyQt6 in Python.mp4 | Size: (68.83 MB)
FileName :002 Installing PyQt6.mp4 | Size: (52.01 MB)
FileName :003 Project Types of PyQt6.mp4 | Size: (46.01 MB)
FileName :004 First PyQt6 app to show Window by code.mp4 | Size: (114.41 MB)
FileName :005 Displaying a widget ( label, Push Button) on the Window by code.mp4 | Size: (83.94 MB)
FileName :006 Running Qt Designer for first time.mp4 | Size: (95.46 MB)
FileName :007 Running Qt Designer inside Pycharm.mp4 | Size: (35.23 MB)
FileName :008 Quick start using Qt designer.mp4 | Size: (139.25 MB)
FileName :009 What is 'ui' file.mp4 | Size: (94.9 MB)
FileName :010 Simple method to load 'ui' file in Python.mp4 | Size: (127.08 MB)
FileName :011 Create a class to load 'ui' file in Python.mp4 | Size: (136.21 MB)
FileName :001 Section intro Image processing with pillow in Python.mp4 | Size: (9.76 MB)
FileName :002 What is pillow image in Python.mp4 | Size: (20.54 MB)
FileName :003 Download and install pillow in Python.mp4 | Size: (64.13 MB)
FileName :004 Open and show an image with pillow.mp4 | Size: (83.7 MB)
FileName :005 Save image in pillow with different formats.mp4 | Size: (100.72 MB)
FileName :006 Get attributes of images like size, format, color mode.mp4 | Size: (103.75 MB)
FileName :007 Resize image by pillow.mp4 | Size: (76.66 MB)
FileName :008 Rotate image with rotate method.mp4 | Size: (49.66 MB)
FileName :009 Create thumbnail image.mp4 | Size: (41.21 MB)
FileName :010 Crop image by pillow.mp4 | Size: (88.41 MB)
FileName :011 Rotate and Flip image by transpose method.mp4 | Size: (69.19 MB)
FileName :012 Adding Blur, BoxBlur, GaussianBlur filter by pillow.mp4 | Size: (73.69 MB)
FileName :013 Adding Contour filter by pillow.mp4 | Size: (26.84 MB)
FileName :014 Adding Detail filter by pillow.mp4 | Size: (17.32 MB)
FileName :015 Adding Edge Enhance filter by pillow.mp4 | Size: (27.72 MB)
FileName :016 Adding Emboss filter by pillo.mp4 | Size: (17.01 MB)
FileName :017 Adding Find Edge filter by pillow.mp4 | Size: (17.14 MB)
FileName :018 Adding Smooth filter by pillow.mp4 | Size: (21.54 MB)
FileName :019 Adding Sharpen filter by pillow.mp4 | Size: (21.89 MB)
FileName :020 Add simple text ( watermark) to image.mp4 | Size: (96.16 MB)
FileName :021 Add text (Watermark) with custom font to image.mp4 | Size: (115.29 MB)
FileName :022 Split image bands ( Color Channels).mp4 | Size: (128.5 MB)
FileName :023 Merge Color Channels to create image.mp4 | Size: (47.77 MB)
FileName :001 Create face recognition project in PyCharm.mp4 | Size: (19.11 MB)
FileName :002 Install cmake, dlib, face-recognition, pillow libraries.mp4 | Size: (68.11 MB)
FileName :003 Check if everything is installed correctly.mp4 | Size: (17.67 MB)
FileName :004 Load image to Numpy array.mp4 | Size: (40.85 MB)
FileName :005 Find location of faces in image.mp4 | Size: (112.78 MB)
FileName :006 Load pillow image from Numpy array.mp4 | Size: (30.36 MB)
FileName :007 Draw rectangle around detected faces & show it.mp4 | Size: (120.32 MB)
FileName :008 Split and save each face in dedicated image file.mp4 | Size: (159.79 MB)
FileName :009 Detecting face landmarks ( facial features ).mp4 | Size: (236.27 MB)
FileName :010 Add rouge makeup on the lips.mp4 | Size: (135.35 MB)
FileName :011 Add thicker eyebrows.mp4 | Size: (56.14 MB)
FileName :012 Add eyeliner around the eyes.mp4 | Size: (45.1 MB)
FileName :013 4 Add sparkle on eyes or overlay color.mp4 | Size: (50.15 MB)
FileName :001 How to download and install PyPDF3, PyPDF2, PyDPF4.mp4 | Size: (52.03 MB)
FileName :002 Create the PDF project in Pycharm.mp4 | Size: (31.43 MB)
FileName :003 Extracting Pdf document information (Title, Author, ).mp4 | Size: (154.63 MB)
FileName :004 Rotating PDF pages.mp4 | Size: (140.97 MB)
FileName :005 Merging PDF files.mp4 | Size: (73.29 MB)
FileName :006 Splitting PDF pages in PDF file.mp4 | Size: (153.15 MB)
FileName :007 Adding password to PDF file.mp4 | Size: (121.35 MB)
FileName :008 Adding watermark to PDF pages.mp4 | Size: (166.37 MB)
FileName :001 What is the Selenium and its structure.mp4 | Size: (31.58 MB)
FileName :002 Install the Selenium in Python project.mp4 | Size: (59.03 MB)
FileName :003 Install web driver for Chrome and edge.mp4 | Size: (88.89 MB)
FileName :004 Load the Web driver from Windows Path.mp4 | Size: (64.52 MB)
FileName :005 Load the Web driver from specific folder in project.mp4 | Size: (78.53 MB)
FileName :006 Project 1 Load title and url of website.mp4 | Size: (83.52 MB)
FileName :007 Using browser's inspector to find elements by Name, ID ,.mp4 | Size: (171.07 MB)
FileName :008 Send text to browser and search it by selenium.mp4 | Size: (79 MB)
FileName :009 Searching a word in Google by selenium and Python.mp4 | Size: (32.9 MB)
FileName :010 Introduction to stackoverflow website.mp4 | Size: (41.69 MB)
FileName :011 Load stackoverflow login page by Selenium.mp4 | Size: (48.87 MB)
FileName :012 Using implicit wait to add delay to Selenium.mp4 | Size: (103.27 MB)
FileName :013 What is Explicit wait in Selenium.mp4 | Size: (42.39 MB)
FileName :014 What is Xpath to find element in Website.mp4 | Size: (111.16 MB)
FileName :015 Using Explicit wait in Selenium.mp4 | Size: (98.3 MB)
FileName :001 What do we need for Python.mp4 | Size: (19.03 MB)
FileName :002 Installing Python 3 9 5.mp4 | Size: (40.3 MB)
FileName :003 Installing Pycharm 2021 1 on Windows 10.mp4 | Size: (36.57 MB)
FileName :004 Start using Python and IDLE.mp4 | Size: (35.83 MB)
FileName :001 Installing Python 3 10 1 & Pycharm 2021 3 on Windows 10.mp4 | Size: (47.01 MB)
FileName :001 Create first Python project in Pycharm.mp4 | Size: (38.29 MB)
FileName :002 Run first Python code in Pycharm.mp4 | Size: (67.11 MB)
FileName :003 Customize settings & environment of Pycharm.mp4 | Size: (76.56 MB)
FileName :004 Project 1 Drawing shapes in Python.mp4 | Size: (24.93 MB)
FileName :001 Comments in Python.mp4 | Size: (23.98 MB)
FileName :002 Variables in Python ( string, int, float, bool).mp4 | Size: (111.52 MB)
FileName :003 Variables - Naming rules & assigning values.mp4 | Size: (174.83 MB)
FileName :004 Get the data type of variables.mp4 | Size: (48.26 MB)
FileName :005 Type casting and conversion.mp4 | Size: (182.54 MB)
FileName :006 Getting inputs from users.mp4 | Size: (60.95 MB)
FileName :007 Project 2 Simple calculator in Python.mp4 | Size: (87.59 MB)
FileName :001 Working with Strings.mp4 | Size: (74.82 MB)
FileName :002 String Methods.mp4 | Size: (223.87 MB)
FileName :003 String slicing.mp4 | Size: (124.77 MB)
FileName :004 String formatting in Python.mp4 | Size: (107.56 MB)
FileName :001 What are basic operators in Python.mp4 | Size: (21.96 MB)
FileName :002 Arithmetic operators.mp4 | Size: (77.09 MB)
FileName :003 Precedence of operators.mp4 | Size: (130.67 MB)
FileName :004 Assignment operators.mp4 | Size: (83.22 MB)
FileName :005 Identity operators.mp4 | Size: (42.01 MB)
FileName :006 Membership operators.mp4 | Size: (41.55 MB)
FileName :007 Numeric functions.mp4 | Size: (83.28 MB)
FileName :008 Project 3 Age calculator.mp4 | Size: (124.37 MB)
FileName :001 What is Module in Python.mp4 | Size: (103.3 MB)
FileName :002 Using modules with "Import" keyword.mp4 | Size: (81 MB)
FileName :003 Project 4 Math module in Python.mp4 | Size: (285.61 MB)
FileName :004 Project 5 Degree to Radian convertor.mp4 | Size: (71.08 MB)
FileName :005 Project 6 Area of circle calculator.mp4 | Size: (64.7 MB)
FileName :006 Using Platform module in Python.mp4 | Size: (110.09 MB)
FileName :007 Using datetime module in Python.mp4 | Size: (90.62 MB)
FileName :008 Using dir() function in Python.mp4 | Size: (36.52 MB)
FileName :001 Simple if statement = simple condition.mp4 | Size: (59.39 MB)
FileName :002 Comparison operators.mp4 | Size: (94.48 MB)
FileName :003 else statement = to create advance if.mp4 | Size: (40.19 MB)
FileName :004 elif = Multiple if statements.mp4 | Size: (43.57 MB)
FileName :005 Logical operators.mp4 | Size: (100.45 MB)
FileName :006 while loop = Simple method.mp4 | Size: (104.2 MB)
FileName :007 String splitter by while loop.mp4 | Size: (82.16 MB)
FileName :008 break statement in while loop.mp4 | Size: (45 MB)
FileName :009 continue statement in while loop.mp4 | Size: (44.33 MB)
FileName :010 Simple for loop structure in Python.mp4 | Size: (101.33 MB)
FileName :011 break statement with for loop.mp4 | Size: (42.01 MB)
FileName :012 continue , pass statements with for loop.mp4 | Size: (63.59 MB)
FileName :013 Nested for loop.mp4 | Size: (62.16 MB)
FileName :014 range function with for loop.mp4 | Size: (77.79 MB)
FileName :015 Project 7 String & List splitter.mp4 | Size: (85.22 MB)
FileName :001 Project 8 Number Guessing Game in Python.mp4 | Size: (152.47 MB)
FileName :002 Project 9 Animal Guessing Game in Python.mp4 | Size: (95.74 MB)
FileName :001 What is a file and steps to use it in Python.mp4 | Size: (66.32 MB)
FileName :002 Reading the file by open(), read(), readline(),.mp4 | Size: (160.57 MB)
FileName :003 Writing the file by open(), write(), writelines(),.mp4 | Size: (129.06 MB)
FileName :004 Append values and create a file.mp4 | Size: (74.91 MB)
FileName :005 Using r+ to read and write text file.mp4 | Size: (49.99 MB)
FileName :006 Using a+ to read and append text file.mp4 | Size: (44 MB)
FileName :007 Protect data inside text file & change the folder of it.mp4 | Size: (95.08 MB)
FileName :008 Check if the file exist by os module.mp4 | Size: (77.12 MB)
FileName :009 Rename a file by os module.mp4 | Size: (44.35 MB)
FileName :010 Delete a file by os module.mp4 | Size: (27.79 MB)
FileName :011 Folder functions create folder, rename, delete, exist.mp4 | Size: (158.22 MB)
FileName :012 Project 10 Customer info with save and search.mp4 | Size: (214.47 MB)
FileName :001 Create and call the function in Python.mp4 | Size: (98.27 MB)
FileName :002 docstring in function.mp4 | Size: (37.8 MB)
FileName :003 Arguments or parameter in functions.mp4 | Size: (167.88 MB)
FileName :004 Keyword arguments in function.mp4 | Size: (53.53 MB)
FileName :005 args Variable-length arguments.mp4 | Size: (52.68 MB)
FileName :006 kwargs Variable-length keyword arguments.mp4 | Size: (79.32 MB)
FileName :007 Return value of function - pass statement.mp4 | Size: (74.34 MB)
FileName :008 Recursion function.mp4 | Size: (117.38 MB)
FileName :009 Scope of variables.mp4 | Size: (60.91 MB)
FileName :001 What are Bug and Debug & line numbers.mp4 | Size: (46.19 MB)
FileName :002 Breakpoints and debugging Python code.mp4 | Size: (123.98 MB)
FileName :003 try structure error handling in Python code.mp4 | Size: (162.62 MB)
FileName :001 List Basics.mp4 | Size: (263.38 MB)
FileName :002 List Advance.mp4 | Size: (221.09 MB)
FileName :003 Tuple.mp4 | Size: (260.9 MB)
FileName :004 Set Basics.mp4 | Size: (203.4 MB)
FileName :005 Set advance methods.mp4 | Size: (123.13 MB)
FileName :006 Dictionary in Python.mp4 | Size: (331.61 MB)
FileName :001 Start using PIP & Pypi.mp4 | Size: (134.72 MB)
FileName :002 Find and install packages.mp4 | Size: (183.68 MB)
FileName :002 Download & install SQL 2014 on Windows 10 and Windows 7.mp4 | Size: (258.76 MB)
FileName :003 Start using SQL server and SSMS.mp4 | Size: (150.72 MB)
FileName :004 Working with SQL database.mp4 | Size: (208.41 MB)
FileName :005 Using SQL Server configuration manager.mp4 | Size: (47.59 MB)
FileName :006 Using SQL Server Table.mp4 | Size: (329.25 MB)
FileName :007 SQL Numeric Data types.mp4 | Size: (344.19 MB)
FileName :008 SQL English Text Data types.mp4 | Size: (192.44 MB)
FileName :009 SQL Unicode Text Data types.mp4 | Size: (177.24 MB)
FileName :010 GUID datatype in SQL.mp4 | Size: (95.46 MB)
FileName :011 How to Attach, Detach and offline the SQL database.mp4 | Size: (148.41 MB)
FileName :012 Identity and Auto Increment Column in SQL Server.mp4 | Size: (120 MB)
FileName :013 SQL Date Time Data types.mp4 | Size: (194.39 MB)
FileName :014 Project = Create Phone Book database in SQL.mp4 | Size: (340.01 MB)
FileName :015 Select Query In SQL.mp4 | Size: (411.33 MB)
FileName :016 Search data in SQL.mp4 | Size: (220.98 MB)
FileName :001 Structure of Database Apps in Python.mp4 | Size: (54.38 MB)
FileName :002 Installing pyodbc module on Python.mp4 | Size: (55.14 MB)
FileName :003 Create Sample SQL Server Database.mp4 | Size: (102.03 MB)
FileName :004 Connect to SQL Database in Python.mp4 | Size: (216.73 MB)
FileName :005 Load SQL Server data & show in Python.mp4 | Size: (298.66 MB)
FileName :002 Download the Oracle MySQL.mp4 | Size: (47.97 MB)
FileName :003 Install MySQL on Windows 10-64 Bit.mp4 | Size: (78.9 MB)
FileName :004 Install Net framework 4 5 2 on Windows 7-64 Bit.mp4 | Size: (49.25 MB)
FileName :005 Install MySQL on Windows 7- 64 Bit.mp4 | Size: (110.66 MB)
FileName :006 Various features of MySQL.mp4 | Size: (26.02 MB)
FileName :007 Create the MySQL Connection for connecting to it.mp4 | Size: (39.87 MB)
FileName :008 Using main parts on MySQL Workbench.mp4 | Size: (48.48 MB)
FileName :009 What is MySQL Database.mp4 | Size: (33.11 MB)
FileName :010 Create the Database in MySQL.mp4 | Size: (61.31 MB)
FileName :011 Edit- delete and configure My SQL database.mp4 | Size: (58.96 MB)
FileName :012 What is Charset in My SQL Database.mp4 | Size: (57.65 MB)
FileName :013 What is the Collation in My SQL Database.mp4 | Size: (42.32 MB)
FileName :014 Utf8mb4 Charset and Collation in MySQL Database.mp4 | Size: (50.58 MB)
FileName :015 introduction to My SQL Table.mp4 | Size: (68.91 MB)
FileName :016 Add Simple table to the MySQL Database.mp4 | Size: (75.26 MB)
FileName :017 Create Multi-Column table in MySQL.mp4 | Size: (71.63 MB)
FileName :018 How to edit and configure the table in MySQL.mp4 | Size: (51.51 MB)
FileName :019 Add sample data to MySQL table.mp4 | Size: (58.93 MB)
FileName :020 What is MySQL data type.mp4 | Size: (24 MB)
FileName :021 What is MySQL Numeric data types.mp4 | Size: (28.43 MB)
FileName :022 Various Decimal Data Types in MySQL.mp4 | Size: (34.75 MB)
FileName :023 Various Date Time Data types in MySQL.mp4 | Size: (41.23 MB)
FileName :024 Various Text & Char data types in MySQL.mp4 | Size: (32.76 MB)
FileName :025 What is Auto-Increment column in MySQL.mp4 | Size: (34.46 MB)
FileName :026 Add Auto-Increment column in MySQL.mp4 | Size: (29.14 MB)
FileName :027 Reset Auto Increment value in MySQL.mp4 | Size: (42.34 MB)
FileName :028 Create Phone Book Database in MySQ.mp4 | Size: (33.45 MB)
FileName :029 Add Personal columns to Customer List table.mp4 | Size: (73.55 MB)
FileName :030 Add Contact columns to Customer List table.mp4 | Size: (52.95 MB)
FileName :031 Add auto increment to ID column.mp4 | Size: (21.73 MB)
FileName :032 Add sample data and test our MySQL table.mp4 | Size: (74.66 MB)
FileName :033 What is Select Query in MySQL.mp4 | Size: (6.39 MB)
FileName :034 Use Select query with () to show all columns.mp4 | Size: (50.89 MB)
FileName :035 Writing our first Select query.mp4 | Size: (41.91 MB)
FileName :036 Sort the records with Select query.mp4 | Size: (49.3 MB)
FileName :037 Limit number of rows with Select Query.mp4 | Size: (36.14 MB)
FileName :001 Structure of using MySQL in Python.mp4 | Size: (35.09 MB)
FileName :002 Installing MySQL module on Python.mp4 | Size: (73.58 MB)
FileName :003 Create Sample MySQL Database - Introduction.mp4 | Size: (4.87 MB)
FileName :004 Create Phone Book Database in MySQL.mp4 | Size: (29.46 MB)
FileName :005 Add Personal columns to Customer List table.mp4 | Size: (59.85 MB)
FileName :006 Add Contact columns to Customer List™ table.mp4 | Size: (43.69 MB)
FileName :007 Add auto increment to ID column.mp4 | Size: (18.29 MB)
FileName :008 Add sample data and test our MySQL table.mp4 | Size: (59.99 MB)
FileName :009 Connect to MySQL database in Python.mp4 | Size: (179.56 MB)
FileName :010 Load MySQL data and show in Python.mp4 | Size: (294.16 MB)
FileName :001 Download & install Postgres on Windows.mp4 | Size: (76.59 MB)
FileName :002 Start using PostgreSQL Admin or pgAdmin.mp4 | Size: (67.34 MB)
FileName :003 Adding PostgreSQL Server to pgAdmin.mp4 | Size: (71.62 MB)
FileName :004 Creating database in PostgreSQL.mp4 | Size: (75.35 MB)
FileName :005 What is the table.mp4 | Size: (40.84 MB)
FileName :006 Add schema in Postgres database.mp4 | Size: (34.67 MB)
FileName :007 Add table in to database.mp4 | Size: (76.53 MB)
FileName :008 Add columns in table in Postgres.mp4 | Size: (122.89 MB)
FileName :009 Add data to table and load it - Primary key in table.mp4 | Size: (104.03 MB)
FileName :010 Auto increment for identity columns & using 'Truncate' query.mp4 | Size: (144.49 MB)
FileName :011 Integer = ( smallint, integer, bigint, smallserial , serial , bigserial ).mp4 | Size: (114.91 MB)
FileName :012 Fix-Point decimal = ( numeric or decimal ).mp4 | Size: (91.12 MB)
FileName :013 Floating-Point decimal = ( real, double precision).mp4 | Size: (73.73 MB)
FileName :014 Monetary = money.mp4 | Size: (30.68 MB)
FileName :015 Character = ( character(n) , character varying(n) , text ).mp4 | Size: (101.73 MB)
FileName :016 Boolean = (boolean ).mp4 | Size: (38.99 MB)
FileName :017 DateTime = ( date, time, Date Time, time + zone, DateTime + Zone ).mp4 | Size: (85.41 MB)
FileName :001 Structure of using Postgres in Python.mp4 | Size: (44.54 MB)
FileName :002 Installing Postgres module on Python (psycopg2).mp4 | Size: (51.91 MB)
FileName :003 Create Sample Postgres Database.mp4 | Size: (87.21 MB)
FileName :004 Create a connection to Postgres in Python.mp4 | Size: (74.35 MB)
FileName :005 Protect the codes by try structure.mp4 | Size: (54 MB)
FileName :006 Close the connection.mp4 | Size: (56.67 MB)
FileName :007 Create a Cursor object.mp4 | Size: (23.33 MB)
FileName :008 Read the data by SQL Select query.mp4 | Size: (55.67 MB)
FileName :009 Show the data in Python by cursor object.mp4 | Size: (43.14 MB)
FileName :010 Show all data in Python by fetchall() method.mp4 | Size: (70.19 MB)
FileName :011 Show custom data in Python by fetchmany() method.mp4 | Size: (34.57 MB)
FileName :012 Show one record in Python by fetchone() method.mp4 | Size: (35.01 MB)
FileName :013 Sort the records & customize columns.mp4 | Size: (111.21 MB)
FileName :014 Close the cursor.mp4 | Size: (32.51 MB)
FileName :001 Working with JSON files.mp4 | Size: (231.64 MB)
FileName :002 Import JSON data in Python and use it.mp4 | Size: (217.66 MB)
FileName :003 Export Python data to JSON.mp4 | Size: (193.37 MB)
FileName :001 SQL vs NoSQL Introduction to MongoDB.mp4 | Size: (143.29 MB)
FileName :002 Download MongoDB, Compass and MongoDB Shell.mp4 | Size: (75.06 MB)
FileName :003 Install MongoDB and start using it.mp4 | Size: (189.43 MB)
FileName :004 Install MongoDB Compass and start using it.mp4 | Size: (37.14 MB)
FileName :005 Install MongoDB Shell (Mongosh) and start using it.mp4 | Size: (130.98 MB)
FileName :006 Using Compass to add Database and Collection to MongoDB.mp4 | Size: (132.51 MB)
FileName :007 Using document to add data in MongoDB.mp4 | Size: (332.73 MB)
FileName :001 Structure of Using MongoDB in Python.mp4 | Size: (59.31 MB)
FileName :002 Install MongoDB module in Python.mp4 | Size: (84.68 MB)
FileName :003 Create Sample MongoDB database in Compass.mp4 | Size: (64.77 MB)
FileName :004 Using Client object to connect to MongoDB.mp4 | Size: (167.77 MB)
FileName :005 Create Database & Collection object.mp4 | Size: (176.11 MB)
FileName :006 Load data from MongoDB by Cursor object.mp4 | Size: (279.65 MB)
FileName :007 Search the documents.mp4 | Size: (128.14 MB)
FileName :001 Start adding GUI to Python by Tkinter.mp4 | Size: (200.72 MB)
FileName :002 Common properties of Window.mp4 | Size: (201.33 MB)
FileName :003 Using attributes of a Window.mp4 | Size: (170 MB)
FileName :004 Widget options.mp4 | Size: (173.33 MB)
FileName :005 Label widget and common options.mp4 | Size: (511.51 MB)
FileName :006 Using Button widget.mp4 | Size: (345.37 MB)
FileName :007 Using Entry widget.mp4 | Size: (555.8 MB)
FileName :008 Using Frame widget.mp4 | Size: (124.16 MB)
FileName :001 What is the geometry manager.mp4 | Size: (66.94 MB)
FileName :002 Using Pack() to design apps.mp4 | Size: (339.13 MB)
FileName :001 Design 'Find & Replace' Window in Tkinter.mp4 | Size: (344.88 MB)
FileName :002 Celsius to Fahrenheit convertor.mp4 | Size: (369.65 MB)
FileName :001 What is PyQt6 in Python.mp4 | Size: (68.83 MB)
FileName :002 Installing PyQt6.mp4 | Size: (52.01 MB)
FileName :003 Project Types of PyQt6.mp4 | Size: (46.01 MB)
FileName :004 First PyQt6 app to show Window by code.mp4 | Size: (114.41 MB)
FileName :005 Displaying a widget ( label, Push Button) on the Window by code.mp4 | Size: (83.94 MB)
FileName :006 Running Qt Designer for first time.mp4 | Size: (95.46 MB)
FileName :007 Running Qt Designer inside Pycharm.mp4 | Size: (35.23 MB)
FileName :008 Quick start using Qt designer.mp4 | Size: (139.25 MB)
FileName :009 What is 'ui' file.mp4 | Size: (94.9 MB)
FileName :010 Simple method to load 'ui' file in Python.mp4 | Size: (127.08 MB)
FileName :011 Create a class to load 'ui' file in Python.mp4 | Size: (136.21 MB)
FileName :001 Section intro Image processing with pillow in Python.mp4 | Size: (9.76 MB)
FileName :002 What is pillow image in Python.mp4 | Size: (20.54 MB)
FileName :003 Download and install pillow in Python.mp4 | Size: (64.13 MB)
FileName :004 Open and show an image with pillow.mp4 | Size: (83.7 MB)
FileName :005 Save image in pillow with different formats.mp4 | Size: (100.72 MB)
FileName :006 Get attributes of images like size, format, color mode.mp4 | Size: (103.75 MB)
FileName :007 Resize image by pillow.mp4 | Size: (76.66 MB)
FileName :008 Rotate image with rotate method.mp4 | Size: (49.66 MB)
FileName :009 Create thumbnail image.mp4 | Size: (41.21 MB)
FileName :010 Crop image by pillow.mp4 | Size: (88.41 MB)
FileName :011 Rotate and Flip image by transpose method.mp4 | Size: (69.19 MB)
FileName :012 Adding Blur, BoxBlur, GaussianBlur filter by pillow.mp4 | Size: (73.69 MB)
FileName :013 Adding Contour filter by pillow.mp4 | Size: (26.84 MB)
FileName :014 Adding Detail filter by pillow.mp4 | Size: (17.32 MB)
FileName :015 Adding Edge Enhance filter by pillow.mp4 | Size: (27.72 MB)
FileName :016 Adding Emboss filter by pillo.mp4 | Size: (17.01 MB)
FileName :017 Adding Find Edge filter by pillow.mp4 | Size: (17.14 MB)
FileName :018 Adding Smooth filter by pillow.mp4 | Size: (21.54 MB)
FileName :019 Adding Sharpen filter by pillow.mp4 | Size: (21.89 MB)
FileName :020 Add simple text ( watermark) to image.mp4 | Size: (96.16 MB)
FileName :021 Add text (Watermark) with custom font to image.mp4 | Size: (115.29 MB)
FileName :022 Split image bands ( Color Channels).mp4 | Size: (128.5 MB)
FileName :023 Merge Color Channels to create image.mp4 | Size: (47.77 MB)
FileName :001 Create face recognition project in PyCharm.mp4 | Size: (19.11 MB)
FileName :002 Install cmake, dlib, face-recognition, pillow libraries.mp4 | Size: (68.11 MB)
FileName :003 Check if everything is installed correctly.mp4 | Size: (17.67 MB)
FileName :004 Load image to Numpy array.mp4 | Size: (40.85 MB)
FileName :005 Find location of faces in image.mp4 | Size: (112.78 MB)
FileName :006 Load pillow image from Numpy array.mp4 | Size: (30.36 MB)
FileName :007 Draw rectangle around detected faces & show it.mp4 | Size: (120.32 MB)
FileName :008 Split and save each face in dedicated image file.mp4 | Size: (159.79 MB)
FileName :009 Detecting face landmarks ( facial features ).mp4 | Size: (236.27 MB)
FileName :010 Add rouge makeup on the lips.mp4 | Size: (135.35 MB)
FileName :011 Add thicker eyebrows.mp4 | Size: (56.14 MB)
FileName :012 Add eyeliner around the eyes.mp4 | Size: (45.1 MB)
FileName :013 4 Add sparkle on eyes or overlay color.mp4 | Size: (50.15 MB)
FileName :001 How to download and install PyPDF3, PyPDF2, PyDPF4.mp4 | Size: (52.03 MB)
FileName :002 Create the PDF project in Pycharm.mp4 | Size: (31.43 MB)
FileName :003 Extracting Pdf document information (Title, Author, ).mp4 | Size: (154.63 MB)
FileName :004 Rotating PDF pages.mp4 | Size: (140.97 MB)
FileName :005 Merging PDF files.mp4 | Size: (73.29 MB)
FileName :006 Splitting PDF pages in PDF file.mp4 | Size: (153.15 MB)
FileName :007 Adding password to PDF file.mp4 | Size: (121.35 MB)
FileName :008 Adding watermark to PDF pages.mp4 | Size: (166.37 MB)
FileName :001 What is the Selenium and its structure.mp4 | Size: (31.58 MB)
FileName :002 Install the Selenium in Python project.mp4 | Size: (59.03 MB)
FileName :003 Install web driver for Chrome and edge.mp4 | Size: (88.89 MB)
FileName :004 Load the Web driver from Windows Path.mp4 | Size: (64.52 MB)
FileName :005 Load the Web driver from specific folder in project.mp4 | Size: (78.53 MB)
FileName :006 Project 1 Load title and url of website.mp4 | Size: (83.52 MB)
FileName :007 Using browser's inspector to find elements by Name, ID ,.mp4 | Size: (171.07 MB)
FileName :008 Send text to browser and search it by selenium.mp4 | Size: (79 MB)
FileName :009 Searching a word in Google by selenium and Python.mp4 | Size: (32.9 MB)
FileName :010 Introduction to stackoverflow website.mp4 | Size: (41.69 MB)
FileName :011 Load stackoverflow login page by Selenium.mp4 | Size: (48.87 MB)
FileName :012 Using implicit wait to add delay to Selenium.mp4 | Size: (103.27 MB)
FileName :013 What is Explicit wait in Selenium.mp4 | Size: (42.39 MB)
FileName :014 What is Xpath to find element in Website.mp4 | Size: (111.16 MB)
FileName :015 Using Explicit wait in Selenium.mp4 | Size: (98.3 MB)
Screenshot
RapidGator
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!