Introduction to Deep Learning
4:00
How to block ads on youtube
2:01
Жыл бұрын
python for beginners 2024
3:11:59
Жыл бұрын
Пікірлер
@dorixon5410
@dorixon5410 Күн бұрын
this was really useful for a project im working on at university! your explanation was extremely helpful and clear, thank you so much!
@akishabriones3166
@akishabriones3166 Күн бұрын
why is my url invalid? i just followed your instructions :(
@reyesssss6098
@reyesssss6098 16 сағат бұрын
Me too, can somebody help us???
@dulcineaadjutant6301
@dulcineaadjutant6301 2 күн бұрын
*Promosm* 🤭
@abdulsalamundaabdulgani3855
@abdulsalamundaabdulgani3855 6 күн бұрын
everyone if ever you encounter invalid URL just Replace "design" in URL with "file"😇
@ProfShibe
@ProfShibe 2 күн бұрын
thank you bro!
@abdulsalamundaabdulgani3855
@abdulsalamundaabdulgani3855 6 күн бұрын
when i click generate it says invalid url. but i copy the URL of my design
@mohamedaminegougam8498
@mohamedaminegougam8498 3 күн бұрын
I have the same problem, were you able to fix it??
@reyesssss6098
@reyesssss6098 16 сағат бұрын
I have the same problem, can somebody help me?
@beamariedelossantos5382
@beamariedelossantos5382 7 күн бұрын
Hello, good morning. I have a question. Regarding the last step when I am using the Tkinter Designer app, it keeps displaying the message, "Please enter a valid file URL." even though I followed every step you made and double-checked if I got anything wrong. Can any please help me?
@kawthersiahmed8134
@kawthersiahmed8134 6 күн бұрын
Replace "design" in URL with "file"
@vmq6700
@vmq6700 23 сағат бұрын
@@kawthersiahmed8134 thank you for your help //
@Youssef-oo5cx
@Youssef-oo5cx 13 күн бұрын
Error Appearing "Pls Enter a valid File URL". I am working on another project but after clicking on "Generate" on Tkinter Designer, this error shows up. Any help?
@adims4777
@adims4777 10 күн бұрын
I got the same problem. do you find anyway to fix it yet
@Youssef-oo5cx
@Youssef-oo5cx 13 күн бұрын
Error Appearing "Pls Enter a valid File URL". I am working on another project but after clicking on "Generate" on Tkinter Designer, this error shows up. Any help?
@ProfShibe
@ProfShibe 9 күн бұрын
Same here. Worked perfectly fine before now it's not...unsure what happened
@abdulsalamundaabdulgani3855
@abdulsalamundaabdulgani3855 6 күн бұрын
i suffer the same cause😭
@reyesssss6098
@reyesssss6098 16 сағат бұрын
me too, i nedd help:(
@mohdiqbaltazeemtark8616
@mohdiqbaltazeemtark8616 14 күн бұрын
Screen
@ahmadimran1274
@ahmadimran1274 14 күн бұрын
I'm getting invalid url path error despite the fact I copied it from figma directly any solution?
@saberbix
@saberbix 9 күн бұрын
Same here! Did you managed to fix it?
@gonzalezignacio3049
@gonzalezignacio3049 7 күн бұрын
same here!
@mack6807
@mack6807 19 күн бұрын
Can you show how to easily link frames or add a navigation tabs that link to frames
@Softlinks
@Softlinks 19 күн бұрын
To link frames or add navigation tabs, you would typically use widgets like buttons or tabs. You can design these elements visually within Tkinter Designer and then write Python code to handle the navigation logic between frames. For example, you can bind button clicks to functions that switch between different frames or tabs. While Tkinter Designer helps with the visual layout, implementing the functionality would require some coding. If you need assistance with specific code examples or guidance on how to achieve this, feel free to ask!
@dreaddy_bear
@dreaddy_bear 20 күн бұрын
Thank you!
@Softlinks
@Softlinks 20 күн бұрын
You’re most welcomed
@nkositherojohn
@nkositherojohn 20 күн бұрын
I was doing exactly what you did. There were lots of errors. It couldn't paste the token id and file url, I had to type them in. Then, the last thing on my output path, the desktop, I waited for build to appear. Even now, I'm still waiting. I don't know if I wasted my time or I don't know. HELP me!!!!
@Softlinks
@Softlinks 19 күн бұрын
I understand your frustration, but let's troubleshoot this together. Firstly, ensure that you're copying the token ID and file URL correctly from Figma. Sometimes, errors can occur if there are extra spaces or characters copied along with the token. Secondly, make sure you're pasting the token ID and file URL in the correct fields within Tkinter Designer. For the issue with the output path, it's possible that the "build" folder might take some time to appear, especially if there are many files being processed. However, if it's taking unusually long, you might want to check if there are any error messages in the console or if there are any permissions issues preventing the folder from being created. If you're still encountering issues after trying these steps, consider reaching out to the support channels for Tkinter Designer or Figma. They might be able to provide more specific guidance based on the errors you're experiencing. Don't hesitate to ask for help; we're here to support you through this process!
@nkositherojohn
@nkositherojohn 19 күн бұрын
I'm actually making huge progress
@thelastbreaths
@thelastbreaths 9 күн бұрын
lol python is not for drag and dropped lazy ppl you should understand how they work
@reyesssss6098
@reyesssss6098 16 сағат бұрын
Can you help me to get it? i have the same problem with the URL
@ebenezervictor7297
@ebenezervictor7297 21 күн бұрын
You're an excellent teacher.
@Softlinks
@Softlinks 20 күн бұрын
Wow, thank you so much 😊
@scotthjackson5651
@scotthjackson5651 21 күн бұрын
Thanks man. I tried pyinstaller, for the past few days and was getting wierd environment errors. Started over with a new venv and also tried your solution, which worked with a little troubleshooting. THANK YOU! I can't believe that Python doesn't have a native method for easily exporting apps as standalone exe's. I've tried many methods and there is SO MUCH that usually goes wrong. It is a major pain point tbh. Exporting directly to Exe should be a basic, native feature for "The World's Most Popular Programming LanguageTM"
@Softlinks
@Softlinks 19 күн бұрын
You're welcome! I'm glad to hear that the solution worked for you after some troubleshooting. I understand your frustration with packaging Python applications, especially when dealing with environment errors. While Python itself doesn't have a built-in method for exporting apps as standalone executables, tools like PyInstaller help bridge that gap. It's definitely a pain point for many developers, and hopefully, future improvements will make the process smoother. If you need any further assistance or have more questions, feel free to ask!
@ahmettpamuk0
@ahmettpamuk0 28 күн бұрын
how can we connect 2 or more guis in this method? ty so much
@Softlinks
@Softlinks 19 күн бұрын
Yes course…it’s absolutely possible. Thanks for watching
@parthsharma6244
@parthsharma6244 29 күн бұрын
Can we also make a simple game like gui with moving objects through this method?
@Softlinks
@Softlinks 19 күн бұрын
Absolutely! While Tkinter Designer is primarily geared towards designing GUI applications, you can still create simple games with moving objects using Tkinter. You would design the interface elements with Tkinter Designer and then implement the game logic, including moving objects, using Python code. It might require a bit more coding than a traditional GUI application, but it's definitely possible! Let me know if you need more details on how to get started with game development using Tkinter.
@parthsharma6244
@parthsharma6244 15 күн бұрын
@@SoftlinksOk, Thank you 😊
@FatimaAli-qu1tq
@FatimaAli-qu1tq Ай бұрын
I got everything right, but in the final step where i was supposed to run the GUI file, i didn't see how you ran it. can you please explain it? Also, will this make the GUI interactive? I already created my database to store all inputs and data, my question is can I connect my work to the db? and how to do that? THANK YOU so so so much!!! I have been struggling for a few days now to find a way to convert my Figma design into something that Python can understand.
@Softlinks
@Softlinks Ай бұрын
Of course! To run the GUI file generated by Tkinter Designer, you would typically open the Python file (usually named something like “GUI.py”) using a Python interpreter or an IDE like VS Code. You can do this by simply double-clicking on the file or by using the command line to navigate to the directory where the file is located and then running it with the Python interpreter. As for making the GUI interactive and connecting it to your database, yes, you can definitely achieve that! Tkinter Designer generates the basic structure of the GUI, but you can further customize it and add functionality as needed. To connect your GUI to a database, you’ll need to use a database library in Python (such as SQLite3, MySQL Connector, or SQLAlchemy) to interact with your database. You can then write functions in your GUI code to handle database operations like inserting, updating, deleting, and querying data.
@ahmedemad8146
@ahmedemad8146 Ай бұрын
i am in the same directory and it gave me that ther os no such as diirectorydirectory name requirement.txt so where is the problem
@Softlinks
@Softlinks Ай бұрын
It seems like there might be a typo or an issue with the directory path. Double-check that you're in the correct directory where the `requirement.txt` file is located. If it's still not working, make sure the file is spelled correctly and try running the command again.
@pelomera
@pelomera Ай бұрын
Which Ide it is?
@XE1149production
@XE1149production Ай бұрын
a,b = b,a Done
@user-vn4mx8iq5q
@user-vn4mx8iq5q Ай бұрын
First!!
@SeanNH94
@SeanNH94 Ай бұрын
python can get me the date, but it cannot get me a date :(
@gatto_furry
@gatto_furry Ай бұрын
...you couldive just done import os if os.name == "nt": print("running on windows") else: print("not running on windows")
@sosiskaschannel7052
@sosiskaschannel7052 Ай бұрын
But u can change os name..
@gatto_furry
@gatto_furry Ай бұрын
@@sosiskaschannel7052 No you cant.
@sosiskaschannel7052
@sosiskaschannel7052 Ай бұрын
@@gatto_furry can’t u edit /etc/os-release file? Or it won’t work?
@gatto_furry
@gatto_furry Ай бұрын
@@sosiskaschannel7052 no.
@paintlab2.0
@paintlab2.0 Ай бұрын
Replit, correct? Really nice function thst i thought was built in till now cuz i never had to use it lmao
@Softlinks
@Softlinks Ай бұрын
Yes correct…
@tacokoneko
@tacokoneko Ай бұрын
one minor example of why Bash can be better than python is because instead of typing "python main.py" you could type "date" and get a similar result in 1 line instead of 4 lines. however, if you find it necessary to use the date to calculate something else such as a timer, it almost immediately becomes obvious that python has much more efficient and useful data types for it than Bash does.
@meisterschiumpf9759
@meisterschiumpf9759 Ай бұрын
Thats a lot of code for print(math.factorial(6))
@redstone-gameing2176
@redstone-gameing2176 Ай бұрын
Is this vs code?
@Softlinks
@Softlinks Ай бұрын
No Replit
@jeffreyduivenvoorden1299
@jeffreyduivenvoorden1299 Ай бұрын
Is this ragebait? I'm not even a python dev, and this is infuriating.. Why not: [b,a] = [a,b];
@SlyceDFI
@SlyceDFI Ай бұрын
[] can be omitted
@sarthaksingh7570
@sarthaksingh7570 Ай бұрын
Bro you don't need to do this use the customtkinter library of python foroderm tkinter...
@FrederickJohnstone-in1mg
@FrederickJohnstone-in1mg Ай бұрын
It’s not actually random though
@zeeplockd
@zeeplockd Ай бұрын
i think anyone with decent logical sense could come up with this on their own
@zeeplockd
@zeeplockd Ай бұрын
why did you make a video on this
@BarbaraAboagye
@BarbaraAboagye Ай бұрын
Great and well explained! Are there other apps with inbuilt GUI that you can use without creating from scratch with FIGMA? These are for those with poor design skills
@Softlinks
@Softlinks Ай бұрын
Absolutely, Qt Designer is another excellent option for GUI design. I’ve used it for years now in building great python Applications.
@HamzaAli-pg7ju
@HamzaAli-pg7ju Ай бұрын
But does the facebook and Google rectangle is not button?
@Softlinks
@Softlinks Ай бұрын
Yes correct, I did that for demonstration purpose just to get rid of the white rectangles at the edge of buttons that Tkinter tends to add. Incase you want resolve that, draw an extra rectangle in the background of your buttons and ensure that the background matches the main background of the App design.
@macisback-09
@macisback-09 Ай бұрын
Bro why was the intro 2 minutes long?! we do not need that.
@Softlinks
@Softlinks Ай бұрын
Thanks for your suggestion, I’ll work on making my intro short in future videos.
@nelsonbeneche2372
@nelsonbeneche2372 Ай бұрын
I really appreciated this video, it will help me a lot in my work, because I used tkinter from python a lot.. thank you!!!!!!!!!!!!!
@Softlinks
@Softlinks Ай бұрын
Glad it helped!…Thanks for watching
@kalyanamvenumadhav2245
@kalyanamvenumadhav2245 Ай бұрын
Great Expalnation with good examples with real time documents/ files. Easy to grasp. Try to do more interesting topics in AI/ML like Deep Learning, Tensorflow, Numpy, Javascript
@Softlinks
@Softlinks Ай бұрын
Thanks for your valuable feedback…I will start working on those courses soon.
@shadowkurgarru7785
@shadowkurgarru7785 Ай бұрын
First of, thank you for the turorial. I tried pyinstaller several times but the compiled file will always be recognized as a virus and therefore wont run. Is it the same with this way to do it?
@Softlinks
@Softlinks Ай бұрын
Yes to resolve this problem, just turn off your windows defender and also switch real-time protection to off. By doing that you’ll do everything without any problems. You may check the link below to it. support.microsoft.com/en-us/windows/turn-off-defender-antivirus-protection-in-windows-security-99e6004f-c54c-8509-773c-a4d776b77960
@Youforlia
@Youforlia Ай бұрын
Hi! Great video, question tho, aren't you supposed to group the buttons above for google and facebook signup and name the group 'Button'?
@Softlinks
@Softlinks Ай бұрын
Yes correct, I did that for demonstration purpose just to get rid of the white rectangles at the edge of buttons that Tkinter tends to add. Incase you want resolve that, draw an extra rectangle in the background of your buttons and ensure that the background matches the main background of the app design, and then group as Button.
@waffdaff
@waffdaff 4 күн бұрын
@@Softlinks i have tried this multiple times now and still not working, maybe i misinterpret some things about what you said since i don't have visuals on how to actually do it... XD
@shubhamgurjar912
@shubhamgurjar912 Ай бұрын
Can you tell How we can convert it to portable .exe file because I don't want to install my all build app in my computer
@Softlinks
@Softlinks Ай бұрын
I'll research how to convert the build into a portable .exe file without requiring you to install all the build libraries on your computer…Thanks for watching.
@shubhamgurjar912
@shubhamgurjar912 Ай бұрын
@@Softlinks actually i got my answer thanks even for reply 😅
@ohisideho3460
@ohisideho3460 13 күн бұрын
​@@shubhamgurjar912 What was the answer that you found?
@Ti-Sonic
@Ti-Sonic Ай бұрын
Boi fucken decided to go noclip mode after meeting *DA CACTÜS* 😂🌵
@user-uc4nq5xr3h
@user-uc4nq5xr3h 2 ай бұрын
Bro, just press bot and its automatical. No need for hacs
@DhruboPlayz
@DhruboPlayz 2 ай бұрын
Guys U Can Use This If The Code Shown In The Video Doesn't Work Runner.prototype.gameOver = function (){}
@tithecott9573
@tithecott9573 2 ай бұрын
It work ls
@Softlinks
@Softlinks 2 ай бұрын
Yes it does
@gillyrex1073
@gillyrex1073 2 ай бұрын
damn, it works
@Softlinks
@Softlinks 2 ай бұрын
Yes of course
@Iovasuke
@Iovasuke 2 ай бұрын
It doesn't work I had hope ;(
@Softlinks
@Softlinks 2 ай бұрын
It will work
@Iovasuke
@Iovasuke 2 ай бұрын
Rlly...
@Iovasuke
@Iovasuke 2 ай бұрын
I'ma try this wait a sec
@Softlinks
@Softlinks 2 ай бұрын
It works