- Видео 329
- Просмотров 1 113 370
CodersLegacy
Пакистан
Добавлен 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!
Просмотров: 440
Видео
Deploy React App to AWS CloudFront (CDN Service)
Просмотров 3434 месяца назад
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)
Просмотров 2594 месяца назад
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: ruclips.net/video/y4s_lG0IuRc/видео.html Nuitka: ruclips.net/video/z2aHkuBCLN8/видео.html Nuitka vs Pyinstaller compa...
Lazy Loading Modules in Pyinstaller to Speed Up Load Time
Просмотров 3224 месяца назад
Long Startup times for your Pyinstaller EXE? Learn how to lazy load your modules to help fix this issue. Pyinstaller Alternatives Nuitka: ruclips.net/video/z2aHkuBCLN8/видео.html cx_Freeze: ruclips.net/video/y4s_lG0IuRc/видео.html
How to embed a Matplotlib graph into a wxPython Application
Просмотров 1674 месяца назад
How to embed a Matplotlib graph into a wxPython Application
How to Fix Connection Timeout Errors in AWS EC2 Instances
Просмотров 725 месяцев назад
How to Fix Connection Timeout Errors in AWS EC2 Instances
Deploy Node.js Backend on AWS EC2 Instance (Windows)
Просмотров 5955 месяцев назад
Deploy Node.js Backend on AWS EC2 Instance (Windows)
Hide and Show Widgets in Tkinter (without destroying them)
Просмотров 2245 месяцев назад
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)
Просмотров 3245 месяцев назад
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,9 тыс.5 месяцев назад
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
Просмотров 2766 месяцев назад
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
Просмотров 686 месяцев назад
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
Просмотров 5116 месяцев назад
Learn How to Host your Static Website on Amazon S3.
AutoComplete Entry Widget in Tkinter (Autofill suggestions)
Просмотров 2966 месяцев назад
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)
Просмотров 6606 месяцев назад
Autocomplete Combobox in Tkinter (autofill suggestions)
Searchable Tkinter Combobox with visible Dropdown while Editing Text
Просмотров 1,2 тыс.6 месяцев назад
Searchable Tkinter Combobox with visible Dropdown while Editing Text
How to Display an Image on the Tkinter Canvas
Просмотров 2797 месяцев назад
How to Display an Image on the Tkinter Canvas
Tkinter Listbox: Creating a Grocery Shopping Application
Просмотров 3067 месяцев назад
Tkinter Listbox: Creating a Grocery Shopping Application
Interactive Scatter Plots with Matplotlib RectangleSelect Feature
Просмотров 1947 месяцев назад
Interactive Scatter Plots with Matplotlib RectangleSelect Feature
Switch between Python Versions on Visual Studio Code (VSC)
Просмотров 1,7 тыс.7 месяцев назад
Switch between Python Versions on Visual Studio Code (VSC)
Node.js and SQLite3 Tutorial (DB creation, CRUD operations, Best practices)
Просмотров 1,1 тыс.7 месяцев назад
Node.js and SQLite3 Tutorial (DB creation, CRUD operations, Best practices)
PandasTable + Tkinter: Creating Interactive Data Tables
Просмотров 2,5 тыс.8 месяцев назад
PandasTable Tkinter: Creating Interactive Data Tables
PyInstaller .EXE Detected as Virus? - How to Fix
Просмотров 6 тыс.8 месяцев назад
PyInstaller .EXE Detected as Virus? - How to Fix
PyDub Tutorial: Audio Manipulation in Python
Просмотров 2,6 тыс.8 месяцев назад
PyDub Tutorial: Audio Manipulation in Python
Python init.py File: Best Practices and Customizations
Просмотров 2 тыс.8 месяцев назад
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
Просмотров 1078 месяцев назад
Python Webbrowser: Opening Browsers through Code
How to create Draggable Annotations in Matplotlib
Просмотров 3528 месяцев назад
How to create Draggable Annotations in Matplotlib
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??
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 ❤