Run Python Script Clicking Html Button | Latest 2021

  Рет қаралды 133,930

Bytive

Bytive

Күн бұрын

Пікірлер: 63
@alisajjadfaizy1264
@alisajjadfaizy1264 2 жыл бұрын
can you please tell me how can I run Python Script Clicking Html Button in Django ?
@FriedMonkey362
@FriedMonkey362 2 жыл бұрын
Thanks for the tutorial but how do i host the website, the whole point of a website is that everyone can visit it, but this one is hosted on my local host, how do i put it on an actual website
@bytive
@bytive 2 жыл бұрын
use heroku or you can use pythonanywhere
@FriedMonkey362
@FriedMonkey362 2 жыл бұрын
@@bytive ok but how do i use it on my own webserver i already have one
@jsuarez3891
@jsuarez3891 7 ай бұрын
Excellent!!
@antonyefanov
@antonyefanov 2 жыл бұрын
Swesome, thanks alot!
@MrPilkman
@MrPilkman 2 жыл бұрын
Very useful!
@archanayuvaraj8326
@archanayuvaraj8326 2 жыл бұрын
What is tha App name used to create html?
@sharmasudhirdutt
@sharmasudhirdutt Жыл бұрын
Thanks! brother 👍
@hamidja1537
@hamidja1537 2 жыл бұрын
Thanks for sharing
@CivilThinking
@CivilThinking 2 жыл бұрын
I want to know how can I use python as backend .
@sloth1996
@sloth1996 2 жыл бұрын
Wow really? This guy's showing you Flask, and you ask this question? Terrible thinking.
@godofwinetits3826
@godofwinetits3826 3 жыл бұрын
Is there a script to add likes to a youtube page?
@bytive
@bytive 3 жыл бұрын
No idea mate
@pooconsumer
@pooconsumer 3 жыл бұрын
you can use selenium but it would be hard to make that
@Architachoudhary
@Architachoudhary Жыл бұрын
{% if name %} Hello {{name}}, How was your day!! {% endif %}, This is showing on the web page, also submit not working why ?please help me
@Henry_Nunez
@Henry_Nunez 2 жыл бұрын
Please CRUD Python - Flash 🙏
@davidmack7518
@davidmack7518 2 жыл бұрын
this vid is a godsend
@sanjitabiswas804
@sanjitabiswas804 2 жыл бұрын
Hmm thanks for project
@ahmedmabrouk4180
@ahmedmabrouk4180 2 жыл бұрын
Thanks a lot for the nice tutorial! This triggers me to ask: is there a way to launch an EXE file by clicking on a link in a HTML file?
@slonik0
@slonik0 Жыл бұрын
i get name = output["name"] KeyError: 'name' pls respond fast my mom is angry
@slonik0
@slonik0 9 ай бұрын
@drank5975 yea bro shes cool
@rudragouda8906
@rudragouda8906 4 ай бұрын
I have completly got an idea about flask. Thank you sir. It was a great tutorial. It had helped me in my final year project.
@yehiaabouelez3642
@yehiaabouelez3642 Жыл бұрын
help when I type pip install flask in cmd as administrator it gives me an error saying" 'pip' is not recognized as an internal or external command, operable program or batch file."
@CyberWaddo
@CyberWaddo 3 жыл бұрын
Thank You, Brother!
@bytive
@bytive 3 жыл бұрын
Welcome
@kuku6789
@kuku6789 4 ай бұрын
Thanks Carl. Very good explanation.
@robertl.andersonii5926
@robertl.andersonii5926 Жыл бұрын
What a great tutorial, this helped me get over the hump and finish my project, thanks bro!!
@rodrigosousa9754
@rodrigosousa9754 2 жыл бұрын
just lauch pyscript...go see
@digitalmachine0101
@digitalmachine0101 3 ай бұрын
Good information
@webERPsolutions
@webERPsolutions 2 жыл бұрын
I need help For running server
@MegaJohn144
@MegaJohn144 Жыл бұрын
I wanted to create a backend using Python. I have already written most of the code, which runs fine in a Python stand-alone app, but I want to use that to build a web server. I saw some other examples using Flask, but they seemed too complicated. All I want to do is take simple requests and serve data from my database. I gave up on Flask and tried using the plain old HTTP server from Python. Not flexible enough. I looked at Django. Still too complicated. You video showed me exactly what I need to do what I want to do. I downloaded your repository and the code worked for me, first time out of the box. I can't wait to start using what I learned, and I am going to check out your other videos for more ideas.
@DaivikNambiar-cy9yq
@DaivikNambiar-cy9yq 6 ай бұрын
Do you mind elaborating on how you did this? I have python code that is based on a csv file and I'm trying to implement this technique so the html reflects the output that the python code gets based on the csv
@drivethelightning
@drivethelightning Жыл бұрын
tryin to make my code run from a browser through an html input box/submit button and get cors errors when i run myscript.
@siggi4406
@siggi4406 4 ай бұрын
Did you solve it? I have the Same Problem
@jayvenkat4827
@jayvenkat4827 2 жыл бұрын
Nice
@daneswarisureddy2201
@daneswarisureddy2201 2 жыл бұрын
i am getting ModuleNotFoundError: No module named 'flask'.Please help Its urgent
@bytive
@bytive 2 жыл бұрын
Please do pip install flask
@pushmedia8790
@pushmedia8790 Жыл бұрын
ccan you provide support at this time i have detailed question
@bytive
@bytive Жыл бұрын
please tell me your issue ?
@Bhavani4512
@Bhavani4512 2 жыл бұрын
how do I check input values in the list or not
@AlmostRipeOrange
@AlmostRipeOrange 2 жыл бұрын
Nice quick video! Thanks
@febiangomes9417
@febiangomes9417 2 жыл бұрын
Falsk is not defined problem arahahai bhai
@bytive
@bytive 2 жыл бұрын
module name is "flask" not "falsk"
@slonbeskonechen8310
@slonbeskonechen8310 2 жыл бұрын
Thank you! That's all I need!
@davepagawak2389
@davepagawak2389 2 жыл бұрын
Wow. helped me a lot, thank you so much.
@MichaelAKheps
@MichaelAKheps Жыл бұрын
what debugging editor are you using?
@bytive
@bytive Жыл бұрын
sublime, no debugger
@yogevshoshan
@yogevshoshan Жыл бұрын
ty 3>
@bytive
@bytive Жыл бұрын
welcome
@len5204
@len5204 3 жыл бұрын
can you do this without a local server?
2 жыл бұрын
No
@FriedMonkey362
@FriedMonkey362 2 жыл бұрын
@ then whats the point, the point of a website is that everyone can visit it
2 жыл бұрын
@@FriedMonkey362 😅 I got the question wrong, yes, they can do it in a sever that's local or not local, but need a server
@raedabo-adem1028
@raedabo-adem1028 3 жыл бұрын
Very nice Can u insert code file in command
@bytive
@bytive 3 жыл бұрын
I didn't get you, can you please elaborate?
@raedabo-adem1028
@raedabo-adem1028 3 жыл бұрын
@@bytive long time to get 50 like I went get code html and py
@bytive
@bytive 3 жыл бұрын
Hmm let's wait for 24hrs 🙂, if you need urgently just ping me on email or telegram I will personally Send you
Worst flight ever
00:55
Adam W
Рет қаралды 26 МЛН
Офицер, я всё объясню
01:00
История одного вокалиста
Рет қаралды 3,5 МЛН
Миллионер | 1 - серия
34:31
Million Show
Рет қаралды 1,9 МЛН
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
PyScript - Python In HTML?
10:49
Tech With Tim
Рет қаралды 85 М.
PyScript - Run Python in the Browser! THE END of JavaScript???
8:21
Patrick Loeber
Рет қаралды 367 М.
Intro to FastHTML
7:29
Jeremy Howard
Рет қаралды 70 М.
Simple Web App with Flask and Heroku - Python GUI for Beginners
25:07
Python Simplified
Рет қаралды 224 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 341 М.
The HTML Tags They NEVER Taught You
7:39
Giodev
Рет қаралды 115 М.
Always Check for the Hidden API when Web Scraping
11:50
John Watson Rooney
Рет қаралды 631 М.
Worst flight ever
00:55
Adam W
Рет қаралды 26 МЛН