URL Shortener in Flask with Python

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • In this video, we learn how to build a simple URL shortener in Python using Flask.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

КОМЕНТАРІ • 16

  • @HoracioSantisteban
    @HoracioSantisteban Рік тому +5

    Best URL shortener video on UA-cam! Slightly advanced for my level but easy to follow, great learnings!

    • @laxmi_narayan6120
      @laxmi_narayan6120 Рік тому +1

      Can u please help according to this html code it is showing file not found error

    • @dumbfuckjuice9915
      @dumbfuckjuice9915 3 місяці тому

      ​@@laxmi_narayan6120 which line is it for using file in html u need to give
      src = "{{url_for('static','your_filename')}}"
      href or watever and put those folders in a folder named static on the same level as templates dir
      if its just index file then put the index.html in templates file
      github.com/Underemployed/URL-Shortner
      use my repo for reference

  • @BestURLShortenerBioPageQRCode
    @BestURLShortenerBioPageQRCode Рік тому +1

    Thank you for sharing this much of information.

  • @13antonispao
    @13antonispao Рік тому

    Thanks for the interesting projects and for including all the mistakes, it's a good learning experience. A real shame about all the annoying spam in the comments, I make sure to report them on each video.

  • @Hazza0001
    @Hazza0001 Рік тому +1

    Another great project!

  • @omarabdul-hafiz6467
    @omarabdul-hafiz6467 Рік тому

    Amazing! Could you please make a video about how to use stuff like Flask-Admin and how to limit access to certain parts of your app/website to admins and registered users?
    I would be really, really thankful! :)

  • @pablo20237
    @pablo20237 Рік тому

    Very excellent, thank you sir

  • @gu00col
    @gu00col Рік тому +1

    hey brother, try use the new feature of youtube to dub automatic audio from your videos, can be helpful to not english native speaker. you have a very god content but some times is hard to understand.

  • @gitit.
    @gitit. Рік тому +1

    How do I deploy this?

  • @muckiSG
    @muckiSG Рік тому

    Is the source code to this episode on the github server? I am not able to find it...

  • @Luc1an_
    @Luc1an_ Рік тому

    How do we redirect this to the original url. Make a complete project on this please

  • @user-li4vi8xf8p
    @user-li4vi8xf8p Рік тому

    hii

  • @tcgvsocg1458
    @tcgvsocg1458 Рік тому

    don t show when you fail..its still good video

  • @paulthomas1052
    @paulthomas1052 Рік тому

    Thanks really useful code