CodersLegacy
CodersLegacy
  • 329
  • 1 107 256

วีดีโอ

Deploy a React App to AWS Amplify
มุมมอง 1693 หลายเดือนก่อน
Deploy a React App to AWS Amplify
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)
Python SQLite3 with Tkinter GUI
มุมมอง 8877 หลายเดือนก่อน
Python SQLite3 with Tkinter GUI
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

ความคิดเห็น

  • @Benji2545
    @Benji2545 2 วันที่ผ่านมา

    as the button you could also use a lambda function: Button = tk.Button(root, text="Click me", command=lambda:var.set("Goodbye, world!"))

  • @foxxodk646
    @foxxodk646 3 วันที่ผ่านมา

    I failed to use Nuitka because it looks like does not support external libraries like python-docx

  • @imbatman3172
    @imbatman3172 3 วันที่ผ่านมา

    Thank you sir ❤❤❤

  • @rigelstarz6032
    @rigelstarz6032 4 วันที่ผ่านมา

    how do i download PyAutoGUI?

  • @KentAdrianSabayday
    @KentAdrianSabayday 5 วันที่ผ่านมา

    So you don't need to round of the decimal point?

  • @dcjibo
    @dcjibo 6 วันที่ผ่านมา

    Have you made videos on python's web frameworks like Django or Flask? Your videos are awesome.

  • @dcjibo
    @dcjibo 6 วันที่ผ่านมา

    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?

  • @tejaseervi1151
    @tejaseervi1151 7 วันที่ผ่านมา

    You are great teacher.

  • @mateuszciaowicz498
    @mateuszciaowicz498 7 วันที่ผ่านมา

    time.sleep shoulndt be used. you should use asynchronicas waits, thats much better practice in selenium and GUI testing

  • @daniloablong7853
    @daniloablong7853 7 วันที่ผ่านมา

    Thank you for making this informative video, I can use this on my project

  • @gusmarr98
    @gusmarr98 8 วันที่ผ่านมา

    Thank you sir! Good video!

  • @real31iger
    @real31iger 8 วันที่ผ่านมา

    Drugs are Bad, MmmmmKay

  • @Stefan-xm9qb
    @Stefan-xm9qb 10 วันที่ผ่านมา

    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.

  • @ibtihelbouguera1203
    @ibtihelbouguera1203 13 วันที่ผ่านมา

    thank you so much for your help !

  • @_LordLuke_
    @_LordLuke_ 14 วันที่ผ่านมา

    Great! Does it work only with c shared libraries (.so) or also with static libraries (.a)?

  • @Alvaro-cm2nq
    @Alvaro-cm2nq 16 วันที่ผ่านมา

    Thankyou bro I takes me two hours until found you ...

  • @valentecampinas
    @valentecampinas 16 วันที่ผ่านมา

    thankyou!

  • @blazinghelmet3645
    @blazinghelmet3645 20 วันที่ผ่านมา

    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??

  • @thebuggser2752
    @thebuggser2752 21 วันที่ผ่านมา

    Very useful collection of stylizing techniques for QLineEdit. It's nice to have these options collected in ome place.

  • @zacharystoner6057
    @zacharystoner6057 26 วันที่ผ่านมา

    Didi you take down the Github? I can not find it on your page anymore :(

  • @arksystemes
    @arksystemes 27 วันที่ผ่านมา

    Hi ! Can we be sure that after rebuild the bootloader and signing the exe, it will be trusted ?

  • @blorkblob2645
    @blorkblob2645 28 วันที่ผ่านมา

    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?

  • @hell1267
    @hell1267 หลายเดือนก่อน

    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

  • @IngersollAlice
    @IngersollAlice หลายเดือนก่อน

    96969 Kiel Forest

  • @deborahabebe8562
    @deborahabebe8562 หลายเดือนก่อน

    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

  • @deborahabebe8562
    @deborahabebe8562 หลายเดือนก่อน

    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

  • @osmanrashid4188
    @osmanrashid4188 หลายเดือนก่อน

    Thanks alot

  • @wgs9
    @wgs9 หลายเดือนก่อน

    do "ok" counter

  • @FudgeBondu
    @FudgeBondu หลายเดือนก่อน

    Williams Ronald Thomas Jennifer Thompson Cynthia

  • @stevicamihajlovic455
    @stevicamihajlovic455 หลายเดือนก่อน

    This tutorial is very helpful. Thank you

  • @johannesnoyan1990
    @johannesnoyan1990 หลายเดือนก่อน

    Great video.

  • @Ivorianfifa
    @Ivorianfifa หลายเดือนก่อน

    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?

  • @3dvfxanimator729
    @3dvfxanimator729 หลายเดือนก่อน

    This is a really short and sweet explanation man!!

  • @nguyenucnam8626
    @nguyenucnam8626 หลายเดือนก่อน

    thank you! have a good day CodersLegacy!

  • @WellsJessica-h6w
    @WellsJessica-h6w หลายเดือนก่อน

    107 Fernando Burgs

  • @withtgds
    @withtgds หลายเดือนก่อน

    Thank you

  • @CatchmeifyouCan-z3x
    @CatchmeifyouCan-z3x หลายเดือนก่อน

    You are amazing 🎉🎉🎉

  • @Orrish-z3e
    @Orrish-z3e หลายเดือนก่อน

    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

    • @coderslegacy5661
      @coderslegacy5661 หลายเดือนก่อน

      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

  • @deepikasandeep5442
    @deepikasandeep5442 หลายเดือนก่อน

    Thanks, followed it and worked perfectly! Can you also share the code you used so its easy for anyone to easily follow

  • @AAACrazy
    @AAACrazy หลายเดือนก่อน

    :D unfortunate

  • @stevetrender6760
    @stevetrender6760 หลายเดือนก่อน

    Hello, your source code is no longer available, could you please put it back...thanks

  • @ayesamson
    @ayesamson หลายเดือนก่อน

    Well done! Simple and to the point.

  • @igordevru
    @igordevru หลายเดือนก่อน

    If you enter to edit a cell and the popup appeared try to scroll the list of treeview rows

  • @everettscott4745
    @everettscott4745 2 หลายเดือนก่อน

    Absolutely excellent. All the AI Chatbots produced incomplete or outdated instructions. Yours worked perfectly. So, thank you very much.

  • @chimaoctilliondollarversio4841
    @chimaoctilliondollarversio4841 2 หลายเดือนก่อน

    just got yourself a new subscriber

  • @chimaoctilliondollarversio4841
    @chimaoctilliondollarversio4841 2 หลายเดือนก่อน

    very helpful, thanks man

  • @pelayojhonmeltonmanio8898
    @pelayojhonmeltonmanio8898 2 หลายเดือนก่อน

    The code works but it doesn't display the output in the console, anyone help?

  • @goblinslayer6375
    @goblinslayer6375 2 หลายเดือนก่อน

    not to be rude but, are u a stutter?

  • @Mindy2812
    @Mindy2812 2 หลายเดือนก่อน

    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?

  • @urmomlolgottem
    @urmomlolgottem 2 หลายเดือนก่อน

    youre insane thanks ❤