17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Python Masterclass 2023 Build 15 Real World Python Projects
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Python Masterclass 2023: Build 19 Real World Python Projects
This course is designed for beginners who want to learn Python programming language from scratch.
The course contains two parts:
1. Python Basics (Section 1 to Section 14)
2. Python Projects(Section 15 to Section 44 )
Here Is What You Get By Enrolling In This Course:
Word-By-Word Explanation: In the entire course, I explain each line of code, without skipping a single line of code.
High Quality Content: Over 55+ hours of HD(1080p) Videos.
Well Structured & Easy To Learn: Course has been specially designed to make it easy for the students to learn Python, Django, Data Analysis, Flask, Tkinter, OpenCV, File Compression, Desktop App development with PostgreSQL & Web Scraping.
24 X 7 Support: I will always be there to guide you in your journey to become Python expert.
Here Is Everything You Will Learn In This Complete Course:
In this hands-on course, you will learn Python right starting from scratch to the level where you can build almost anything with it, be it a fully functional database oriented web application or an automation tool.
This course will teach you Python right from scratch from a very basic level and will gradually move you towards more advanced topics.
We not just cover all the Python basics but also the most popular Python libraries such as Django, Flask, Tkinter & Selenium.
The Complete Course is divided into 17 Major sections.
Here is a brief description of what you will learn in each section.
Section 1: Python basics.
This section covers all the basics of Python, starting right from installing the required tools to covering topics like mathematical operators, strings, accepting user input, string operations, variables, conditionals like if, elif, control structures such as while & for loop, functions, modules & packages, lists, file handling, OOP in Python, regular expressions. Almost every basic Python concept is covered in this section.
Section 2: Make GUI In Python Using Tkinter.
Once done with the basics, we know learn the Tkinter library which allows us to create desktop based applications with Python. We learn how to create GUI apps using Tkinter & Python and also build a fully functional Desktop app i.e a calculator.
Section 3: Making Database Oriented Desktop Apps With PostgreSQL.
Making a simple desktop app alone isn’t sufficient, it needs a backend database to store some data. To do the same we learn how to connect our desktop apps to the backend. In this section we build a student management system software using Python, Tkinter to design the GUI & PostgreSQL database to store the data for our application in the backend.
Section 4: File Compression & Encoding In Python.
In this section we will learn how to perform file compression in Python to reduce file size. We also learn how to de-compress the compressed data and the methods used for it. We build a GUI based file compression tool using Python & Tkinter and a file compression library.
Section 5: Text To Speech Converter Using Python.
Text could be converted into speech/audio and that is exactly what is being covered in this specific section where we build a tool that generates audio from a given text. Not just that, we also learn how to convert an entire text file into mp3 which can be used to generate audiobooks from ebooks. We also learn how to convert the user input into speech.
Section 6: QR Code Generator.
We build a simple tool that can convert any link and convert it into a QR code that can be scanned via any smartphone that has a QR code reader. This tool creates QR code images that can be shared anywhere and the entire tool is built using Python & Tkinter.
Section 7: Video Downloader App.
In this section we built another tool to build our Python skills. This tool accepts a video URL, asks us to select the path where we want to download the specified video and then downloads that video to the specified path on our operating system. Not just that, this tool will also be able to convert video files into pure mp3 files as well. We build this tool from scratch right from architecting the code to designing the functionality to creating a user interface, all of it done using Python.
Section 8: Building A Credit Card Validator Using Lhun’s Algorithm.
In this section we will learn what is Lhun’s algorithm and how it is used to validate credit cards. We learn how Lhun’s algorithm can be implemented in Python and used to validate credit card numbers. This section is designed to teach algorithmic thinking and implementation in Python.
Section 9: Data Analysis.
Python is being widely used in the data science domain and hence it is important to learn how to use Python to analyse data. Hence in this section we learn how to use the tools and techniques used to perform data analysis. We start off by learning the Pandas library which is used to perform data analysis and all the basic concepts like DataFrames, Reindexing, Indexing, Broadcasting and also learn how to perform data plotting and visualisation with the Matplotlib library.
In this section we also have a data science project which is based on analysing supermarket data to find insightful information which helps take better business decisions. We also learn how to represent data visually using multiple types of charts and bar graphs built using matplotlib.
Section 10: Python Web Framework Django 3.
This section will teach you how to build full-stack web applications with Python & Django 3. Django is one of the most popular web frameworks for Python and is used to program the back-end side of out web app. In this section we will learn Django right from basics and will build a simple book store web application. We will learn how to create models, how to route URL requests, how to create different views for our web app, how to integrate HTML templates and a lot more.
In this section we also build a fully functional todo list application built using Django. This application performs all the basic CRUD operations which stands for Create, Read, Update & Delete data from the database. While building this application, we ensure that all the important concepts of Django are throughly covered and implemented.
Section 11: Python Web Framework Flask.
Flask is a micro web framework for Python used to build simpler web apps. If you want to develop some simple and small websites, you can do so using Flask. In this section we cover flask basics suck as Routing, Dynamic URLs, Templates, passing data to the server & site cookies.
Section 12: REST APIs Using Django Rest Framework.
In this section we learn how to build our own REST APIs using the Django Rest Framework. If you already have a Django web app built, you can create API endpoints for it using the Django Rest Framework. In this section we will build a fully functional REST API with features such as search, filtering & authentication.
Section 13: Web Scraping in Python.
Python can also be used to crawl websites and gather data from it. In this section we learn the same, we build a web crawler which crawls up any website of our choice and gathers links from it. Web crawlers are used by many search engines to rank websites and in this section we learn how to build a smaller version of it using Python.
Section 14: Automation with Python & Selenium.
Python is widely used for automation as well, especially for testing. Selenium web driver is one such tool which has been built for automating tests but the same can be used for automating other browser based tasks as well. In this section we learn how to automate tasks using Selenium and will also build a Facebook Bot that automatically posts status for us.
Section 15: Best Practices: Writing Clean & Efficient Python Code.
To be a good Python engineer/ developer you need to know how to write clean, concise and efficient Python code. In this section we learn some of the best practice that you must follow while writing Python code so.
Section 16: Network Programming In Python Using Sockets: Building A Chat Application.
Networking is an important concept in IT & Computer Science as it facilitates communication between devices or servers. Keeping this in mind, this section covers the basic networking concepts and we learn how to implement them using Python by building a simple desktop based chat application. In this section we learn what is an IP address, what are ports, sockets and buffers and how they could be used to implement a communication program. We lean how sockets can be used for communication between process on the same and on different devices.
Section 17: Image Processing With Python & OpenCV.
Python can also be used to process and manipulate images and videos. In this section we learn how to use OpenCV library with Python to manipulate images. We learn some interesting things like capturing webcam video, tracking images from a live video, different image thresholding techniques, image blurring, averaging and Gaussian filtering.
So let’s begin the journey of becoming an expert in Python.
In addition to the Udemy 30-day money back guarantee, you have my personal guarantee that you will love what you learn in this course. If you ever have any questions please feel free to message me directly and I will do my best to get back to you as soon as possible!
Make sure to enrol in the course before the price changes.
Take yourself one step closer towards becoming a professional Python developer by clicking the “take this course button” now!
Join the journey.
Sincerely,
Ashutosh Pawar
Who this course is for:
Beginners who want to learn Python.
Beginners who want to learn Django.
Beginners who want to learn Flask.
Web Developers.
Students who wish to learn a new skill to develop their career.
Who want to get a job as a Python developer.
Requirements
No coding, or technical knowledge required.
A computer with internet connection.
No paid tools are required as the tools required for this course are free.
Passion and curiosity to learn someting new.
Last Updated 7/2023
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
.pad/0
14 B
.pad/1
1 B
TutsNode.net.txt
63 B
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/01 - Introduction/001 Introduction To The Course_en.srt
12.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/02 - Introduction To Python Programming Language/001 Introduction-To-Python-Programming-Langguage.pdf
329.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/02 - Introduction To Python Programming Language/001 Python A High Level Programming Language_en.srt
13.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/02 - Introduction To Python Programming Language/004 How To Use Section Notes For Effective Learning.html
752 B
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/02 - Introduction To Python Programming Language/006 Up Next.html
419 B
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/03 - Installing Python & Pycharm/003 Installing Python On Mac_en.srt
3.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/03 - Installing Python & Pycharm/004 Installing PyCharm On Mac_en.srt
3.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/03 - Installing Python & Pycharm/005 Installing Python On Linux_en.srt
2.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/03 - Installing Python & Pycharm/006 Installing PyCharm On Linux_en.srt
2.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/03 - Installing Python & Pycharm/007 How To Fix Installation Issues.html
213 B
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/05 - Basic Python Concepts/002 Exponent & Modulus Operators_en.srt
12.9 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/05 - Basic Python Concepts/003 Creating Strings & Using Escape Characters_en.srt
14.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/05 - Basic Python Concepts/018 Creating A Simple Interest Calculator_en.srt
13.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/06 - Lists, Dictionaries & Sets/007 List Functions_en.srt
17.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/06 - Lists, Dictionaries & Sets/012 Dictionaries_en.srt
13.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/06 - Lists, Dictionaries & Sets/030 Section Notes.html
16.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/07 - Conditionals In Python/016 Creating A List Of Products_en.srt
13.1 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/07 - Conditionals In Python/022 Section Notes.html
21.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/08 - Functions In Python/001 Functions_en.srt
13.1 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/08 - Functions In Python/012 Check If A String Is A Palindrome_en.srt
16.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/10 - Errors & Exceptions In Python/011 Section Notes.html
18.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/11 - File Handling In Python/013 Writing Serialised Data To File_en.srt
13.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/11 - File Handling In Python/016 Editing User Data_en.srt
17 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/11 - File Handling In Python/020 Source Code.html
14.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/11 - File Handling In Python/021 Section Notes.html
20.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/13 - Object Oriented Programming In Python/003 Instance Attributes_en.srt
13.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/13 - Object Oriented Programming In Python/006 Inheritance_en.srt
14 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/13 - Object Oriented Programming In Python/015 Nesting Class Example_en.srt
16.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/13 - Object Oriented Programming In Python/020 Entire OOP Example Part 2_en.srt
12.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/13 - Object Oriented Programming In Python/021 Student Management System Using OOP_en.srt
14.1 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/15 - Tkinter/002 Hello World_en.srt
13.9 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/15 - Tkinter/006 Adding Two Numbers_en.srt
14.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/15 - Tkinter/008 Beverage Selector_en.srt
17.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/15 - Tkinter/009 Radiobuttons_en.srt
12.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/15 - Tkinter/014 Writing Tkinter Apps Using OOP_en.srt
12.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/17 - Project 2 Building Database Apps With PostgreSQL & Python/009 Setting Up Virtualenv On Windows_en.srt
12.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/17 - Project 2 Building Database Apps With PostgreSQL & Python/015 Creating App Layout_en.srt
14.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/17 - Project 2 Building Database Apps With PostgreSQL & Python/018 Search Functionality_en.srt
16.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/18 - Project 3 File Compression & Encoding In Python/001 Compressing Files In Python_en.srt
18.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/18 - Project 3 File Compression & Encoding In Python/003 Splitting Code Into Functions_en.srt
13.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/18 - Project 3 File Compression & Encoding In Python/004 Designing The GUI_en.srt
17.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/20 - Project 5 Implementing Password Hashing & Building A Password Validator/001 Introduction To Password Hashing_en.srt
14.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/20 - Project 5 Implementing Password Hashing & Building A Password Validator/002 Implementing Password Hashing In Python_en.srt
13.9 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/20 - Project 5 Implementing Password Hashing & Building A Password Validator/003 Building A Password Validator_en.srt
13.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/21 - Project 6 Building A QR Code Generator With Python/001 QR Code Generator Part 1_en.srt
12.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/21 - Project 6 Building A QR Code Generator With Python/002 QR Code Generator Part 2_en.srt
12.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/23 - Project 8 Credit Card Validation Using Lhun's Algorithm/002 Building A Credit Card Validator Part 2_en.srt
17.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/23 - Project 8 Credit Card Validation Using Lhun's Algorithm/003 Building A Credit Card Validator Part 3_en.srt
13.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/24 - Data Analysis Using Python/023 Advanced indexing and slicing techniques_en.srt
13.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/25 - Project 9 Supermarket Data Analysis Project With Python & Pandas/001 sales.csv
77.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/25 - Project 9 Supermarket Data Analysis Project With Python & Pandas/003 Analysing Supermarket Sales Data Part 3 Accessing Different Parts Of Data_en.srt
12.9 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/25 - Project 9 Supermarket Data Analysis Project With Python & Pandas/008 Analysing Supermarket Sales Data Part 8 Finding Market Share_en.srt
14.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/25 - Project 9 Supermarket Data Analysis Project With Python & Pandas/011 Analysing Supermarket Sales Data Part 11 Answering Multiple Queries.mp4
113.4 MB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/25 - Project 9 Supermarket Data Analysis Project With Python & Pandas/011 Analysing Supermarket Sales Data Part 11 Answering Multiple Queries_en.srt
21.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/014 Adding Objects To Database_en.srt
15.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/019 DetailView Part 1_en.srt
12.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/025 Adding Staticfiles_en.srt
13 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/027 Using Base Template_en.srt
13.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/028 Adding Image Field_en.srt
14.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/032 Submitting Form Data To Database_en.srt
12.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/033 Edit Functionality_en.srt
13.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/034 Fixing Errors & Issues_en.srt
14.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/036 Delete Functionality_en.srt
14.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/26 - Django Make Web Apps Using Python & Django/037 Design Touchup For Index Page_en.srt
13.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/27 - Project 10 Building A Todo App Using Django 3/001 Going From Idea To App_en.srt
14.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/27 - Project 10 Building A Todo App Using Django 3/007 Adding Bootstrap_en.srt
13.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/27 - Project 10 Building A Todo App Using Django 3/013 Delete Functionality_en.srt
13 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/27 - Project 10 Building A Todo App Using Django 3/014 Adding Date To Tasks_en.srt
12.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/27 - Project 10 Building A Todo App Using Django 3/015 Edit Functionality_en.srt
16.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/28 - Make Web Applications Using Python & Flask/003 Hello World_en.srt
15.5 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/28 - Make Web Applications Using Python & Flask/007 Redirect & URL For_en.srt
13.9 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/28 - Make Web Applications Using Python & Flask/015 Adding Navbar_en.srt
14.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/29 - Project 11 Building A Expense Manager With Flask, Python & ChartJs/013 Edit Functionality Part 2_en.srt
12.9 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/29 - Project 11 Building A Expense Manager With Flask, Python & ChartJs/014 Calculating Total_en.srt
13.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/29 - Project 11 Building A Expense Manager With Flask, Python & ChartJs/016 Integrating ChartJs_en.srt
15 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/29 - Project 11 Building A Expense Manager With Flask, Python & ChartJs/017 Add View_en.srt
16.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/30 - Project 12 Building A REST API with Python & Django Rest Framework/001 What is an API_en.srt
15.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/30 - Project 12 Building A REST API with Python & Django Rest Framework/004 Setting Up API App_en.srt
14.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/30 - Project 12 Building A REST API with Python & Django Rest Framework/008 Adding Images To API_en.srt
16 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/30 - Project 12 Building A REST API with Python & Django Rest Framework/010 Setting Up React App_en.srt
17.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/34 - Project 14 Building A Facebook Auto Poster/001 Building A Facebook Auto Poster_en.srt
17 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/35 - Python Best Practices Writing Clean & Efficient Python Code/002 Writing Clean Python Code Best Practices part 2_en.srt
13.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/36 - Project 15 Building A Chat Application Using Network & Socket Programming/001 IP Address_en.srt
18.4 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/36 - Project 15 Building A Chat Application Using Network & Socket Programming/002 Ports & Sockets_en.srt
17.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/36 - Project 15 Building A Chat Application Using Network & Socket Programming/003 Creating A Client_en.srt
19.9 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/36 - Project 15 Building A Chat Application Using Network & Socket Programming/005 Using Buffer_en.srt
13.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/36 - Project 15 Building A Chat Application Using Network & Socket Programming/007 Sending Messages To Client_en.srt
13.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/36 - Project 15 Building A Chat Application Using Network & Socket Programming/008 Programming Send Functionality_en.srt
13.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/37 - Image Processing With OpenCV & Python/004 Reading & Displaying Images_en.srt
14.6 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/37 - Image Processing With OpenCV & Python/006 Drawing Shapes On Images.mp4
102.8 MB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/37 - Image Processing With OpenCV & Python/006 Drawing Shapes On Images_en.srt
17.3 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/37 - Image Processing With OpenCV & Python/008 Manipulating Pixels_en.srt
14.2 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/37 - Image Processing With OpenCV & Python/010 Object Tracking In Images.mp4
103.5 MB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/37 - Image Processing With OpenCV & Python/010 Object Tracking In Images_en.srt
18.7 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/37 - Image Processing With OpenCV & Python/017 Geometric Transformation Of Images Implementation_en.srt
15.8 KB
[TutsNode.net] - Python Masterclass 2023 Build 15 Real World Python Projects/38 - Miscellaneous Content/005 Bootstrap Part 3 Bootstrap Grid System_en.srt