Aditya Pai Thon
Aditya Pai Thon
  • Видео 22
  • Просмотров 483 003
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!
Просмотров: 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 Random Forest in Python
Просмотров 2,4 тыс.6 лет назад
Build Random Forest in Python
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

Комментарии

  • @Blue_20001
    @Blue_20001 14 дней назад

    thanks bro you are so much you are so intelligent in pythonanywhere!

  • @_raju_gupta
    @_raju_gupta 2 месяца назад

    Hello mujhe aapse ek help chahiye please meri madad kijiye

  • @alejandraoseguera5840
    @alejandraoseguera5840 2 месяца назад

    can you help me to deploy mine?

  • @lucaslibanio6064
    @lucaslibanio6064 3 месяца назад

    THANKIU VERI MUCHI HELPI ME MUCHI

  • @Pi7on
    @Pi7on 5 месяцев назад

    0:14 this is what did it for me. I just had to allow python in private from here.

  • @harinimurugan2249
    @harinimurugan2249 5 месяцев назад

    My python version in 3.12 what should I do it is not available in a Options

  • @jayc33day
    @jayc33day 6 месяцев назад

    it worked perfectly, thank you.

  • @saitejab5936
    @saitejab5936 6 месяцев назад

    can you please tell how to do it with sqlite database

  • @kaizogaming9855
    @kaizogaming9855 7 месяцев назад

    Thanks

  • @suleymanakin_
    @suleymanakin_ 7 месяцев назад

    Thank you so much this video helped me a lot thanks again :))

  • @victoridakwo3815
    @victoridakwo3815 7 месяцев назад

    Thank your for this video my application is running well now

  • @ranxlusactualmainaccount
    @ranxlusactualmainaccount 8 месяцев назад

    thank you!

  • @myprojects-df6ol
    @myprojects-df6ol 9 месяцев назад

    Is the camera module or webcam you used for the video

  • @bleachsiri2008
    @bleachsiri2008 9 месяцев назад

    ¿funciona para windows 11?

  • @vpad201
    @vpad201 10 месяцев назад

    thanks man, really appreciated your video :)

  • @sampc9542
    @sampc9542 10 месяцев назад

    U have explained very well bro keep it up

  • @deejae_music
    @deejae_music 10 месяцев назад

    Does this works the same for flask web app who has connection with sqlite database?

  • @CristYaghjian
    @CristYaghjian 10 месяцев назад

    what you have done is great job dude, I appreciate that

  • @Talha_khalid_786
    @Talha_khalid_786 10 месяцев назад

    thanks brohter you helped me a lot

  • @Gooosek
    @Gooosek 11 месяцев назад

    Thank you so much! its exacly what I need

  • @creaturesalike
    @creaturesalike 11 месяцев назад

    thanks very much, needed help with this for a while

  • @Tymczas
    @Tymczas 11 месяцев назад

    typical Indian video for morons. How stupid one must b to need such low level video?

  • @oledgaming8011
    @oledgaming8011 11 месяцев назад

    How much time does it take to complete 100%?

  • @sdef719
    @sdef719 Год назад

    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. ❤

  • @sahanlahiru7193
    @sahanlahiru7193 Год назад

    thank you❤

  • @justanamateur1682
    @justanamateur1682 Год назад

    THANKS! I was able to use sqlalchemy with this too!

  • @Bluesky-e2j
    @Bluesky-e2j Год назад

    awesome thanks

  • @Kikeusb27
    @Kikeusb27 Год назад

    Thank you so much for this explanation!!! MVP !!

  • @manishjayswal6882
    @manishjayswal6882 Год назад

    what should be the arguments of app.run() for deployment?

  • @51_paritoshverma65
    @51_paritoshverma65 Год назад

    One of best video we have for deployment flask application on python anywhere, thankyou

  • @hindiwebseries4321
    @hindiwebseries4321 Год назад

    Sir in folder only positive and negative images should be there or any other file is also required

  • @vladisky8224
    @vladisky8224 Год назад

    Glory to my Emperor Aditya, you save my hackathon!!!!

  • @krishnapriyanair1063
    @krishnapriyanair1063 Год назад

    hey I have used the same for detecting a scratch in the object but after running the test I didnot get the classifier file

  • @sanjarproductions
    @sanjarproductions Год назад

    I have an Error: <urlopen error Tunnel connection failed: 403 Forbidden> can any one help ?

  • @rahuls2975
    @rahuls2975 Год назад

    I got module not found error in requests how to resolve kindly provide solution

  • @NS-zi1xv
    @NS-zi1xv Год назад

    Its always the indians who save the day lol nice video dude

  • @kuaranir2440
    @kuaranir2440 Год назад

    Thanks bro

  • @yoelderrodriquez7226
    @yoelderrodriquez7226 Год назад

    De donde sale el secret ?

  • @gabrielvilela2421
    @gabrielvilela2421 Год назад

    fofo

  • @46sauravdubey31
    @46sauravdubey31 Год назад

    Excellent video

  • @smritiagarwal56
    @smritiagarwal56 Год назад

    I tried on python anywhere but also sqlite error found

  • @sajith1792
    @sajith1792 Год назад

    Thank you so much!!!

  • @aanshkotian9394
    @aanshkotian9394 Год назад

    thank you this video worked

  • @kaanankalyan7779
    @kaanankalyan7779 Год назад

    Helped a lot, thanks

  • @KulwinderKaur-kl4sw
    @KulwinderKaur-kl4sw Год назад

    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

  • @KulwinderKaur-kl4sw
    @KulwinderKaur-kl4sw Год назад

    i got error ...i upload my simple python file but it gives error

  • @andremorais1997
    @andremorais1997 Год назад

    if you use git, you can use the console to clone the repository

  • @junaidlatif2881
    @junaidlatif2881 2 года назад

    Thanks

  • @solomon5050
    @solomon5050 2 года назад

    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.

  • @ag_prbd339
    @ag_prbd339 2 года назад

    Thx bro