- 329
- 1 107 256
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!
มุมมอง: 415
วีดีโอ
Deploy React App to AWS CloudFront (CDN Service)
มุมมอง 3323 หลายเดือนก่อน
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)
มุมมอง 2494 หลายเดือนก่อน
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: th-cam.com/video/y4s_lG0IuRc/w-d-xo.html Nuitka: th-cam.com/video/z2aHkuBCLN8/w-d-xo.html Nuitka vs Pyinstaller compa...
Lazy Loading Modules in Pyinstaller to Speed Up Load Time
มุมมอง 3134 หลายเดือนก่อน
Long Startup times for your Pyinstaller EXE? Learn how to lazy load your modules to help fix this issue. Pyinstaller Alternatives Nuitka: th-cam.com/video/z2aHkuBCLN8/w-d-xo.html cx_Freeze: th-cam.com/video/y4s_lG0IuRc/w-d-xo.html
How to embed a Matplotlib graph into a wxPython Application
มุมมอง 1634 หลายเดือนก่อน
How to embed a Matplotlib graph into a wxPython Application
How to Fix Connection Timeout Errors in AWS EC2 Instances
มุมมอง 714 หลายเดือนก่อน
How to Fix Connection Timeout Errors in AWS EC2 Instances
Deploy Node.js Backend on AWS EC2 Instance (Windows)
มุมมอง 5515 หลายเดือนก่อน
Deploy Node.js Backend on AWS EC2 Instance (Windows)
Hide and Show Widgets in Tkinter (without destroying them)
มุมมอง 2205 หลายเดือนก่อน
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)
มุมมอง 3115 หลายเดือนก่อน
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)
มุมมอง 1.8K5 หลายเดือนก่อน
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
มุมมอง 2685 หลายเดือนก่อน
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
มุมมอง 666 หลายเดือนก่อน
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
มุมมอง 4926 หลายเดือนก่อน
Learn How to Host your Static Website on Amazon S3.
AutoComplete Entry Widget in Tkinter (Autofill suggestions)
มุมมอง 2916 หลายเดือนก่อน
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)
มุมมอง 6416 หลายเดือนก่อน
Autocomplete Combobox in Tkinter (autofill suggestions)
Searchable Tkinter Combobox with visible Dropdown while Editing Text
มุมมอง 1.2K6 หลายเดือนก่อน
Searchable Tkinter Combobox with visible Dropdown while Editing Text
How to Display an Image on the Tkinter Canvas
มุมมอง 2696 หลายเดือนก่อน
How to Display an Image on the Tkinter Canvas
Tkinter Listbox: Creating a Grocery Shopping Application
มุมมอง 3017 หลายเดือนก่อน
Tkinter Listbox: Creating a Grocery Shopping Application
Interactive Scatter Plots with Matplotlib RectangleSelect Feature
มุมมอง 1907 หลายเดือนก่อน
Interactive Scatter Plots with Matplotlib RectangleSelect Feature
Switch between Python Versions on Visual Studio Code (VSC)
มุมมอง 1.7K7 หลายเดือนก่อน
Switch between Python Versions on Visual Studio Code (VSC)
Node.js and SQLite3 Tutorial (DB creation, CRUD operations, Best practices)
มุมมอง 1K7 หลายเดือนก่อน
Node.js and SQLite3 Tutorial (DB creation, CRUD operations, Best practices)
PandasTable + Tkinter: Creating Interactive Data Tables
มุมมอง 2.4K7 หลายเดือนก่อน
PandasTable Tkinter: Creating Interactive Data Tables
PyInstaller .EXE Detected as Virus? - How to Fix
มุมมอง 6K8 หลายเดือนก่อน
PyInstaller .EXE Detected as Virus? - How to Fix
PyDub Tutorial: Audio Manipulation in Python
มุมมอง 2.6K8 หลายเดือนก่อน
PyDub Tutorial: Audio Manipulation in Python
Python init.py File: Best Practices and Customizations
มุมมอง 2K8 หลายเดือนก่อน
Python init.py File: Best Practices and Customizations
Disable Frame Shrinking in Tkinter using Pack Propagate
มุมมอง 3048 หลายเดือนก่อน
Disable Frame Shrinking in Tkinter using Pack Propagate
Python Webbrowser: Opening Browsers through Code
มุมมอง 1068 หลายเดือนก่อน
Python Webbrowser: Opening Browsers through Code
How to create Draggable Annotations in Matplotlib
มุมมอง 3428 หลายเดือนก่อน
How to create Draggable Annotations in Matplotlib
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!
Drugs are Bad, MmmmmKay
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??
Very useful collection of stylizing techniques for QLineEdit. It's nice to have these options collected in ome place.
Didi you take down the Github? I can not find it on your page anymore :(
Hi ! Can we be sure that after rebuild the bootloader and signing the exe, it will be trusted ?
Hey, my eclipse continues to say “You are not running your eclipse instance with Java8. The JavaFX tooling is disabled because of this.Make Java8 the default system java or adjust your eclipse.ini to pass -vm pointing to your Java8 install”. I am currently running jdk-23 on my computer, and have followed all the necessary steps. What are the possible solutions to this issue?
I watched the whole play list. and OMF I was a boy and I come out as a man. I just want to tell u thx for providing this high quality tutorial for free and I hope you have a great life man and the future the u want... love u <33 i have a request if u dont mind, can u do a video about using scrapy to scrape a websites that uses javascript to load their content (scrapt-playwright) and thx again, hope u realize how much u pushed me toward my goals in this life <3
96969 Kiel Forest
I love you so much I have been losing my mind these past two days and after countless youtube tutorials yours worked I LOVEE YOUUUUU
God bless you God bless you God bless you God bless you God bless you God bless you God bless you God bless you God bless you
Thanks alot
do "ok" counter
Williams Ronald Thomas Jennifer Thompson Cynthia
This tutorial is very helpful. Thank you
Great video.
hello when I try to copy the public address to my personal computer, it loads a longtime and say error can t connect , while on the RDP it does connect with the public address. Can you help please?
This is a really short and sweet explanation man!!
thank you! have a good day CodersLegacy!
107 Fernando Burgs
Thank you
You are amazing 🎉🎉🎉
Hi, the app is hosted and is working but there is an issue with refresh. Whenever I do refresh it's says access denied and shows similar page as in your video 10:02. Also I can't hit the site using /something to a particular page. Using react-router
Let me guess, this issue only happens when you refresh on non-index pages? This is a react issue actually. You can look this up and find plenty of info on how to solve this (usually by implementing work-arounds or re-directs, since this is not a bug, rather it is a drawback of the react architecture) This is one of the first results i came across. stackoverflow.com/questions/64001221/react-app-spa-on-s3-aws-while-refreshing-the-page-shows-404-page
Thanks, followed it and worked perfectly! Can you also share the code you used so its easy for anyone to easily follow
:D unfortunate
Hello, your source code is no longer available, could you please put it back...thanks
Well done! Simple and to the point.
If you enter to edit a cell and the popup appeared try to scroll the list of treeview rows
Absolutely excellent. All the AI Chatbots produced incomplete or outdated instructions. Yours worked perfectly. So, thank you very much.
just got yourself a new subscriber
very helpful, thanks man
The code works but it doesn't display the output in the console, anyone help?
not to be rude but, are u a stutter?
Excellent video, I have a question if you could help me, how do I enter data into the database from an HTML form when I click on the register button, take the input values?
youre insane thanks ❤