Build Url shortner python project in flask with code

Опубликовано: 25 Октябрь 2024
на канале: CodingCasually
697
9

Learn how to create url shortner in python using flask module. you dont have to install any external module if you have anaconda build install as it comes with python 3.7 (at the time of video). It is very easy to create link shortner website in python which can be hosted on the server or your local server\your own system. in order to create url shortner python code, you need to store original address and the short address in the database and for the same we can leverage sqlite3 which comes with python 3 and can be easily integrated while making websites through flask.

Flask Module helps you creating websites and leverage HTML components. You can follow url shortner python code while following the video and make tweaks in the same like forming you own way to shorten up link and form your own link shortner in python 3.