Тёмный

Python + JavaScript - Full Stack App Tutorial 

Tech With Tim
Подписаться 1,5 млн
Просмотров 154 тыс.
50% 1

Dive deep into full stack development in this comprehensive guide, where I will walk you through building a dynamic web application from scratch, utilizing the power of Python with Flask for the backend and JavaScript with React for the frontend.
Don't forget to like, share, and subscribe for more in-depth tech tutorials from Tech with Tim. Join the discussion in the comments below and share your progress or ask questions.
Register for the NVIDIA GTC: nvda.ws/3j19YDK
Enter the Giveaway: forms.gle/Lu7QQ4XancakaTjH8
The Future of Extended Reality and Generative AI [S62751]: www.nvidia.com/gtc/session-ca...
Large-Scale Production Deployment of RAG Pipelines [DLIT63054]
www.nvidia.com/gtc/session-ca...
Exploring AI-Assisted Developer Tools for Accelerated Computing [SE62128]
www.nvidia.com/gtc/session-ca...
🎞 Video Resources 🎞
Full Code: github.com/techwithtim/Flask-...
If you want to land a developer job: techwithtim.net/dev
If you want to learn Web 3 & Blockchain: algoexpert.io/blockchain (use code “tim”)
If you want learn Python & Go: programmingexpert.io/tim (use code “tim”)
Skool community for free resources: softwaredeveloperacademy.com
Discord server: / discord
⏳ Timestamps ⏳
00:00 | Introduction
02:40 | Project Demo
04:27 | Setup & Installation
08:50 | Building The Backend
45:08 | Building The Frontend
Hashtags
#PythonJavaScriptTutorial #fullstackdevelopment #FlaskReact #TechWithTim #WebDevelopmentGuide

Опубликовано:

 

1 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 160   
@TechWithTim
@TechWithTim 3 месяца назад
Join a free Skool community with over 7000 developers where you can network and learn! www.skool.com/software-developer-academy/about
@kpopTv56
@kpopTv56 3 месяца назад
Hi you have been a source or inspiration can you please and please make a project of using sqllite and sql.js to help for browser database usage Thank you please reply I am a big fan kindly help me thank you for your time
@Anonymous-dy2te
@Anonymous-dy2te 3 месяца назад
Django and react project needed🥰
@TechWithTim
@TechWithTim 3 месяца назад
Like this comment if you want to see that!
@hellohere-pu8uj
@hellohere-pu8uj 3 месяца назад
@@TechWithTim waiting for django already completed the 9 hour project and many tutorial projects from your channel
@247aakashpavar6
@247aakashpavar6 3 месяца назад
​@@TechWithTimI love the way you teach about python. 😊
@lucassilverio8923
@lucassilverio8923 3 месяца назад
Yes !!
@eternogigante685
@eternogigante685 3 месяца назад
@@TechWithTim yes pls
@joe2271
@joe2271 3 месяца назад
HOLY CRAP!! I asked you for this last week. Thanks Tim, almost feel like it was answering my request! All kidding aside, thanks for doing this and gonna go through it now.
@lucaskellerlive
@lucaskellerlive 3 месяца назад
Dudes a dog
@code2compass
@code2compass 3 месяца назад
bullDog I'd rather say!@@lucaskellerlive
@avenisource
@avenisource 3 месяца назад
Every time I'm on RU-vid for entertainment and i come along a video of Tech with Tim i must open it. I just love this Channel. ❤
@thatsathishkumar
@thatsathishkumar 2 месяца назад
I asked it a year before
@skooma103
@skooma103 3 месяца назад
Hey Tim, I've followed your content for years. You were one of the people who sparked my interest in programming. Thankyou for all your hard work and keep up the great work. You're genuinely one of the best content creators on this platform.
@ReeveJonathanA
@ReeveJonathanA 3 месяца назад
Tim this was perfectly timed. I’m a beginner developer and I know the basics of Python, JS and React but I’ve been struggling to put them together to build something full stack. Thank you so much for this! ❤
@carsonjamesiv2512
@carsonjamesiv2512 3 месяца назад
I agree with your comment.🎉
@user-kc7uo4qn2x
@user-kc7uo4qn2x 3 месяца назад
Hey Tim! Just want you to know that your tutorial videos are so helpful and useful in expanding programming skills. I love how you keep it simple and open-ended for personal creativity to come into play. Thank you lots!
@bobk9117
@bobk9117 3 месяца назад
Thanks Tim, it's week 1 of my capstone project class and this is exactly what I needed. I can't believe my luck
@user-gx3pl6xh5i
@user-gx3pl6xh5i 5 дней назад
That has been an awesome video! Playing around with flask for a couple of weeks and now looking at this video, I retyped 1:1 the code while watching the video and learning. Such an awesome content!
@patrickprucha5522
@patrickprucha5522 3 месяца назад
Thanks for the video. I like the way you explain the stuff. I'm at an impass. 62 years old, on linux and created a bunch of scripts working in tandem to carry out the maintenance of my computers and network. However, i am trying to jump into python. I was switching between perl and python and actually c. I have programmed in fortran, cobol, pascal, access and even foxpro to build databases apps. I would like to follow the path of Master programmer by Dr. Chuck...so have decided to go into python, using my bash scripts to whet my appetite on python. This is the hardest step to go past. In any case i do like how you present your videos. Very down to earth, understandable, and easy to follow. So for that, Thank You and Excellent job! Cheers!
@aspeno5613
@aspeno5613 День назад
This is super helpful, thank you. I appreciate that you didn't waste hours on the front end 😅
@parthkabra8880
@parthkabra8880 3 месяца назад
I struggled learning this on my own, they way you explained it was outstanding
@spencercooper367
@spencercooper367 3 месяца назад
Since I encountered your video last year I continue to feel passionate about Ilearning this. Thanks for always publishing fruitful and meaningful content that go in-depth. Tim your name and the names of other will surely be mentioned when I have fully grown.
@caleblwright1
@caleblwright1 2 месяца назад
Great tutorial. If you are having trouble importing the flask packages (like I did), do some digging on python environments. Best practice is to create a new virtual environment for each project because Python isn't great at dependency management. Once you create the virtual environment, activate it and import the flask packages into the venv you just created. That should fix your problem!
@unopinionated1823
@unopinionated1823 2 месяца назад
Great advice, Caleb. I found Visual Studio Code to be super helful in this regard. It was easy to create a new virtual environment, and you can do this and switch your interpreters with one command at the bottom of the IDE.
@alimihakeem841
@alimihakeem841 3 месяца назад
Absolutely a nice projects. Thanks for this. I'm currently learning flask, so this project will give me a starter template in building full stack application
@jasonting1586
@jasonting1586 5 дней назад
Great tutorial with actual implementations. Thanks for the quality video!
@shallanrambaran7090
@shallanrambaran7090 3 месяца назад
Thanks Tim! I'll be following along in the weekend!
@nikhuge6580
@nikhuge6580 3 месяца назад
This is really great.I really like to see more small fullstack projects like these...
@jsto6056
@jsto6056 2 месяца назад
Great work on this. This is a perfect example of a FS app base modal for anyone to use. Thanks. Could have used this years ago myself.
@iamqqu
@iamqqu 3 месяца назад
Absolutely great video Tim, this clears a lot of cobwebs
@pth55
@pth55 3 месяца назад
Please continue making these type of beginner friendly videos. Thanks ❤
@YousifMohammed-uk4zi
@YousifMohammed-uk4zi Месяц назад
Very well structured video i loved the way you explained everything, please make more videos of these with more complex DB. thanks
@Mecagothits
@Mecagothits Месяц назад
This one is actually Tim’s best video
@penujahansith2688
@penujahansith2688 3 месяца назад
yooooo! the perfectely matched tutorial 🔥 sending... love from Sri Lanka ❤❤❤
@nomadti8591
@nomadti8591 3 месяца назад
Just what I was looking for!! Thanks so much!
@ntahetony-blaise6386
@ntahetony-blaise6386 3 месяца назад
Thank you for this amazing video, Tim!
@vinodsagar2412
@vinodsagar2412 3 месяца назад
Hello Tim , Thanks for your awesome video and i started working on it
@luisdavidbarranzuelacastil1844
@luisdavidbarranzuelacastil1844 Месяц назад
Master TIM, thank you so much for doing this!, blessings!
@codingpandas
@codingpandas 3 месяца назад
Have learned alot from you tim, thanks for the quality content🥰
@arunpravin3579
@arunpravin3579 3 месяца назад
Vera level so good please upload python+JavaScript tim
@mikeandersen8535
@mikeandersen8535 23 дня назад
Stumbled upon this video searching for more information to help me create a mockup for an idea I have, which I have decided to make with flask and a web frontend. Wish I have found this one first, because that would have saved me some time. Great work and you are very good at explaining the tings I need to learn. Did a lot of web-related programming back in the 1990s, but oh my how much have changed since then! Even how things are named. It even took me a while to understand that "Route" was nothing else than what we called "Path". So if you are up for a challenge: Create the application from this video with only the tools and technology available in 1996, and then do a comparison of then and now. Could be a cool video, and maybe you recognise more techniques that are the same today as they were then (but with other names)?
@user-vn7cd2jx9m
@user-vn7cd2jx9m 3 месяца назад
Wow just what I needed Thanks tim
@kudrah
@kudrah 3 месяца назад
This is exactly what I wanted. Thanks
@kosi5
@kosi5 2 месяца назад
Thank you! this was really informative. You are a great teacher :)
@myhificloud
@myhificloud 3 месяца назад
This is fantastic. Thank you for this.
@thanhquangtranhuu1177
@thanhquangtranhuu1177 2 месяца назад
Thank you so much Tim, You Are The Man! 🥰
@edisongarcia94
@edisongarcia94 3 месяца назад
Thanks for the helpful and interesting video!
@dotsdigi
@dotsdigi 3 месяца назад
Damn finally I've caught up with you! Nice video as usual🔥
@johnadriandodge
@johnadriandodge 3 месяца назад
Shalom Mr. TwT, thank you for sharing this. Generally, I get so swept away by the visual GUI GUI nifty neat style effects, and all the bells and whistles which accompany that, I quickly lose sight of the meat and potatoes of the functionality. I am glad you made a decision to bypass that noise, and focus on what matters most of the given app. After all, an app most certainly can function not looking nice, but it can look the best, yet not function at all! Thanks again Mr. TwT! Here is a thought... Tech Niche Tim: TNT!
@ernie345
@ernie345 3 месяца назад
Great content 🎉
@mdelim3128
@mdelim3128 3 месяца назад
NICE TIM THIS IS WHAT I WAS LOOKING FOR TO BIND ALL AND HOW TO MAKE IT
@davidcharles-daniel4362
@davidcharles-daniel4362 3 месяца назад
Thanks a lot for the video.
@majestif
@majestif 3 месяца назад
A tutorial with Flask + HTMX would be much appreciated!
@TheAraz95
@TheAraz95 3 месяца назад
Great one! Do one for FastAPI backend and React frontend ❤️
@andresbonelli
@andresbonelli 3 месяца назад
This is an amazing tutorial, concise and to the point, have you thought of following with a tutorial on how to deploy this proyect online? (you can even use some of your sponsors loke Linode or such as an example!)
@vella166
@vella166 3 месяца назад
Nice video🔥
@maikelvanvliet2716
@maikelvanvliet2716 2 месяца назад
Really nice tutorial! Can we have a pt.2 tutorial where we go deeper and make a website where people can register, login and change their records after they are logged in?
@Akshat2108
@Akshat2108 3 месяца назад
Yessss..... FINALLY WHAT I NEEDED
@music4life467
@music4life467 2 месяца назад
it almost year i use python as backend to my javascript,, it very easy to use like ml or other lib of python, using it in react js and also plain javascript.. a month ago i create basic widget or controls library for my plain js
@ValeriPenchev
@ValeriPenchev Месяц назад
Hi, first of all - great video, thanks for it! I have the following python backend question - why are not database intereactions in try-catch blocks and only the add_contact is?
@bklynpeter
@bklynpeter 2 месяца назад
Overall, fantastic. One major question though. While this works great when you can start up your frontend and backend in a dev environment, ultimately if this was a real web app, wouldn't the backend need to deliver the frontend to the client when you first landed on the page? Maybe you could explore this in a follow-up video?
@MohammadAlikhany
@MohammadAlikhany 2 месяца назад
Thanks a lot!
@user-os4lj3pi4q
@user-os4lj3pi4q 2 месяца назад
Btw, I'm using mac and I use pip, not pip3. P.D. Nice tutorial. This will help me to work on many personal projects.
@BossNerd
@BossNerd 3 месяца назад
It would be cool if you did this same project in pyscript and then compare the two as a measure of how well pyscript is coming along.
@cheerio4742
@cheerio4742 3 месяца назад
WOW just the video i need Thank you so much. can you make a Django + React Vite w/ deployment process in it?
@pietraderdetective8953
@pietraderdetective8953 3 месяца назад
Was excited to see you doing some frontend with React. Then i saw the looks of the demo project...ngl it took away my interest to do the project.
@TechWithTim
@TechWithTim 3 месяца назад
Fair enough, the idea is to let you style it on your own. Unless you want to watch me do css for 2 hours?
@rahuldas6109
@rahuldas6109 11 дней назад
Can we use two backend servers and connect two backend server? Like if I am using expo react-native then can I use NodeJs & Flask while connecting javascript & python code for some functions?
@p21072
@p21072 3 месяца назад
Hey Tim can you make a tutorial for building a fullstack website using react redux and django it would be really helpfull
@techDesign-hy8nr
@techDesign-hy8nr 8 дней назад
nice video , how about if u want to connect to the frontend remotly from other network ? will react get access to fetch data from the backend ? or will Flask bock this ? error: access to fetch at.......has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space `local`.
@kishan_0021
@kishan_0021 3 месяца назад
Thanks 👍 ❤
@146vj
@146vj Месяц назад
great work... how can I deploy this app on Vercel or similar platforms. Thanks
@StoiccGaming
@StoiccGaming 2 месяца назад
How did you get your text to be all of those colors? I installed 'prettier' but I don't like the color scheme of it. I like the one that you have
@carsonjamesiv2512
@carsonjamesiv2512 3 месяца назад
INTERESTING!😃
@kamilmarszakowski8694
@kamilmarszakowski8694 3 месяца назад
Nice one
@merahputiih
@merahputiih 3 месяца назад
thanks!
@thesnedit5406
@thesnedit5406 3 месяца назад
Please make a django and react course. Those two comprise one of the best tech stack
@adilfarq3784
@adilfarq3784 3 месяца назад
Go and react project needed 🎉
@user-ws4nz8fu6z
@user-ws4nz8fu6z 3 месяца назад
Спасибо за видео :)
@adamtroup785
@adamtroup785 2 месяца назад
this is a banger and i know bangers
@user-skxfwmm
@user-skxfwmm 3 месяца назад
Hi Tim, this is exactly what i'm looking for. Putting things together, having the whole picture of the app. But I actually find myself a little bit struggled when i go along the tutorial, i feel like it is because i'm not that familiar with flask and those back-end knowledge yet. Do you have any advice of what should i do? That would be really appreciated. Once again, thanks for the video.
@TechWithTim
@TechWithTim 3 месяца назад
I have a ton of flask tutorials on my channel they’re more beginner friendly why don’t u check those out!
@user-skxfwmm
@user-skxfwmm 3 месяца назад
@@TechWithTim Exactly what I'm doing right now😂 sorry for the dumb question
@iosule3719
@iosule3719 2 месяца назад
Hi Tim i hope i get a response to this question. Ive seen your other video series about using python+flask sqlalchemy without using JavaScript, so my question is since u are using python and JavaScript in this video and GitHub doesn't host site Python sites, will GitHub host sites with JavaScript and python? like the type u did in this video
@HyperbolicHarmony
@HyperbolicHarmony 2 месяца назад
Hi Tim! I was wondering: what is the best python IDE? I've been using Pycharm, but it is very difficult to get packages and such things. Do you have any advice?
@iosule3719
@iosule3719 2 месяца назад
sublime text- super light weight
@DevlogBill
@DevlogBill 4 дня назад
Hi Tim, I have a couple of months experience with Django creating basic crud apps. But I noticed Django isn't the greatest when it comes to creating quickly a restful API, it is actually kind of tuff. I only have experience with Django. Silly question but are there similarities in the code structure between Django, Flask & FastAPI? Or are they miles apart from each other?
@user-tj5it2rz1t
@user-tj5it2rz1t 3 месяца назад
❤thanks alot
@drushkyy2017
@drushkyy2017 3 месяца назад
can you explain how languages talk to each other? im confused how they fit together.
@nathanfirebase
@nathanfirebase 5 дней назад
is it possible to do it without react and use DOM?
@Alphalm100
@Alphalm100 3 месяца назад
How do we protect our api not to be accessed from different URLs?
@shuncho7844
@shuncho7844 2 месяца назад
Can I ask what theme and font you are using because its a lot clearer than mine on vscode
@TrilioniME
@TrilioniME Месяц назад
FastAPI + React example please. Thank you for Flask and Django.
@lytz
@lytz 3 месяца назад
Any recommendations on where to start to get the skills and insights needed to understand a bit more of this video.
@TechWithTim
@TechWithTim 3 месяца назад
I have all kinds of beginner tutorials on my channel for both JavaScript and Python. I would make sure you have a good understanding of both of those languages
@burntfried
@burntfried 3 месяца назад
How do you publish Python backend to a server? Does it just go in the public/html folder like PHP does?
@TechWithTim
@TechWithTim 3 месяца назад
It’s a bit of a different process, I have various deployment videos on my channel showing how to deploy a flask app.
@sasukev9
@sasukev9 Месяц назад
At the end of the video when wanting to use the fetch button, I get an ERROR TO FETCH, I checked the URL and the fetch method.. everything seems fine, what could it be? CREATE and UPDATE works, delete is the only one that does not
@bahae06
@bahae06 2 месяца назад
i think you’re using an old version of flask sqlalchemy? correct if that’s wrong
@user-xx8cw6on7t
@user-xx8cw6on7t 2 месяца назад
Would you be able to do a tutorial on reflex?
@sasukev9
@sasukev9 Месяц назад
When deleting I get an error to fetch, but when refreshing the page it successfully deletes? edit: I did not add the return to the delete_contact method.
@WebDeveloper682
@WebDeveloper682 Месяц назад
thank you for this tutorial but how to deploy both of them together
@joshuakibona3247
@joshuakibona3247 2 месяца назад
can you please do a fastAPI and nextjs with AUTH flows, And how to implement RBAC
@danielpeck1310
@danielpeck1310 Месяц назад
can you do a video on how to deploy flask + react?
@joelvalencia8218
@joelvalencia8218 6 дней назад
Sos un capo
@Skarzx
@Skarzx 3 месяца назад
Would you ever consider (unless you did it already) do a web-scraping centric app for like sports statistics? Or any videos you have covering stuff like that you have already that you'd recommend? @Tech With Tim
@TechWithTim
@TechWithTim 3 месяца назад
I have a few videos covering that already, you can check my "Million Dollar Project Idea" video
@Skarzx
@Skarzx 3 месяца назад
@TechWithTim thank you yeah I'll check it out.
@TheNishi42
@TheNishi42 3 месяца назад
Would have a complete project if you would have consider index.html and some config for hard-coded urls in jsx
@daniell9062
@daniell9062 Месяц назад
What key switches are you using? 😅
@user-fu8ui1ct2e
@user-fu8ui1ct2e 3 месяца назад
Thanks this is what I can say to
@Von199X
@Von199X 15 дней назад
Damn I need to level up my game
@coderXplus1680
@coderXplus1680 3 месяца назад
So cooll
@robertwhite8194
@robertwhite8194 3 месяца назад
would it be smart to make a virtual environment for installing the Python libraries?
@TechWithTim
@TechWithTim 3 месяца назад
Yes!
@stew-san7840
@stew-san7840 3 месяца назад
Which keyboard do you use? That keyboard sound made me feel things.
@TechWithTim
@TechWithTim 3 месяца назад
Keychron Q1 Max
@XxMissingDataxX
@XxMissingDataxX 3 месяца назад
Golden
@foterloter523
@foterloter523 3 месяца назад
Maybe could be better If you provide more information about real world practises using flask api.
@rockerzhackers799
@rockerzhackers799 3 месяца назад
Do another with django and react
@acerswift4386
@acerswift4386 3 месяца назад
I'm very new in React and JS in general. Can someone recommend me a very short course to get it? Like "A bite of Python" but for JS and React.
Далее
15 Python Libraries You Should Know About
14:54
Просмотров 356 тыс.
Learn JavaScript With This ONE Project!
1:10:26
Просмотров 634 тыс.
Web Development In 2024 - A Practical Guide
2:43:32
Просмотров 334 тыс.
Python + JavaScript - Portfolio Web App Tutorial
1:23:10
I built 10 web apps... with 10 different languages
14:23
Python As Fast as Possible - Learn Python in ~75 Minutes
1:19:41
PLEASE Use These 5 Python Decorators
20:12
Просмотров 90 тыс.