- Видео 22
- Просмотров 483 003
Aditya Pai Thon
Индия
Добавлен 20 июн 2017
Awesome Python Project tutorials with clear and precise explanation.
Build great python projects with follow along coding tutorials.
Build great python projects with follow along coding tutorials.
20 Python Projects in Under 10 minutes
Code for all projects available at : github.com/AdityaPai2398
It's been a year since I've started this RUclips Channel, thanks to all you amazing folks we've hit 2k subscribers now :)
This video is a look back from where we began past year.
Happy New Year 2020!
It's been a year since I've started this RUclips Channel, thanks to all you amazing folks we've hit 2k subscribers now :)
This video is a look back from where we began past year.
Happy New Year 2020!
Просмотров: 4 757
Видео
Auto Search StackOverflow for Errors in Code using Python
Просмотров 7 тыс.5 лет назад
Ever faced the great difficulty in copying the error you're stuck with, opening the browser, pasting it and opening the right Stack Overflow Answer? Worry Not, Here's the solution! So in this video we use Python (well, ofcourse) to automatically search stack overflow for the errors/ exceptions you are stuck with. Using the StackExchange API (api.stackexchange.com/) we search through the SO thre...
Send Whatsapp Messages with Python and Twilio Part 2
Просмотров 6 тыс.5 лет назад
Hey Everyone! In this video we are going to add another feature to our live cricket score fetcher, we are going to send the cricket score fetched from cricapi and send it as a Whatsapp message. To send the cricket score as a whatsapp message we are going to use Twiio Sandbox feature that has Whatsapp Beta integrated into it. This would help use send Whatsapp Messages from the Twilio Account to ...
Building a Whatsapp Bot to get Live Cricket Score Updates in Python Part 1
Просмотров 24 тыс.5 лет назад
Hey Everyone! In this video we are going to write a script that would return the live cricket score of your favorite cricket team and then send this as a Whatsapp message to your phone. Things we are going to do in this video 1) Get API Key from Cricbuz cricket api 2) Use this api to get the list of all cricket matches that are going to happen or already concluded 3) Parse this json that will b...
Deploy Python Flask App on Pythonanywhere.com
Просмотров 95 тыс.5 лет назад
In the final video of this 3 part series, we;re going to look at how you could deploy this application written locally to the cloud, so that all the good people of the internet could use it ;) The hosting provider that we are going to use is pythonanywhere.com. PythonAnywhere is an online integrated development environment and web hosting service based on the Python programming language.it prov...
Building the Flask Front End | Build and Deploy Python Flask Application | Part 2
Просмотров 8 тыс.5 лет назад
In this video we are going to build the front end for the PDF Extractor/Splitter logic that we wrote in the previous video. Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide...
Build and Deploy Python Flask Application | Building the PDF Splitter | Part 1
Просмотров 7 тыс.5 лет назад
In the first video of this series we're going to build the backend of our python application. The code would be responsible for splitting or extracting pages from the uploaded PDF. In the next video we are going to build the front end for this application which would be a Flask service accepting input from the user through the webbrowser. Code for this video : [Github link] : github.com/AdityaP...
Build your own Document Scanner(CamScanner) from scratch in Python
Просмотров 67 тыс.6 лет назад
I've always been fascinated by CamScanner (an app that is used to scan documents and also enhance their quality) so now we're going to learn how to build your very own Document Scanner in Python with just OpenCV! Code for the video : github.com/AdityaPai2398/CamScanner-In-Python I didn't build this from the top of my head, these are few excellent documentations and tutorials that I had referred...
Send Email with Python
Просмотров 6 тыс.6 лет назад
In this video we're going to send Emails in Python using the SMTPLib. Code for the Video : github.com/AdityaPai2398/Python-Mail-Sender It's a pretty useful utility to Monitor your scripts from a distance or send you mails about error messages and logs or whenever your scripts fail or complete execution. No additional installation needed. #python #SMTP #email
Extract URLs from Images using OCR in Python
Просмотров 4,8 тыс.6 лет назад
In this video we're going to see how you could extract links or URLs out of pngs/jpegs or any other format. Once these links are extracted we would use webbrowser to automatically open browser and direct us to that particular link. Code for this video : github.com/AdityaPai2398/Extract-Links-from-Images Installing OCR : ruclips.net/video/RewxjHw8310/видео.html Tutorial on regular expression : w...
Share Files from Laptop to Phone using Python HTTP Server
Просмотров 18 тыс.6 лет назад
In this video we're going to see how you could share files in your local area networks(LANs) using Python. httpserver is a useful Python Utility that helps us in accomplishing this. Using the private ip address of the host server we can access the files shared through any device within the local network. The command used : py -m http.server [OPTIONAL_PORT_NUMBER] This would then launch the serv...
How to Install Tesseract OCR Python on Windows 10/8/7
Просмотров 27 тыс.6 лет назад
In this video we are going to Install Tesseract on a Windows Platform and perform Optical Character Recognition OCR. The tesseract exe setup : github.com/UB-Mannheim/tesseract/wiki Tesseract is an optical character recognition engine for various operating systems. It is free software, released under the Apache License, Version 2.0 and development has been sponsored by Google since 2006. In 2006...
Auto Schedule Python Scripts with Windows Task Scheduler Part 3
Просмотров 27 тыс.6 лет назад
In this video we see how you could Auto Schedule your Python scripts on Windows. It uses the Task Scheduler functionality of Windows. By the end of this video you would learn how to automatically run your Python scripts at your preferred time without any human intervention. You could use this to schedule your scripts to run every day, every hour or even every second or even a custom time accord...
Send Notifications on Windows 10 using PYTHON Part 2
Просмотров 4,7 тыс.6 лет назад
In this video we are going to use the win10toast library to send notifications on a Windows system using Python. The previous video where we built the code to get the number of subscribers for a RUclips channel using RUclips DataAPI: ruclips.net/video/x2GTOIdI11A/видео.html Along with sending Windows Push Notification on a Windows system we are also going to use the EMOJI Library and lean to ad...
YouTube Data API to Get Subscribers In Python | Part 1
Просмотров 15 тыс.6 лет назад
In this video we use the RUclips Data API To Get the number of subscribers for any channel using Python. The dependency that we need here is the requests library to parse the JSON returned by the API. Code For the video: github.com/AdityaPai2398/Get-Number-Of-Subscribers-RUclips In the next video of this 3 Part series we'll look into how you could send notifications on a windows system! #python...
Detection Of Cars, Bikes, Bus and Pedestrians OpenCV
Просмотров 11 тыс.6 лет назад
Detection Of Cars, Bikes, Bus and Pedestrians OpenCV
Make Your Own Haar Cascade Object Detector On Windows | QUICK AND VERY EASY
Просмотров 89 тыс.6 лет назад
Make Your Own Haar Cascade Object Detector On Windows | QUICK AND VERY EASY
Detecting Cars in a video Using OpenCV and Haar Cascades
Просмотров 36 тыс.6 лет назад
Detecting Cars in a video Using OpenCV and Haar Cascades
Build a Decision Tree in Python in Under 5 minutes
Просмотров 2,8 тыс.6 лет назад
Build a Decision Tree in Python in Under 5 minutes
OpenCV Object Tracking using Colour Segmentation
Просмотров 2 тыс.6 лет назад
OpenCV Object Tracking using Colour Segmentation
Build Voice Search Assistant in Python Speech Recognition
Просмотров 17 тыс.6 лет назад
Build Voice Search Assistant in Python Speech Recognition
thanks bro you are so much you are so intelligent in pythonanywhere!
Hello mujhe aapse ek help chahiye please meri madad kijiye
can you help me to deploy mine?
THANKIU VERI MUCHI HELPI ME MUCHI
0:14 this is what did it for me. I just had to allow python in private from here.
My python version in 3.12 what should I do it is not available in a Options
it worked perfectly, thank you.
can you please tell how to do it with sqlite database
Thanks
Thank you so much this video helped me a lot thanks again :))
Thank your for this video my application is running well now
thank you!
Is the camera module or webcam you used for the video
¿funciona para windows 11?
thanks man, really appreciated your video :)
U have explained very well bro keep it up
Does this works the same for flask web app who has connection with sqlite database?
what you have done is great job dude, I appreciate that
thanks brohter you helped me a lot
Thank you so much! its exacly what I need
thanks very much, needed help with this for a while
typical Indian video for morons. How stupid one must b to need such low level video?
How much time does it take to complete 100%?
Firstly, a great great thanks. This is exactly what I am looking for. The tutorial is nice and easy to follow. Uploaded my first web application and it really feels great. Thanks. ❤
thank you❤
THANKS! I was able to use sqlalchemy with this too!
awesome thanks
Thank you so much for this explanation!!! MVP !!
what should be the arguments of app.run() for deployment?
One of best video we have for deployment flask application on python anywhere, thankyou
Sir in folder only positive and negative images should be there or any other file is also required
Glory to my Emperor Aditya, you save my hackathon!!!!
hey I have used the same for detecting a scratch in the object but after running the test I didnot get the classifier file
I have an Error: <urlopen error Tunnel connection failed: 403 Forbidden> can any one help ?
I got module not found error in requests how to resolve kindly provide solution
Its always the indians who save the day lol nice video dude
Thanks bro
De donde sale el secret ?
fofo
Excellent video
I tried on python anywhere but also sqlite error found
Thank you so much!!!
thank you this video worked
Helped a lot, thanks
got : Something went wrong :-( Something went wrong while trying to load this site; please try again later. Debugging tips If this is your site, and you just reloaded it, then the problem might simply be that it hasn't loaded up yet. Try refreshing this page and see if this message disappears. If you keep getting this message, you should check your site's server and error logs for any messages. Error code: 502-backend
did you fix the error, i got the same.
i got error ...i upload my simple python file but it gives error
Let me debug it 🤓
if you use git, you can use the console to clone the repository
Thanks
Hey Friends!!! I want to run pytessaract on the url as source instead of locally stored pdf or any image files. Grateful if any one can suggest a solution for this.
Thx bro