Reflex is also for web apps in pure python but it's little bit heavy
@higiniofuentes25513 ай бұрын
Thank you for this very useful video!
@ЖавохирШавкатов-р2р3 ай бұрын
The content is really beneficial, can you take a video an overview on reactpy?
@V0ngard3n3 ай бұрын
Thanks for all the knowledge
@MrKhkostadinov3 ай бұрын
That's indeed great video, thanks! Maybe you can also show how to edit/update given person info once added to database?
@CemilPars3 ай бұрын
So can we create dynamic websites with this application?
@iloveteachingblog19952 ай бұрын
Where did you find that you have to write fh before Titled or P, A,...? I haven't seen this before. Is it a new syntaxis? Nothing like this in fast html docs.
@NeuralNine2 ай бұрын
That was part of the tutorial on their website. I don't think it is part of the documentation unfortunately.
@iloveteachingblog19952 ай бұрын
Thanks
@mxustin14 күн бұрын
Very interesting and coil
@higiniofuentes25513 ай бұрын
Everything was good until delete definition! From there a bit confusing 😅 You said no CSS, how to do then? Thank you!
@victornikolov5373 ай бұрын
The library uses PICO CSS which defines styles for each HTML tag without using classes. As you can see there is a style for for example, or the s. I kind of like it
@jcurwen313 ай бұрын
I really dont like the fact you have to define the database object inside the app constructor. people, People? What if you need another objects?. I like the fact to create webapp only in python, but it feels like there is to much magic here. What do you think?
@fillipefeitosa43313 ай бұрын
Yes... Imagine a regular app with 10 needed entities. I'm assuming they thought about this and just be a way to modularize it
@ЖавохирШавкатов-р2р3 ай бұрын
Which editor do you use?
@theseb19793 ай бұрын
That is pyCharm
@ЖавохирШавкатов-р2р3 ай бұрын
@@theseb1979 really?
@serychristianrenaud3 ай бұрын
Thanks
@nakatubo3 ай бұрын
great
@Somens8Dworld3 ай бұрын
why?😂
@BlackTeenMonkey3 ай бұрын
This will still render HTML. There should be a disclaimer. Please don’t learn a python framework for Frontend unless it’s for personal use.
@abhishekpardhi3 ай бұрын
Lost opportunity to call it fasHTML
@internetexplorer15933 ай бұрын
Wrong.. booo
@nr73433 ай бұрын
I really don't understand why people create libraries like this... without css? This html structure will get very messy very quickly...what is the purpose of this thing? Stupidity... it's nice for a school exercise to create such a library
@MrKhkostadinov3 ай бұрын
if I remember well fasthtml has built-in CSS, it is tailwind css (if I'm not in mistake)