- 329
- 1 166 862
CodersLegacy
Pakistan
Приєднався 12 гру 2020
CodersLegacy is an educational site, targeted towards new and aspiring coders, looking to improve their skills. Our content is quite diverse, both in it's target audience as well as it's content.
Matplotlib: Plotting Single & Multiple Images Made Easy!
Matplotlib: Plotting Single & Multiple Images Made Easy!
Переглядів: 601
Відео
Deploy React App to AWS CloudFront (CDN Service)
Переглядів 5355 місяців тому
In this Tutorial Video, we will deploy our static React Website to the AWS CloudFront service, taking advantage of their CDN architecture to serve your website globally around the world effectively.
How to Exclude PyInstaller EXE from Windows Defender (AntiVirus)
Переглядів 3655 місяців тому
In this Tutorial we will discuss how to exclude your Pyinstaller .EXE file from the Windows Defender Anti-virus scans and checks. Most importantly, we will discuss the benefits of doing so, and also suggest some alternatives to Pyinstaller. ALTERNATIVES TO PYINSTALLER cx_Freeze: ua-cam.com/video/y4s_lG0IuRc/v-deo.html Nuitka: ua-cam.com/video/z2aHkuBCLN8/v-deo.html Nuitka vs Pyinstaller compari...
Lazy Loading Modules in Pyinstaller to Speed Up Load Time
Переглядів 3796 місяців тому
Long Startup times for your Pyinstaller EXE? Learn how to lazy load your modules to help fix this issue. Pyinstaller Alternatives Nuitka: ua-cam.com/video/z2aHkuBCLN8/v-deo.html cx_Freeze: ua-cam.com/video/y4s_lG0IuRc/v-deo.html
How to embed a Matplotlib graph into a wxPython Application
Переглядів 2076 місяців тому
How to embed a Matplotlib graph into a wxPython Application
How to Fix Connection Timeout Errors in AWS EC2 Instances
Переглядів 1346 місяців тому
How to Fix Connection Timeout Errors in AWS EC2 Instances
Deploy Node.js Backend on AWS EC2 Instance (Windows)
Переглядів 9486 місяців тому
Deploy Node.js Backend on AWS EC2 Instance (Windows)
Hide and Show Widgets in Tkinter (without destroying them)
Переглядів 2807 місяців тому
In this video will explore how to temporarily hide widgets from view, and bring them back upon our command. This is done without destroying the widget, preserving the widget state, and also your performance.
How to create a Toolbar in Tkinter (UI + Functionality)
Переглядів 3797 місяців тому
In this tutorial video we will explore how to create a modern looking Toolbar in Tkinter, complete with all the relevant functionality.
How to make an Editable Table using Treeview Tkinter (Python)
Переглядів 2,5 тис.7 місяців тому
In this tutorial we will explore how to make the Tkinter Treeview Widget, "Editable" from the user's perspective (e.g. using the mouse). Website Link (Code Available Here) coderslegacy.com/how-to-make-ttk-treeview-editable-python/
Creating Tables in Tkinter using the Treeview Widget
Переглядів 3387 місяців тому
In this tutorial we will explore how to create a Table using the Treeview Widget in Tkinter. The Treeview widget is a versatile widget used to display hierarchical data in a tabular format. It allows for the creation of columns with headings and supports features such as sorting, selection, and editing of data entries. This makes it the perfect candidate for constructing a Table. Website Link (...
Deploying a React App to AWS S3
Переглядів 787 місяців тому
In this tutorial we will explore how to build, upload, and deploy a React application to Amazon Web Services, S3 Storage.
How to Host a Static Website on AWS using S3
Переглядів 6927 місяців тому
Learn How to Host your Static Website on Amazon S3.
AutoComplete Entry Widget in Tkinter (Autofill suggestions)
Переглядів 3728 місяців тому
Learn how to make an entry widget which offers automatic autofill suggestions while typing. Website Link (Code available) coderslegacy.com/autocomplete-entry-widget-in-tkinter/
Autocomplete Combobox in Tkinter (autofill suggestions)
Переглядів 8338 місяців тому
Autocomplete Combobox in Tkinter (autofill suggestions)
Searchable Tkinter Combobox with visible Dropdown while Editing Text
Переглядів 1,6 тис.8 місяців тому
Searchable Tkinter Combobox with visible Dropdown while Editing Text
How to Display an Image on the Tkinter Canvas
Переглядів 3698 місяців тому
How to Display an Image on the Tkinter Canvas
Tkinter Listbox: Creating a Grocery Shopping Application
Переглядів 3448 місяців тому
Tkinter Listbox: Creating a Grocery Shopping Application
Interactive Scatter Plots with Matplotlib RectangleSelect Feature
Переглядів 2229 місяців тому
Interactive Scatter Plots with Matplotlib RectangleSelect Feature
Switch between Python Versions on Visual Studio Code (VSC)
Переглядів 2,2 тис.9 місяців тому
Switch between Python Versions on Visual Studio Code (VSC)
Node.js and SQLite3 Tutorial (DB creation, CRUD operations, Best practices)
Переглядів 1,5 тис.9 місяців тому
Node.js and SQLite3 Tutorial (DB creation, CRUD operations, Best practices)
PandasTable + Tkinter: Creating Interactive Data Tables
Переглядів 2,9 тис.9 місяців тому
PandasTable Tkinter: Creating Interactive Data Tables
PyInstaller .EXE Detected as Virus? - How to Fix
Переглядів 7 тис.9 місяців тому
PyInstaller .EXE Detected as Virus? - How to Fix
PyDub Tutorial: Audio Manipulation in Python
Переглядів 3,2 тис.9 місяців тому
PyDub Tutorial: Audio Manipulation in Python
Python init.py File: Best Practices and Customizations
Переглядів 2,2 тис.10 місяців тому
Python init.py File: Best Practices and Customizations
Disable Frame Shrinking in Tkinter using Pack Propagate
Переглядів 34210 місяців тому
Disable Frame Shrinking in Tkinter using Pack Propagate
Python Webbrowser: Opening Browsers through Code
Переглядів 12110 місяців тому
Python Webbrowser: Opening Browsers through Code
How to create Draggable Annotations in Matplotlib
Переглядів 40610 місяців тому
How to create Draggable Annotations in Matplotlib
The most confusing about matplotlib is, it provides a plt.some function() style, and most people only know and teach this style. Your tutorial is the best I v seen because you really do it the hard and long way, which is what I must know to use plt.
thanks brother, you did a very useful job I appreciate it
data scientist: 360/5 is 45. nvm.
thanks for great video, I was trying to use nuitka to compile my qml app but couldn't find a way to embed image files and qml files inside exe, do you have any ideas how should embed data files in exe file using nuitka?
Thank you, so helpful. I don't know why tutorials which teach you to setup venvs don't explain this
thanks for this series. you're taking the complex and making it so even a novice can get started.
Okay
where can i copy this code
Nuitka sucks with yt-dlp
Underrated channel 😮
Thank you so much for the help and tutorial.
I get WARNING: The output directory "C:\dist\main" and ALL ITS CONTENTS will be REMOVED! Continue? (y/N) *i press "y" )and then I get permission denied
Thanks for the videos, i watched all of them and learned a lot. Salutations from México
Okay
This basically worked on my M2 MacBook Pro with PyCharm and is the first time I have managed to make pyinstaller work on any app on this computer, so I am grateful. Now I'm wondering if the same technique will work with a PyQt6 app, which is what I really need, but I am thinking that, with the help of your article, it now has a chance. (later) Yes, it did work with PyQt6 using the same technique. In either case, I haven't yet tried it with numpy, scipy and the many libraries I use, but I am hoping for the best. Thanks again.
How does it compare to pyinstalelr? And does it add the hidden imports as wel? Cause a lot of the time my exe file crashes whenever i try to open a bluetooth device scanner or try to analuze an image by using a keras model, and most of the time it's because it ignores imports or detects that they're missing (even if some of them I already have them installed) and I'm not sure if its because of the pyinstaller version.
mines just a notepad?
Settings are corrupted after I turn my computer off and on
Thank you. This helped me so much
This is one of the best videos to learn from!
Thank you for the concise explanations and examples.
👌 👍👍 Cool!!!
I am very, very, very glad that this video was written only 3 months ago, which means your channel is alive, and there is a chance to wait for another video on Python! You have very clear, videos, even despite the fact that I do not understand English well 👍🙂👌
Thank you very much, friend!! Carefull tutorial , that was great!!! 👍👍👌
why does the sound of his voice give me the shivers
Excellent
0.0
Thanks a lot bro, you mention the step of adding lib in module path instead of classpath my problem was also that. it nearly take my 2 days but i got solution in this video.
Your information was very helpful and I was finally able to change my icon. The information at the bottom of your code regarding pyinstaller is barely readable, even using Ctrl-mouse wheel. I sometimes wonder if video creators actually look at their videos on-line. Thanks.
nice...its working
wao your great man!!! pls dont stop doing pyqt6 videos!!, and also im a latin person and i appreciate that your speak clearly and take your time explaning!
THANKYOU so much! I had the error saying that my exe was malware, but using nuitka fixed it!
i dont have modulepath or classpath only javafx and javafx sdk
as the button you could also use a lambda function: Button = tk.Button(root, text="Click me", command=lambda:var.set("Goodbye, world!"))
I failed to use Nuitka because it looks like does not support external libraries like python-docx
Thank you sir ❤❤❤
how do i download PyAutoGUI?
So you don't need to round of the decimal point?
Have you made videos on python's web frameworks like Django or Flask? Your videos are awesome.
CodeLegacy has helped me a lot to really face PyQt stuff. Initially it was your accent that wasn't pleasant to me, but later on I said to myself let me look at the videos properly. But after going through the videos I became confident in PyQt especially the PtQt6 which you have made videos on. I like your approach to the topics. I want to say a thank you. What other aspect of Python have you made videos on?
You are great teacher.
time.sleep shoulndt be used. you should use asynchronicas waits, thats much better practice in selenium and GUI testing
Thank you for making this informative video, I can use this on my project
Thank you sir! Good video!
Is it possible to trigger the custom event when I press a button on my joystick? In your video you’re just explaining how to trigger a custom event from another built in event.
thank you so much for your help !
Great! Does it work only with c shared libraries (.so) or also with static libraries (.a)?
Thankyou bro I takes me two hours until found you ...
thankyou!
Great tutorial really helpful!! quick question will the steps be the same if I have multiple python files that are all part of the same project??