Тёмный
No video :(

Kivy Intro - Mobile and Desktop App Dev w/ Python 

sentdex
Подписаться 1,4 млн
Просмотров 245 тыс.
50% 1

Kivy is a multi-platform GUI development library for Python, running on Windows, Mac, Linux, Android and iOS. The idea is, you can build an app in one locaiton, and use it across basically all devices. It's a super cool idea, but...only if it works. The last time I tried Kivy, I had a hard time getting it to run on Android, which shouldn't be too hard. We'll see how it goes this time!
Text-based tutorial and sample code: pythonprogramm...
Channel membership: / @sentdex
Discord: / discord
Support the content: pythonprogramm...
Twitter: / sentdex
Facebook: / pythonprogramming.net
Twitch: / sentdex
G+: plus.google.co...

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

 

23 авг 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 299   
@rajukumarkhaniya3383
@rajukumarkhaniya3383 5 лет назад
Please release next tutorial as soon as possible can't wait awesome explanation .....
@sentdex
@sentdex 5 лет назад
Will come tomorrow same-ish time, .... unless you're a channel member, in which case.... now! ;)
@rajukumarkhaniya3383
@rajukumarkhaniya3383 5 лет назад
@@sentdex I'm your channel member from last one year and only due to that today i know python and open CV... Thank you so much for sharing quality content 😊
@sentdex
@sentdex 5 лет назад
@@rajukumarkhaniya3383 I mean members, not subscriber :P, but yeah, you can just wait til tomorrow
@soumyatrivedi7064
@soumyatrivedi7064 5 лет назад
@@sentdex the prog. is showing error :self not defined
@jasonkim9868
@jasonkim9868 4 года назад
@@sentdex How much shall I pay for online private tutoring?
@Stinosko
@Stinosko 5 лет назад
Like a real good teacher => immerge previous tutorial on new topics 🤠
@fuuman5
@fuuman5 5 лет назад
Python is by far my favorite programming language and you are just a awesome human being. Huge fan.
@nkatekochannel
@nkatekochannel 4 года назад
"I know Python I swear"😂😂
@DominicNweze
@DominicNweze 2 года назад
Got me too 😂😂😂
@RichardAspdenOfficial
@RichardAspdenOfficial 5 лет назад
Thanks for doing this tutorial series! Plus thanks for explaining the super().__init__ part too (at 8:07) since I've always been curious as to why that gets put into some projects I've seen.
@ReflectingMe2024
@ReflectingMe2024 5 лет назад
Super - this series is so needed. I will follow for sure. Also really looking forward to the videos when you show how to deploy to each of Android and iOS.
@xHaCoeur
@xHaCoeur 5 лет назад
If anyone comes across : > TypeError: super() takes at least 1 argument (0 given) Make sure that you are following his video while running python3, or else you will need to pass (python2.7) > super(ConnectPage, self).__init__(**kwargs) Took me a couple of searches to realize what my problem was. Great video btw !
@tharakworks9352
@tharakworks9352 2 года назад
Mann!!! you helped me out there!!!! glad that someone who's expertized made a channel!!! THANK YOU DUDE!!!!
@techycompute3636
@techycompute3636 5 лет назад
Nice! I wanted to start this on my own but it was overwhelming. Luckily we have you to help us.
@goodester6924
@goodester6924 5 лет назад
Just started watching your older kivy videos and then I found this
@dineshpabbi7005
@dineshpabbi7005 5 лет назад
I am so happy you started kivy tutorials!!
@cyclonic5206
@cyclonic5206 5 лет назад
I've started learning Kivy a few months back, but never had progress because I was just frustrated. This is gonna be a fresh start for me so thanks a lot!
@jairoernestomaldonado9802
@jairoernestomaldonado9802 5 лет назад
Same here! Buildozer was a pain in the neck for me. It works only once then was impossible to deploy again.
@heyoufellow
@heyoufellow 5 лет назад
Wooo I started learning Kivy a week ago. What a suprise
@muttheboss6003
@muttheboss6003 5 лет назад
Lol same
@ekeudavidjunior5176
@ekeudavidjunior5176 3 года назад
I just like the way he explains very clear and direct
@aHardReset
@aHardReset 5 лет назад
I just finish the series in kivy posted for you years ago, but the chat app sounds really good!! so I wait the next tutorial, thanks
@emmanuelodih7659
@emmanuelodih7659 5 лет назад
My love for you tutor is beyond the height of the sky.
@matancohen6098
@matancohen6098 5 лет назад
waiting for this kivvy playlist like waiting for a birthday
@bcoinacct4239
@bcoinacct4239 5 лет назад
My goodness! Been waiting so long for this!
@rahh000
@rahh000 5 лет назад
I just can't wait for another Kivy video! You're the best Python tutor. Greetings from Poland
@sentdex
@sentdex 5 лет назад
Thanks!
@finfan7
@finfan7 5 лет назад
I hope you don't mind if I criticize but after learning a bit of tkinter using various sources, including your videos and some others, I'd really like to suggest some more explanation rather than a design goal. (i.e. look at the library first, then look at using it.) This wasn't so much an intro to the library as a read-aloud as you code through your version of hello_world with kivy. You don't have to do a deep dive in video one but starting with a look at what some of the most common and useful parts of the library are would be very helpful. (e.g. If this were tkinter since I don't know Kivy, a look at the common widgets, like Button, Label, Entry, etc. and the bare-bones basics of the grid layout manager) I'd also have liked to hear a moment or two, just a few asides, saying things like 'I just wrote self.add_widget. We'll look more in depth later at GridLayout and go into more detail about how it handles that call, but the gist of it is that it segments the screen into a grid, like a spreadsheet, and then tries to add the item to the containing class by pushing it toward the upper left but with each item in its own cell.' Even little clues can go a long way toward making the video more of a teaching video than a say-what-you-type code-along.
@sentdex
@sentdex 5 лет назад
I feel like reading the docs satisfies what you describe. I like to do practical tutorials that show how to make a thing. Once you've seen am example and are comfy with working with a library, you can read the docs and figure the rest out pretty easily. Honestly just do tutorials in the way I learn. If that's not how you learn, no big deal. Do it your way :P
@finfan7
@finfan7 5 лет назад
sentdex Obviously I can't tell you how to run your channel. You being the first person to make python content has granted you a large enough audience that I'm sure you don't really care about the criticisms of an individual viewer anymore, but inaccurate wording is kind of a personal peeve. I'm not being rude at all when I say that's not what that word means. A tutorial is teaching something. This is a video of you doing something. Racing on TV doesn't count as a tutorial about driving. This is an example rather than a tutorial.
@sentdex
@sentdex 5 лет назад
You're making some silly assumptions here. First off, I am not the first person to make python content. I do care about criticism, and I am not too large not to. The reason for my success is not because I was first to make Py content, I started making tutorials because I was annoyed with the "tutorials" that were out there when I tried to learn. I started making tutorials how I wished other people had made them. Racing on TV is akin to posting sample code on github, or some other finished product. Your analogy doesn't match at all. This is me running through building something, in a series. Definitely a tutorial. If you don't like it, go find some tutorials that suit the style you want. If you think I'm doing it wrong, then just like me, you could start your own channel doing things the way you wished I and others had, and, if you're right, you'll do great. ...or you can just assume that I don't care about you because my channel is so awesomely big because I was #1 to Python programming tutorials.
@LabGecko
@LabGecko 5 лет назад
I agree that this vid seems to have less depth than most SentDex tutorials. I've watched many others, and new concepts usually get described. I'm having to hunt around for hours because there was absolutely no useful description of what "self." actually does. Even with the One-Two example it seemed like "Just do this because I say so." It seems obvious, but I'm getting errors with the same code you made, and self-referential calls can be confusing as hell especially if you don't normally use them. Yes, I double-checked for typos. Edit: We are obviously not the only ones who feel this way, looking at other comments here.
@sentdex
@sentdex 5 лет назад
@@LabGecko sounds like you need to learn OOP. That's not a kivy thing. Check out the intermediate series. I can't cover every fundamental topic per video. I've seen all the comments on this video. You guys are the definite minority here. Happy to help. But if you "search for hours" rather than just asking a question where I can point you to a tutorial I've already done to explain the concept you dont know ( like self in your case) ... I can't help you.
@andriimious4272
@andriimious4272 5 лет назад
Wow…That’s amazing… I’ve just been looking for Kivy tutorial before you released it…
@marvincorreia2040
@marvincorreia2040 5 лет назад
Wonderful ...best python tutor ever! I'm already looking forward to the next vidio.
@adanjsuarez
@adanjsuarez 5 лет назад
Happy to see your progress! I was here when you had less than 100K, and see you now!
@sentdex
@sentdex 5 лет назад
Next stop: ...... 100 million!
@adanjsuarez
@adanjsuarez 5 лет назад
@@sentdex Sure, why not ;)
@mounirouadi5863
@mounirouadi5863 5 лет назад
love your content, you're literally my source when it comes to Tensorflow or any other python tutorials, I wanna ask if I can implement something like object detection in android app using Kivy and TF, and thanks!
@sentdex
@sentdex 5 лет назад
Seems like a lot of people are curious about that. Should be possible. Not sure tho. Maybe I'll do that later!
@animedrill
@animedrill 5 лет назад
Love you sir..from India .
@PrabalTiwarii
@PrabalTiwarii 5 лет назад
Can't wait for the next one.
@pysuhayb15
@pysuhayb15 5 лет назад
We all waited this
@lepoggere613
@lepoggere613 4 года назад
This is the first time I am seeing Sentdex use a text editor except IDLE
@aryanlivi3553
@aryanlivi3553 5 лет назад
AWESOME AS ALWAYS.
@iClaWnN
@iClaWnN 5 лет назад
Again... on time bro 😊
@mannycalavera121
@mannycalavera121 5 лет назад
Love your vids man, tip quality content
@gigaBeef313
@gigaBeef313 5 лет назад
Sweeeet. Was waiting for this one. Not following along but referencing the piCar for now
@joshpatterson2773
@joshpatterson2773 4 года назад
Thanks so much for this tutorial. It was super helpful!
@heniekhenkowski411
@heniekhenkowski411 5 лет назад
Well, it works in sublime for me. I even got your code from the website and it works too. Maybe because my version of kivy is 1.11.1. Anyways, good video, i'm up to check out the next one.
@joshuamacmaster5758
@joshuamacmaster5758 4 года назад
You just blew my mind with that cmd trick of getting to open it immediately in the directory by typing it in file explorer... so many wasted cd commands
@princesolomonadurku2340
@princesolomonadurku2340 5 лет назад
Wonderful Sentdex From Ghana
@TechWithTim
@TechWithTim 5 лет назад
In my experience trying to package kivy for android and IOS is a pain... I tried a few months ago with no luck on either platform but I assume you'll figure it out and I'll be able to learn from you!
@sentdex
@sentdex 5 лет назад
Yep, got it on android. Havent tried iOS yet though. Lots of little stuff that the docs leave out lol.
@TechWithTim
@TechWithTim 5 лет назад
@@sentdex oh yes i'm aware LOL, did you use linux to do it for android?
@sentdex
@sentdex 5 лет назад
@@TechWithTim Yes, I used Linux. AFAIK, that's the only way.
@debajyotimajumder472
@debajyotimajumder472 5 лет назад
dex's energy is amazing 13:58
@EnglishRain
@EnglishRain 4 года назад
If you Kivy window is laggy, open cmd using your GPU. You'll need to go to cmd's location at C:\WINDOWS\system32, right click on cmd, "Run with Graphics Processor" & select your GPU there. Then launch the py file & now there's no lag.
@maxyulu
@maxyulu 3 года назад
You are amazing! I wish I was only 10% as smart as you are.
@digitaldata-surveying
@digitaldata-surveying 4 года назад
Thank you very much, I love your tutorials
@isayabendera
@isayabendera 5 лет назад
Bruh!! You did you read my mind i really needed this from you..
@lilyandrew1304
@lilyandrew1304 4 года назад
really helpful tutorial playlist!! thank you!!
@spookywooky5
@spookywooky5 5 лет назад
I literally just started with your PyQt5 tutorial..
@nikhilchauhan5837
@nikhilchauhan5837 5 лет назад
Make series android with kivy .. great work😎
@frclasso
@frclasso 5 лет назад
Amazing tutorial, congrats!
@jacquesguerrero4581
@jacquesguerrero4581 4 года назад
"I know python..I swear" Hahahaha 12:52
@user-nm1jw6ug4v
@user-nm1jw6ug4v 3 года назад
Thank you very much, really clear tutorial!
@mystogan9320
@mystogan9320 5 лет назад
Good job bro, keep doing it!
@raihanyudosaputra7858
@raihanyudosaputra7858 5 лет назад
Finally! Kivy! Cmon sentdex
@micycle8778
@micycle8778 5 лет назад
Is it just me, or am I getting the feeling Sentdex is about to give Discord a hard time...
@ayush0477
@ayush0477 5 лет назад
You really are unpredictable at posting video but this video is good.
@sentdex
@sentdex 5 лет назад
Like to keep you on your toes.
@nikoha1763
@nikoha1763 5 лет назад
I really enjoy your videos. 👍
@mukeshjha4280
@mukeshjha4280 5 лет назад
Sir, This time at the end plz make some really good app which can give tough fight to our rival Android (Java apps). Like which might have login functionality with additional features and if possible a small app which makes use of ML/opencv can be a bit better.(I tried Face recognition with kivy using face_recognition lib but didn't succeed.) Anyways been ur sub from more than 2 years has been a great learning experience. Thanks.
@rab_x6958
@rab_x6958 5 лет назад
thanks man. you are awesome ..
@asdf-ef8if
@asdf-ef8if 5 лет назад
Wish you actually deploy the app in play store or apple store, that would be super cool. And dude you are insanely cool!
@sentdex
@sentdex 5 лет назад
Maybe would if the app was useful in some way :P
@asdf-ef8if
@asdf-ef8if 5 лет назад
@@sentdex Yeah let's see and wish the app becomes a cool app! eventually or even you can just kinda give a glimpse how do you deploy this kind of apps in mobile.. Cheers!
@perinoveriza1658
@perinoveriza1658 3 года назад
You always the best..👍👍
@iyonissiodanielsitoe1839
@iyonissiodanielsitoe1839 5 лет назад
God bless you man...please continue
@DestinyCreatesEntertainment
@DestinyCreatesEntertainment 4 года назад
time to make the next discord bois, im going in squad
@codingspace
@codingspace 5 лет назад
about time, please make video on how to package app for android(to be able to upload on play store), how to connect sql database with kivy gui
@sentdex
@sentdex 5 лет назад
Android packaging is definitely going to be here. SQL db connection will be as well, sort of. You just need to allow internet for the app.
@Christian-mn8dh
@Christian-mn8dh 5 лет назад
Hey sentdex, I see you have several machine learning videos, did you teach yourself? And what maths should I know for it?
@sentdex
@sentdex 5 лет назад
I taught myself. You should know linear algebra probably...but now you can do deep learning without knowing really any math, just know fundamentally what various algorithms are aiming to do.
@tedp9146
@tedp9146 5 лет назад
but the math really is the best part of it
@sentdex
@sentdex 5 лет назад
@@tedp9146 Personally, I think the best part is making cool stuff. The math is also proximally interesting, and useful to know...but I can understand those who don't care to learn it all.
@tedp9146
@tedp9146 5 лет назад
I would recommend to program the first half year (or full year) just from scratch, this is how I did it and it worked out pretty good (even when I have to say that I will probably never get the CNN-backpropagation working haha)
@tedp9146
@tedp9146 5 лет назад
rs - creating a CNN from scratch?
@YouTuber08
@YouTuber08 5 лет назад
nice
@AndrewPankow
@AndrewPankow 4 года назад
Sublime was just letting you know that the dunder keyword needed to be a magic method/property and not an arbitrary name. Sublime... keeping things Pythonic. lol
@unaibekovbakhyt6517
@unaibekovbakhyt6517 5 лет назад
thanks) respect from Kazakhstan)
@RESPECT-zs1kj
@RESPECT-zs1kj 4 года назад
sentdex babu ki jai ho!!!
@GamingBoxChannel
@GamingBoxChannel 5 лет назад
I like this alot ... thanks
@rogrp1241
@rogrp1241 4 года назад
jesse pinkman is now a python developer
@taran7954
@taran7954 5 лет назад
Can you Make another video on Android api's with kivy
@scotm33
@scotm33 5 лет назад
Thanks for doing a Kivy tutorial! Do you plan in using the KV language at all?
@johnli264
@johnli264 5 лет назад
Sooo easyy! Cool. Thanks)))
@ludwighurtado1719
@ludwighurtado1719 4 года назад
Nice video Thanks!
@smartconjurers2509
@smartconjurers2509 4 года назад
Can this app be uploaded on playstore
@claudioparisi7134
@claudioparisi7134 4 года назад
Soooooo, back to the Regular world 10:00
@akarshitpatial2266
@akarshitpatial2266 5 лет назад
need more tutorials on kivy
@sbutler7069
@sbutler7069 4 года назад
You look like the younger version of Edward Snowden 😂
@keshav2136
@keshav2136 4 года назад
😮
@mehdibouss4551
@mehdibouss4551 5 лет назад
Man u re crazy, I laugh alot, thanks for u beautiful way of explain
@giorgiobrignoli8217
@giorgiobrignoli8217 4 года назад
Grazie!
@giorgiobrignoli8217
@giorgiobrignoli8217 4 года назад
mille!
@SamWelker
@SamWelker 4 года назад
Good tutorial! Though the copy pasta is what got my subscription :) XD
@zsoltbiro5723
@zsoltbiro5723 5 лет назад
Köszönöm szépen! (Thank you very much!) Please continue :)
@sentdex
@sentdex 5 лет назад
More to come :)
@threepwoot8942
@threepwoot8942 4 года назад
Hey there first thanks for introducing Kivy. Could you figure out why the "App" starts but is closing after a few seconds without any interaction? Am i missing something? i was always used to Tkinter root.mainloop to have a window as long as i dont close the application or console .. but that Kivy buddy here is strange.
@nickdrost7401
@nickdrost7401 4 года назад
Type: python -m pip install --upgrade docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew kivy.deps.gstreamer --extra-index-url kivy.org/downloads/packages/simple/ In your promp
@khmsalhuas1
@khmsalhuas1 5 лет назад
What will happen if I just used self.add_widget(*args, **kwargs) without doing super().__init__() (aka without initiating the parent class, GridLayout)? I thought it will start looking if there is a method called add_widget() in the class ConnectPage, which there isn't, and then look for it in the GridLayout class, which does have it. My question, why do we need to make our class, ConnectPage, an instance of GridLayout before utilizing GridLayout methods? Can't we use the methods directly without initializing the base/parent class?
@mockingbird3809
@mockingbird3809 5 лет назад
If Can, Also Please Upload A Video On How TO Deploy A Machine Learning Or Deep Learning Model ON Kivy SO That We Use Machine Learning Powered App In Android. It Would Really Be Helpful For Me.
@ShahidulAbir
@ShahidulAbir 5 лет назад
Great suggestion. I would also like to know how we can integrate machine learning and kivy.
@sentdex
@sentdex 5 лет назад
That would definitely be awesome. As I dig more into kivy, I will try to do something like that.
@ShahidulAbir
@ShahidulAbir 5 лет назад
@@sentdex We will be waiting eagerly😊
@pysuhayb15
@pysuhayb15 5 лет назад
sentdex how much you are great
@flyaway7169
@flyaway7169 5 лет назад
sentdex we cannt wait to see that happens.
@Rohitkumar-tx6jl
@Rohitkumar-tx6jl 2 года назад
Nice one of the best
@stuffstudio_
@stuffstudio_ 5 лет назад
thx for "super()"
@randiaz95
@randiaz95 5 лет назад
Hey Sentdex! Thanks for the wonderful tutorial! I was hoping I could ask some questions below! 1) How can we keep dry (don't repeat yourself) in the Connect Page __init__ method? We did the same things for ip, port, and username. 2) Can you do add some await and async keywords in some of this code? 3) What do you think is a good application for a client side python code like kivy?
@sentdex
@sentdex 5 лет назад
A for lop mostly, not sure how you'd assign the attributes in a loop, would have to think on that. Maybe it's just too early in the morning. Maybe something like this example: stackoverflow.com/questions/2265402/adding-class-attributes-using-a-for-loop-in-python ...but kinda ugly.
@ttatt2222
@ttatt2222 5 лет назад
Hi sentdex, Can you make a video about how to export the python code into an exe file? This is headache for me, many problems appear especially when I include many libraries in my code. Thank you in advance.
@sentdex
@sentdex 5 лет назад
WE will be covering packaging to exe and to android for sure.
@allanimeworld2898
@allanimeworld2898 3 года назад
Sir i have a question i you are readong please tell me this That when we make class we have to make a object of a class but you don't make object and just write class name with brackets in app class sir so how are we able to use class's instances Sir please tell me how it executes 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 Sir please tell
@momentomoridoth2007
@momentomoridoth2007 2 года назад
not sure, so don't quote me, but I am pretty sure that __magic__ is how python deals with dunder under the hood in regards to the properties they all share collectively, and if you decided you wanted to change how all dunder methods behaved you could modify it. - this could be a huge noob assumption, as I know very little about the inner workings of python, but it is my best guess.
5 лет назад
Hey. I just installed everything and run first code (sample) and the visual window is super slow. Need to wait 10 sec for resize drag to take action, unreal to move the window across the screen. And I haven't even added any buttons, listeners etc. What could cause the problem? ANYONE? HELP PLEASE! P.s. - I have a good computer running win10. Not taking excessive ram or cpu at all.
@pypro
@pypro 5 лет назад
amazinggggg broooo
@bobnewman6196
@bobnewman6196 3 года назад
hello, I am fairly new to sockets and programming in general. When I run the client, I cannot send multiple message. Once I send the first message as the client, the little arrow telling me where to type goes away. I use the anaconda prompt and not cmd. I am not sure what the issue could be. Would anyone have an idea? Thanks in advance
@RREDesigns
@RREDesigns 5 лет назад
That Sublime Text of yours seems to be v.2. Use ST3, it is a lot better. :D
@thebeeshu771
@thebeeshu771 5 лет назад
Hey! I'm having this problem... Resizing the window and moving it around, it's super slow. The window doesn't respond right away, as if it freezes, and only updates after a few seconds. Anyone have this problem as well?
@atrumluminarium
@atrumluminarium 5 лет назад
Wait so how is this library platform independent? You still have to run Python for this example no? Or does it have to be compiled into something else before it can be exported to other devices?
@sentdex
@sentdex 5 лет назад
Later you build/package it for the platform you want to run it on.
@atrumluminarium
@atrumluminarium 5 лет назад
@@sentdex thank you
@arafatmohamed4472
@arafatmohamed4472 4 года назад
Atul Anand Oraon ' 4 months ago Solution for those who got an error while installing kivy type ahead this code in cmd and it's done: python -m pip install kivy==2.0.0rcl
@akumatyy
@akumatyy 4 года назад
Am getting error kivyapp has no attribute '__path__' How to fix this?
@raik1766
@raik1766 4 года назад
I always get this error: [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked Traceback (most recent call last): File "/storage/emulated/0/newfile.py", line 21, in MyApp().run() File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.7/site-packages/kivy/app.py", line 800, in run root = self.build() File "/storage/emulated/0/newfile.py", line 18, in build return Register() File "/storage/emulated/0/newfile.py", line 12, in __init__ self.add_wigdet(Label(text="IP:")) AttributeError: 'Register' object has no attribute 'add_wigdet' I did everything the same as in the video
@deki90to
@deki90to 4 года назад
why I can not download kivy tools?? some strange error happens
@pablodiaz1811
@pablodiaz1811 4 года назад
Thanks
@galfrasian
@galfrasian 5 лет назад
Traceback (most recent call last): File "C:/Users/Saumya Yadav/PycharmProjects/alex/alex.py", line 1, in import kivy File "C:\Users\Saumya Yadav\AppData\Local\Programs\Python\Python37\kivy.py", line 2, in kivy.require("1.10.1") AttributeError: module 'kivy' has no attribute 'require'. I am getting this error. What should i do??
Далее
Kivy Basics in 60 MINUTES
59:02
Просмотров 129 тыс.
C’est qui le plus fort 😂
00:18
Просмотров 718 тыс.
NPC Bloxfruits🤖🔥| Doge Gaming
00:13
Просмотров 1,2 млн
ChatGPT API in Python
35:18
Просмотров 179 тыс.
Making modern GUIs with Python and ElectronJS
22:33
Просмотров 659 тыс.
Pandas Dataframes on your GPU w/ CuDF
12:04
Просмотров 42 тыс.
Unix vs Linux
13:59
Просмотров 1,6 млн
Starting With Kivy to Build Cross-Platform GUI Apps
21:56
C’est qui le plus fort 😂
00:18
Просмотров 718 тыс.