CodingJQ
CodingJQ
  • 18
  • 84 582
Pass Data Across Views in Python GUI (4 Solutions with Flet !)
In this video, examine four different was to pass around data across views/pages without using a database. Please let me know if you have any questions in the comments.
GitHub Repo: github.com/codingjq/flet-routing-tutorial
Previous Video: th-cam.com/video/mrmcIofA5bM/w-d-xo.html
Flet tutorials: th-cam.com/video/MoCUxmR0oUE/w-d-xo.html
Special thanks:
flet.dev
Abstract Atmospheric Background by Playsound (Yuriy) from Pixabay
#programming #flet #python #flutter #tutorial #programmingforbeginners #coding #newtechnology #frontend #frontenddeveloper #backendwebdevelopment #versioncontrol #github #routing #objectorientedprogramming #routing #webdesign #desktopapplication #selftaught
มุมมอง: 5 034

วีดีโอ

Quickly Publish and Monetize an Alexa Skill with Python (It’s Easy!)
มุมมอง 34711 หลายเดือนก่อน
Mark Cuban has for years been preaching that the AI secondary market is one of the best places for motivated entrepreneurs and programmers to get to work in. In this video, I'm showing you that even novice developers can succeed with Alexa Skills, all you need is the right idea! The sky is the limit as she's basically just a vocal invocation of your arbitrary code so get to work. In the example...
Python in your Frontend Web Dev - PyScript : What is it?
มุมมอง 980ปีที่แล้ว
PyScript leverages the powers of Emscripten, Pyodide, and WASM to deliver Python straight to your browser. This clever implementation of Python boldly furthers the mission to enable Python developers to code anywhere and can be used to bypass JavaScript in web development. GitHub Repo: github.com/codingjq/pyscript-what-is-it Special thanks: pyscript.net vecteezy.com The Minimal Technology - Com...
Lua that compiles to C ! - Nelua: What is It?
มุมมอง 3.6Kปีที่แล้ว
Nelua is a systems programming language for performance sensitive applications, like real-time applications and game engines. It leverages the approachable syntax and style of Lua while enabling the developer to directly manage memory. GitHub Repo: github.com/codingjq/nelua-what-is Special thanks: nelua.io vecteezy.com Chill Abstract - Coma-Media #programming #flet #lua #nelua #tutorial #progra...
Deploying my Pynecone App in 2 Minutes!
มุมมอง 1.9Kปีที่แล้ว
A few of us Pynecone lovers have run into issues deploying our Pynecone app onto the web. Here is a quick tutorial to make sure you hook up your WebSockets correctly with NGINX. I use my rapple.jervas.com app as an example. Github Repo: github.com/codingjq/rapple-pyne Getting Started with Pynecone: th-cam.com/video/p8pJq93snUs/w-d-xo.html Special thanks: pynecone.io Floating Abstract - Coma Stu...
Pynecone Database ORM Tutorial with www.Rapple.lol
มุมมอง 1.2Kปีที่แล้ว
Short tutorial on handling the included ORM in Pynecone.io using examples from my Daily Guesser project, www.rapple.lol . Github Repo: github.com/codingjq/rapple-pyne Getting Started with Pynecone: th-cam.com/video/p8pJq93snUs/w-d-xo.html SQLAlchemy Legacy API: docs.sqlalchemy.org/en/20/orm/queryguide/query.html Special thanks: pynecone.io Relaxed Vlog - Ashot Danielyan #programming #flet #pyth...
Pynecone Styling Tutorial with www.Rapple.lol
มุมมอง 1Kปีที่แล้ว
Short tutorial on handling styling in Pynecone.io using examples from my Daily Guesser project, www.rapple.lol . Github Repo: github.com/codingjq/rapple-pyne Getting Started with Pynecone: th-cam.com/video/p8pJq93snUs/w-d-xo.html Chakra UI Style Props: chakra-ui.com/docs/styled-system/style-props#pseudo-styles Special thanks: pynecone.io Motivational Day - Audio Coffee #programming #flet #pytho...
Pynecone State Tutorial with www.Rapple.lol
มุมมอง 896ปีที่แล้ว
Short tutorial on handling state in Pynecone.io using examples from my Daily Guesser project, www.rapple.lol . Github Repo: github.com/codingjq/rapple-pyne Getting Started with Pynecone: th-cam.com/video/p8pJq93snUs/w-d-xo.html Special thanks: pynecone.io #programming #flet #python #pynecone #tutorial #programmingforbeginners #coding #newtechnology #frontend #frontenddeveloper #backendwebdevelo...
Build a Python Only Web App with Pynecone! Full-Stack Dev Report.
มุมมอง 3.7Kปีที่แล้ว
www.rapple.lol is live and ready for you to break! In this video we I report on Rapple: Hip Hop Daily Guessing Game. I am going to follow this video up with tutorials on each phase of my development for this application as I like to keep my explainers short and fast. If you have any feedback or requests, comment below. Github Repo: github.com/codingjq/rapple-pyne Getting Started with Pynecone: ...
Pynecone: What Is It?
มุมมอง 22Kปีที่แล้ว
Pynecone is for Python devs who want to make web apps, but don’t want the overhead of having to learn or use Javascript. It leverages React, Next, and the Chakra UI to make beautiful dynamic stateful web applications quickly and simply. I love seeing this type of innovation and look forward to building on Pynecone. Let me know if you would like to see more! Getting Started with Pynecone: pyneco...
Password Locker with SQLite, Python and Flet (Beginner Tutorial)
มุมมอง 4.2Kปีที่แล้ว
This is a fast tutorial to practice implementing CRUD right on your desktop with this nifty application. I was inspired by my memory of creating a CLI password manager when I was first studying Python using Al Sweigart "Automate the Boring Stuff." I think this is a great project for beginners or those not familiar with Flet. Follow along by using my GitHub link below. Al Sweigart's Book: amzn.t...
Building Jeopardy in Python and Flet
มุมมอง 2.1Kปีที่แล้ว
This is a beginner friendly walkthrough of my quiz game that lives at my GitHub: github.com/codingjq/flet-jeopardy I tried a faster, minimalist walkthrough this time so that you can dive into the code directly rather than wait for me to tell it to you in the video. Let me know if you like this format or if you prefer the way I go about it in the PyTube Tutorial. #programming #flet #python #flut...
Learn Firebase + Flet Quickly and Easily (Beginner Friendly Tutorial)
มุมมอง 4.8Kปีที่แล้ว
Learn Firebase Flet Quickly and Easily (Beginner Friendly Tutorial)
Routing in Flet with Python in 3 Min (Tutorial)
มุมมอง 10Kปีที่แล้ว
Routing in Flet with Python in 3 Min (Tutorial)
Flet: What Is It?
มุมมอง 16Kปีที่แล้ว
Flet: What Is It?

ความคิดเห็น

  • @jesuschavez586
    @jesuschavez586 2 วันที่ผ่านมา

    Hey this a great video, it def helped me to get the concept, one issue Im having is if I open another window (session) I have errors like "Unknown control: offstage" or even the application frozen, is there any recommendation of how to handle the session with this? Ty

  • @k98killer
    @k98killer 16 วันที่ผ่านมา

    This is so cool

  • @WaiWildes-v4d
    @WaiWildes-v4d 17 วันที่ผ่านมา

    Anne Harbors

  • @bezalelnda6111
    @bezalelnda6111 21 วันที่ผ่านมา

    thank you so much. clear and concise. i like it

  • @violeteddington3360
    @violeteddington3360 25 วันที่ผ่านมา

    975 Koch Glens

  • @drendelous
    @drendelous 26 วันที่ผ่านมา

    im watching a 18h tutorial on tkinter. i need a much longer one to dive into flet

  • @nickwolfe3075
    @nickwolfe3075 หลายเดือนก่อน

    Have you done a tutorial about running a flet project as a web app?

  • @PamelaFlorenz-p1c
    @PamelaFlorenz-p1c หลายเดือนก่อน

    VonRueden Trail

  • @MalachiDonald
    @MalachiDonald หลายเดือนก่อน

    929 Reinger Ford

  • @NiratGyang
    @NiratGyang 2 หลายเดือนก่อน

    Full tutorial on flet pls

  • @LoChanNelSyber
    @LoChanNelSyber 2 หลายเดือนก่อน

    What is the purpose of sending `ft` in parameter?

  • @עדיקובי-ז6ח
    @עדיקובי-ז6ח 2 หลายเดือนก่อน

    Thanks for the great video! When I tried flet build web, I got errors. Then I tried to create the most basic project and include in my requirements only flet and Pyrebase4, and the build still failed. When I removed pyrebase from the requirements the build passed. Is there an issue with building using Pyrebase4? Could you make a video on publishing our app?

  • @Scudmaster11
    @Scudmaster11 2 หลายเดือนก่อน

    0:24 imagine using rust and the code being slower then Julia

  • @kcvinu
    @kcvinu 4 หลายเดือนก่อน

    I like Nelua and did one project in it. Cool language but as you said, it lacks many features since it is in alpha stage. I tried Lua years ago but quit learning it because of the lack of proper FFI. Later when I heard about LuaJIT, I started learning again. But this time rude behavior from LuaJIT community eliminated my interests. I stopped it. Then I read about Nelua and the community is so helpful. I wrote one gui lib in Nelua. I am looking forward Nelua to evolve as a mature language.

  • @NickMak-m2c
    @NickMak-m2c 4 หลายเดือนก่อน

    Love it! I can't find a way to select text thought (to set dynamically as a variable mid-run or to tag, etc. You can do a whole morphos on any block but the ability to select text is pretty important considering just how much of pretty much any app you can think of deals with text

  • @robertodibon
    @robertodibon 4 หลายเดือนก่อน

    Thanks, it is an excellent description and you are very neat at coding. It's a really quality content!

  • @NickMak-m2c
    @NickMak-m2c 4 หลายเดือนก่อน

    Do you know if there is a way to edit a selection of text that the user has highlighted?

  • @gbdln7
    @gbdln7 4 หลายเดือนก่อน

    Amazing job dude

  • @gbdln7
    @gbdln7 4 หลายเดือนก่อน

    You are amazing!

  • @aviralshastri
    @aviralshastri 5 หลายเดือนก่อน

    How can we pass parameters to the other page ??

  • @AliBhai-v5w
    @AliBhai-v5w 5 หลายเดือนก่อน

    Okay and if i want to add a page where i dont want to display NavBar then?

  • @sergioariela.mondino8479
    @sergioariela.mondino8479 5 หลายเดือนก่อน

    Excellent!!! Clear and clean concepts. Thank you very much for sharing knowledge!!! I value it a lot!!!

  • @RAHULWADEKAR007
    @RAHULWADEKAR007 5 หลายเดือนก่อน

    Sir please make a video tutorial on flet-route

  • @RAHULWADEKAR007
    @RAHULWADEKAR007 5 หลายเดือนก่อน

    Sir please make a video tutorial on flet-route

  • @fabsync
    @fabsync 5 หลายเดือนก่อน

    fantastic video! It has been a while.. It will be nice to see something with django-ninja or fastapi..

  • @yuridelossantos569
    @yuridelossantos569 5 หลายเดือนก่อน

    Please make a video on ListView over adding item when the end of list is reached.

  • @horaciofcneto
    @horaciofcneto 6 หลายเดือนก่อน

    Good morning. I'm a beginner and I'm developing an application in flet with Python, and I would like each Enter in the textfield field to make the cursor jump to the next one. As if the Tab key was pressed. can anybody help me?

  • @nothing8439
    @nothing8439 6 หลายเดือนก่อน

    Bro how to add cryptography module in flet requirements.txt file

    • @codingjq
      @codingjq 6 หลายเดือนก่อน

      pip install pycrypto pip freeze > requirements.txt

    • @nothing8439
      @nothing8439 6 หลายเดือนก่อน

      @@codingjq but its not working bro in the flet documentation cryptography module is an native python pacakge so we do additional steps but I can't understand clearly.please can you make the video for how to package and build apk with native python pacakges like cryptography,numpy...

  • @The_Mangolorian
    @The_Mangolorian 6 หลายเดือนก่อน

    How can you pack that app for distribution, I have a similar project structure but no clue how to make it into an .exe

    • @nothing8439
      @nothing8439 6 หลายเดือนก่อน

      Use flet build apk comment in your terminal

  • @syleishere
    @syleishere 6 หลายเดือนก่อน

    Personally I make it alot simpler, create empty config class and just pass that around to everything

    • @codingjq
      @codingjq 6 หลายเดือนก่อน

      For a smaller project, I like that. I think people working on bigger projects should consider keeping state as a singleton so that on app load, you can load state (or config) from a save file or db.

  • @mendezzzzz123
    @mendezzzzz123 7 หลายเดือนก่อน

    I have a problem with the view of the different pages, sometimes the scroll on views, is not working, I appreciate any guidance in this case

  • @hedi_luqman8
    @hedi_luqman8 7 หลายเดือนก่อน

    flet build apk -vv VERBOSE: Collecting pycryptodome>=3.6.4 (from pyrebase4) VERBOSE: Using cached pycryptodome-3.20.0.tar.gz (4.8 MB) VERBOSE: Installing build dependencies: started VERBOSE: Installing build dependencies: finished with status 'done' VERBOSE: Getting requirements to build wheel: started VERBOSE: Getting requirements to build wheel: finished with status 'error' ?

    • @codezilla845
      @codezilla845 5 หลายเดือนก่อน

      It's a network issue

    • @עדיקובי-ז6ח
      @עדיקובי-ז6ח 2 หลายเดือนก่อน

      I'm having the same issue, did you find a solution?

  • @_thinkORo_
    @_thinkORo_ 7 หลายเดือนก่อน

    @codingjq, I followed your modifications from the Video1 to Main branch in Github. And I found one thing that I cannot explain by myself. Would it be possible to discuss the specific loading of the view pages via discord or on another way? That would be very helpful. Thank you in advance.

    • @codingjq
      @codingjq 7 หลายเดือนก่อน

      I and community members happily take questions in my discord discord.gg/qDTrXf4F

  • @azamtoiri
    @azamtoiri 8 หลายเดือนก่อน

    Hello can you do some examples with routes like /user/:id

  • @JuanGM
    @JuanGM 8 หลายเดือนก่อน

    Hi, first of all great video, it helped me to understand, but I am still getting this error while deploying my app on Vercel: Cannot connect to server: websocket error. Can someoen help me?

    • @codingjq
      @codingjq 8 หลายเดือนก่อน

      The app is not set up to deploy on Vercel at this time because of the websockets

  • @sebastianmartinezsantos5289
    @sebastianmartinezsantos5289 9 หลายเดือนก่อน

    I can't build my app when using pyrebase4. I've tried everything. Any tips on that?

  • @GameplayAce
    @GameplayAce 9 หลายเดือนก่อน

    Can you teach us how to use flet using OOP? i've tried to instanciate a object and add icons to the screen through methods but it didn't work

  • @feliny6375
    @feliny6375 9 หลายเดือนก่อน

    Bro, can you make a video about how to deploy very simple python project with flet in firebase, with hosting

    • @codingjq
      @codingjq 9 หลายเดือนก่อน

      Yeah I can get that in the mix!

    • @עדיקובי-ז6ח
      @עדיקובי-ז6ח 2 หลายเดือนก่อน

      @@codingjqcsn we see it? I'm having issue with publishing the app

  • @flutter1747
    @flutter1747 10 หลายเดือนก่อน

    dart language sucks python is much more lightweight and versatile

  • @wonderkou
    @wonderkou 10 หลายเดือนก่อน

    im new to flet and python and im struggling to change bgcolor for each page,can you help? im using route structure from your tutorial

    • @codingjq
      @codingjq 10 หลายเดือนก่อน

      Are you the user that came by the discord? If not, someone just asked this same question so the answer is there with code examples. Thanks for asking questions!

  • @guillermopalmieri8907
    @guillermopalmieri8907 10 หลายเดือนก่อน

    Gracias!!🤩

  • @eddielicea3740
    @eddielicea3740 11 หลายเดือนก่อน

    Thanks Bro !!

  • @SabeDoesThingsChannel
    @SabeDoesThingsChannel 11 หลายเดือนก่อน

    I like the "in 100 seconds" vibe

  • @distantforest2481
    @distantforest2481 11 หลายเดือนก่อน

    Looks promising, but I think I'll stick with Love2D (Luajit) for the time being. In terms of performance I ran the fib code you had there and I got 0.6 seconds on Love2D. I have a beefy CPU though so maybe that's why its faster. No tables sounds like a big yikes though, but at least with records so its like the compile time version of tables?

    • @codingjq
      @codingjq 11 หลายเดือนก่อน

      LuaJIT is insanely fast for Lua. NeLua essentially forces you write C that looks like Lua so I imagine with more complicated algorithms, NeLua would beat LuaJIT but, as you said, at what cost? If I can’t use the tables/metatables I’m not really doing things the Lua way. Maybe a future version of NeLua will onboard tables successfully.

  • @alejandropoos
    @alejandropoos 11 หลายเดือนก่อน

    Hello! Your video is very good! I want to make you a query. Context first: I have a list of rows that are the results of a search using a text field. In practice, I should be able to click on one of the results (1 row specifically) and it will give me all the information corresponding to that particular result. When there is only one result, everything is fine. The problem I have is when there is more than one result. The rows are generated inside a For loop, when I "export" the information for the row I clicked on, instead of giving me that information I clicked on, it gives me the last element of the For loop, which doesn't match the Row I clicked on. Can you help me? I understand that it's a simple problem of not being able to identify an element within an iterator like For, but I haven't been able to fix it. I already tried using indexes inside the For iterator but it didn't work as expected. I am looking forward to your response. Greetings from Argentina!

    • @codingjq
      @codingjq 11 หลายเดือนก่อน

      Thanks for the feedback! I’d love to help. I haven’t encountered your type of problem with Flet so I don’t have any suggestions off of the top of my head. Do you have a github link or something where I could take a look at the code? If you don’t, we can discuss it further at my discord if you like discord.gg/FwngQ9Bv . Hopefully, I can help!

  • @Eduardo-ug9ui
    @Eduardo-ug9ui 11 หลายเดือนก่อน

    Podrías hacer un vídeo de como corregir un pequeño bug que tengo el cual es que al usar un bottom navigation bar junto a un textfield al abrir el teclado sube el bottom navigation también y quiero que no se muestre. Agradecería si se pudiera y puedes ayudar.

    • @codingjq
      @codingjq 11 หลายเดือนก่อน

      Creo que en mi discord discord.gg/H2K3pZHZ hay un persona que tenia el mismo problema. El no habla espanol pero con google tradduccion tal vez pueden comunicar

  • @codingjq
    @codingjq 11 หลายเดือนก่อน

    Wouldn't it be cool if you press like on this video so that I know to make more of them?

  • @codingjq
    @codingjq 11 หลายเดือนก่อน

    Hey y'all, it's great to be back. Please let me know if home automation stuff interests you!

  • @Eduardo-ug9ui
    @Eduardo-ug9ui ปีที่แล้ว

    Muchas gracias. Sencillo y aplicable en cualquier componente de navegación. Gracias.

    • @codingjq
      @codingjq 11 หลายเดือนก่อน

      Gracias por las palabras amables y el apoyo. Espero hacer otro video en este tema

    • @Eduardo-ug9ui
      @Eduardo-ug9ui 11 หลายเดือนก่อน

      @@codingjq al contrario. Tu vídeo me sirvió para sacar adelante mi aplicación. Gracias nuevamente. Agradecemos los vídeos.

  • @BDOMyaccount
    @BDOMyaccount ปีที่แล้ว

    new lua tech founded 😂