PyScript is Python in Your Browser

  Рет қаралды 23,345

NeuralNine

NeuralNine

Жыл бұрын

In this video, we learn about PyScript, which allows us to use Python in our browser in a way that is similar to using JavaScript.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

Пікірлер: 44
@CugnoBrasso
@CugnoBrasso Жыл бұрын
I have high hopes for this library actually. This is just the beginning, but I love the idea.
@echerodriguez
@echerodriguez Жыл бұрын
thank you so much, i love you and your work
@ralphanthony5198
@ralphanthony5198 Жыл бұрын
Great tutorials, amigo. Awesome work! And I have a question, too: How can I make the PyQt5 or PyQt6 module in pyscript? I have taken info from another of your videos and made me a chat in python, but now I want to integrate it on my site using pyscript. Any help will be greatly appreciated. :)
@daniloszumski9499
@daniloszumski9499 Жыл бұрын
WOW. Thanks!
@al-noural-shamsal-shoufiy7008
@al-noural-shamsal-shoufiy7008 Жыл бұрын
Guys I was using JS in my Django Project and it feels so dumpy that the most popular scripting language "Python" Doesn't have any way to link things up with the Front-End. Then I found my self in Google searching a way for Python to replace Something of the JS complexly. And That's it "PyScript" I believe This Framework gonna take a big space in my heart.
@imanmokwena1593
@imanmokwena1593 Жыл бұрын
How is it going thus far?
@giftakis
@giftakis Жыл бұрын
How we could make Unit Tests inside PyScript so we can check solutions of coding exercises for example?
@norndev
@norndev Жыл бұрын
Is it like php where if the common user viewed the page source all the python would be extracted and just html shown?
@toolbelt
@toolbelt Жыл бұрын
Great stuff. Thank you for the video.
@plashplash-fg6hd
@plashplash-fg6hd Жыл бұрын
I would love this. I always wanted to use Python for webdev, as I hated JavaScript. It might become a reality.
@AvidAfrican
@AvidAfrican 8 ай бұрын
Me too
@electricz3045
@electricz3045 Жыл бұрын
How is it possible to apply CSS on the python stuff loaded in the site? like a apiresponse in a nice looking bar.
@DominicNweze
@DominicNweze Жыл бұрын
Use a style tag at the top of the header under title on the html code. That's how I do mine for now at least. It's works.
@404errorpagenotfound.6
@404errorpagenotfound.6 Жыл бұрын
Does tkinter work in HTML pages using pyscript that would be useful.
@Louisianish
@Louisianish Жыл бұрын
They have a list of all the libraries/modules supported so far somewhere on their website. Can’t remember if tkinter is on the list, but they’re actively working on adding support for more.
@metanoiaweeb4
@metanoiaweeb4 Жыл бұрын
Hey can you make a tutorial on how to use screenshot api
@gaaraxpo
@gaaraxpo Жыл бұрын
why create_proxy mandatory?
@johnkyp1318
@johnkyp1318 Жыл бұрын
How we can run unit test with PyScript? I want to make a Coding Course like Hackerrank
@abumuhandisalturki1300
@abumuhandisalturki1300 Жыл бұрын
You can do that in backend. It would be more robust. You can run terminal commands in backend so you can run python scripts and get their output.
@guilherme5094
@guilherme5094 Жыл бұрын
👍
@knightr1der
@knightr1der Жыл бұрын
This great to make website load slow
@digitalbangladesh6977
@digitalbangladesh6977 Жыл бұрын
sa for , did you find out the problem?
@boem231
@boem231 Жыл бұрын
Can this be used in JSX?
@boem231
@boem231 Жыл бұрын
@@AndrieMC they are indeed not the same
@waseksamin3216
@waseksamin3216 Жыл бұрын
This library is good for very small project where you don't need any js, otherwise you are never going to use it.
@jetalone00
@jetalone00 Жыл бұрын
Thanks for your clairvoyance. I'm glad we have the perfect computer scientist to make the final decision for everyone as to what they are and aren't going to use.
@waseksamin3216
@waseksamin3216 Жыл бұрын
@@jetalone00 lol. I am a Django dev for 6 years, so I know what I am talking about.
@jetalone00
@jetalone00 Жыл бұрын
@@waseksamin3216 yup. 6 years of Django and you surpass all programmers that have ever existed, because you're able to understand all aspects of computer science. You can foresee all possible problems, solutions, and possibilities. Based on your complete and perfect wisdom, you can declare PyScript obsolete for all, before it even comes out. Incredible.
@waseksamin3216
@waseksamin3216 Жыл бұрын
@@jetalone00 i am not saying that others should not use pyscript. I am saying that pyscript is not useful for now. First of all pyscript is slow, secondly you can only show some graph with pyscript which can also easily be done with js because js has so many plugins for it. That's why i said you can only use it for small kind of projects. It is your decision if you are going to use it or not.
@timothyo718
@timothyo718 Жыл бұрын
@@jetalone00 Hahahhaa. You are a funny guy.
@tcgvsocg1458
@tcgvsocg1458 Жыл бұрын
Intersting but you still have to learn html, css, js to do this so its not really good
@aidyo
@aidyo Жыл бұрын
Can someone please make this video but with more than one figure? I literally for the life of me cannot figure it out.
@music4life467
@music4life467 Жыл бұрын
python is now virtual machine by javascript
@radaboy5755
@radaboy5755 Жыл бұрын
guys don't fall in the trap of python in frontend.(WASM) , there is better approach using Plotly(Dash)(which is based on react.js, plotly.js and flask). and uses server side rendering.(pro and con itself). Front end is well suited using JavaScript. if you don't like JavaScript for some reason or don't want to learn a new language, there is framework Alpine.js, which does the thing inside with HTML only. with minimal JavaScript Required (optional for event handling).
@robstamm60
@robstamm60 Жыл бұрын
Looks ugly but might be just good enough to run some simple python scripts on Android
@bshsb3038
@bshsb3038 Жыл бұрын
Not only pyscript but brython also..
@saifeddine3975
@saifeddine3975 Жыл бұрын
First
@tinahalder8416
@tinahalder8416 Жыл бұрын
Pyscript very slow
@lekevlar
@lekevlar Жыл бұрын
good idea, but python is too greedy and far too badly interpreted! proof of concept
@danielkun593
@danielkun593 Жыл бұрын
way too confusing
@Mdroudian
@Mdroudian Жыл бұрын
Seems like a lot of pyscript butt-hurt going on in the comments...
Coding Encrypted Chat in Python
20:33
NeuralNine
Рет қаралды 43 М.
Последний Закат Кота Макса...
00:21
Глеб Рандалайнен
Рет қаралды 7 МЛН
О, сосисочки! (Или корейская уличная еда?)
00:32
Кушать Хочу
Рет қаралды 7 МЛН
Тяжелые будни жены
00:46
К-Media
Рет қаралды 5 МЛН
PyScript Demo / Tutorial | End-to-end PyScript Tutorial #1
28:01
Samuel Chan
Рет қаралды 36 М.
Automated Excel Bot in Python
17:38
NeuralNine
Рет қаралды 20 М.
Simple Automated SSH Python Bot
17:50
NeuralNine
Рет қаралды 28 М.
Pynecone: The Python-Only Web Framework
20:05
NeuralNine
Рет қаралды 28 М.
Running Python packages in the browser with Pyodide - Roman Yurchak
27:49
EuroPython Conference
Рет қаралды 1,3 М.
Tic-Tac-Toe Game in Python - Unbeatable Minimax AI
42:36
NeuralNine
Рет қаралды 6 М.
PyScript First Impressions - Run Python in HTML Document - RIP JavaScript
2:19:13
Pyscript  - Should you Learn it?
15:15
Stefan Mischook
Рет қаралды 18 М.
ПРОБЛЕМА МЕХАНИЧЕСКИХ КЛАВИАТУР!🤬
0:59
Корнеич
Рет қаралды 1,5 МЛН
Распаковка айфона в воде😱 #shorts
0:25
Mevaza
Рет қаралды 1,6 МЛН
Introducing GPT-4o
26:13
OpenAI
Рет қаралды 4,3 МЛН
Как я сделал домашний кинотеатр
0:41
RICARDO
Рет қаралды 1,5 МЛН