What are User Inputs in python ?
4:42
What are variables in python ?
3:24
2 жыл бұрын
Code With Yoosuf
1:02
2 жыл бұрын
What is Python ?
3:02
2 жыл бұрын
Пікірлер
@uroojkanwal66
@uroojkanwal66 4 күн бұрын
good video
@JACK-ti1gg
@JACK-ti1gg 13 күн бұрын
Bro
@kingmenka2085
@kingmenka2085 23 күн бұрын
Thanks for the video. Simply awesome....
@user-ke1sf4ub8n
@user-ke1sf4ub8n 24 күн бұрын
Thanks broo
@gssmoorthy851
@gssmoorthy851 2 ай бұрын
Same I got nonetype error 'get' did not have attributes what can I do ?
@revathir4199
@revathir4199 4 ай бұрын
Mam instead of creating new window can i open another python file. Is it possible?? Please tell me the open file code??
@amolgarje2477
@amolgarje2477 4 ай бұрын
Hi, can i develop accounting software using python? If yes, pls advise tools names and process
@codewithyoosuf2215
@codewithyoosuf2215 4 ай бұрын
Yes, it is possible. You can use tkinter. But the process is a bit complicated. There are KZbin videos on how to build one.
@amolgarje2477
@amolgarje2477 4 ай бұрын
@@codewithyoosuf2215 ok thanks
@OmaimaBoustik
@OmaimaBoustik 4 ай бұрын
@zyzz.vaibhav
@zyzz.vaibhav 4 ай бұрын
I don't know what's happening but when I run my same program after a while it says name= Tk() is not defined and gives name error but the first time it the same code worked fine
@codewithyoosuf2215
@codewithyoosuf2215 4 ай бұрын
Use the code line, import tkinter as Tk At the top
@zyzz.vaibhav
@zyzz.vaibhav 4 ай бұрын
You are using Pydroid right?
@codewithyoosuf2215
@codewithyoosuf2215 4 ай бұрын
Yes
@BrianKiplaa-xu6ez
@BrianKiplaa-xu6ez 2 ай бұрын
Pycharm broo
@boby68204
@boby68204 6 ай бұрын
Bro
@harshkundalia8343
@harshkundalia8343 6 ай бұрын
I have some doubt regarding my python based project, how can I reach to you.?
@user-yx4fc4jm9w
@user-yx4fc4jm9w 6 ай бұрын
Sir which editor do you use to run python program
@codewithyoosuf2215
@codewithyoosuf2215 6 ай бұрын
Pydroid 3
@user-yx4fc4jm9w
@user-yx4fc4jm9w 6 ай бұрын
Helpful
@sarkarbrothers9574
@sarkarbrothers9574 7 ай бұрын
respect
@abdulhameedmalik4299
@abdulhameedmalik4299 7 ай бұрын
Thanks dear this is a good video as u have explained it clearly
@abdulhameedmalik4299
@abdulhameedmalik4299 7 ай бұрын
Good video
@SathikBasha-hq2ii
@SathikBasha-hq2ii 8 ай бұрын
Mam I got attributeerror: object has not 'get' what can I do ?
@godickstest2792
@godickstest2792 5 ай бұрын
Me too
@revathiselvaraj556
@revathiselvaraj556 9 ай бұрын
God bless you
@user-yc3kb5fc6h
@user-yc3kb5fc6h Жыл бұрын
Plz bro next part logout system
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Sure
@soorajdmg
@soorajdmg Жыл бұрын
Big salute to your hardwork man...Doing code on a mobile phone is no kids play!
@adewoledavid1082
@adewoledavid1082 Жыл бұрын
Noticed that too. Nice one. I have a question though, what is the use of global?
@nitika-o2j
@nitika-o2j 9 ай бұрын
​@@adewoledavid1082 globally declare
@programmierer14
@programmierer14 Жыл бұрын
Thanks :)
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Welcome
@Versatile77
@Versatile77 10 ай бұрын
​@@codewithyoosuf2215 Source code Please
@axmednajaadprogramer
@axmednajaadprogramer Жыл бұрын
Thank you so much❤❤❤❤❤❤❤❤
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Your welcome
@axmednajaadprogramer
@axmednajaadprogramer Жыл бұрын
Thanks so much❤
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Your welcome
@samhitha2623
@samhitha2623 Жыл бұрын
Thank you so so much for this
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Your welcome 🙂
@1contra
@1contra Жыл бұрын
Is there a way to make it so I can have different correct usernames that are valid, for example: username1 password1 and then username2 password2, both be a valid login
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Hi, you can try this by repeating the same statement with different user names n passwords, for example, elif username == 'any_user_name' and password == 'any_password': messagebox.showinfo('login', 'Login successful') root.destroy() top = Tk() top.configure(bg='white') U can repeat the above statement for multiple user names n passwords.
@1contra
@1contra Жыл бұрын
@@codewithyoosuf2215 ohh I actually figured out over a week ago, I just made it a “or” loop. But thanks for responding, I appreciate it.
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
​@nlcontra9613 sorry for the late response, your welcome 🙂
@gsquarecubing9850
@gsquarecubing9850 3 ай бұрын
You want mtiplw users accounts without repeating the same bit of of code? I gotcha bro
@zptrack2490
@zptrack2490 Жыл бұрын
thank you bro
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
You're welcome!
@anchalsehgal7779
@anchalsehgal7779 Жыл бұрын
How to limit number of attempts to try to login to 3
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Hi, U can use this code, Login_attempts = 1 if Login_attempts <= 3: #write the Login function code here Login_attempts = Login_attempts + 1 else: root.destroy()
@Pythonado
@Pythonado Жыл бұрын
Can I make 2 drop-down menus I tried it and it showed the same options how do I fix it can you tell me please?
@codewithyoosuf2215
@codewithyoosuf2215 7 ай бұрын
Yes you can, You have to use a separate variable name. Eg; number = StringVar() number.set('pick a number') numbermenu = OptionMenu(root, number, '1', '2', '3') numbermenu.place(x=100, y=100)
@Pythonado
@Pythonado 7 ай бұрын
@@codewithyoosuf2215 yes that’s helpful after 9 months, but thanks anyways. I don’t use python now I make apps in react native and learned a bunch of javascript
@learnwithme395
@learnwithme395 2 жыл бұрын
how can You please show me how can I add futuristic hud in tkinter widget
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Yes sure. once I finish my python for Biginers tutorial I'll do it.
@riznahameed6702
@riznahameed6702 2 жыл бұрын
Hi
@rc4957
@rc4957 2 жыл бұрын
👍🏻
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Hi everyone 👋
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Subscribe
@umairharis8346
@umairharis8346 2 жыл бұрын
👾
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Subscribe over hear 👇 kzbin.info/door/HrhBRlCwYgmyq-jaQr2uHg
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Like, share and Subscribe
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Hi I want u guys to tell that what should the next video be about
@mahima_abhishek_
@mahima_abhishek_ 2 жыл бұрын
Hi yoosuf it's mahima. this is my new channel kzbin.info/door/w9jLsP9hybSxyXNIbjgMeg
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
All the best 😁 Subscribed
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Subscribe
@inspirationalstories6650
@inspirationalstories6650 2 жыл бұрын
Hello
@rc4957
@rc4957 2 жыл бұрын
Hi
@inspirationalstories6650
@inspirationalstories6650 2 жыл бұрын
I wanted this kind of a video thank a lot
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Your welcome!
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Subscribe
@umairharis8346
@umairharis8346 2 жыл бұрын
ELA bn
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Subscribe ▶️
@umairharis8346
@umairharis8346 2 жыл бұрын
Hello
@umairharis8346
@umairharis8346 2 жыл бұрын
ELA bro
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
😉
@codewithyoosuf2215
@codewithyoosuf2215 2 жыл бұрын
Subscribe
@riznahameed2139
@riznahameed2139 2 жыл бұрын
Hi