CodersLegacy
CodersLegacy
  • 329
  • 1 166 862

Відео

Deploy a React App to AWS Amplify
Переглядів 2835 місяців тому
Deploy a React App to AWS Amplify
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)
Python SQLite3 with Tkinter GUI
Переглядів 1,4 тис.9 місяців тому
Python SQLite3 with Tkinter GUI
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

КОМЕНТАРІ

  • @hanyanglee9018
    @hanyanglee9018 22 години тому

    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.

  • @justSomone296
    @justSomone296 День тому

    thanks brother, you did a very useful job I appreciate it

  • @hanyanglee9018
    @hanyanglee9018 День тому

    data scientist: 360/5 is 45. nvm.

  • @sinpool72
    @sinpool72 День тому

    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?

  • @legoslaughter9723
    @legoslaughter9723 8 днів тому

    Thank you, so helpful. I don't know why tutorials which teach you to setup venvs don't explain this

  • @aicendio
    @aicendio 11 днів тому

    thanks for this series. you're taking the complex and making it so even a novice can get started.

  • @darks6506
    @darks6506 11 днів тому

    Okay

  • @emilyboyle7240
    @emilyboyle7240 12 днів тому

    where can i copy this code

  • @raveena.sharma
    @raveena.sharma 12 днів тому

    Nuitka sucks with yt-dlp

  • @MrRahul15937
    @MrRahul15937 15 днів тому

    Underrated channel 😮

  • @Usernumberamillion
    @Usernumberamillion 18 днів тому

    Thank you so much for the help and tutorial.

  • @krystaff
    @krystaff 19 днів тому

    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

  • @SebastiánMolás-m2t
    @SebastiánMolás-m2t 21 день тому

    Thanks for the videos, i watched all of them and learned a lot. Salutations from México

  • @dnbc177
    @dnbc177 25 днів тому

    Okay

  • @BruceCichowlas
    @BruceCichowlas 27 днів тому

    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.

  • @theoneandonly2441
    @theoneandonly2441 28 днів тому

    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.

  • @accompliced-z9i
    @accompliced-z9i Місяць тому

    mines just a notepad?

  • @warpdrive44
    @warpdrive44 Місяць тому

    Settings are corrupted after I turn my computer off and on

  • @phantomfivenights
    @phantomfivenights Місяць тому

    Thank you. This helped me so much

  • @daniloablong7853
    @daniloablong7853 Місяць тому

    This is one of the best videos to learn from!

  • @did_I_hurt_your_fee_fees
    @did_I_hurt_your_fee_fees Місяць тому

    Thank you for the concise explanations and examples.

  • @ИгорьИльин-ь4ш
    @ИгорьИльин-ь4ш Місяць тому

    👌 👍👍 Cool!!!

  • @ИгорьИльин-ь4ш
    @ИгорьИльин-ь4ш Місяць тому

    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 👍🙂👌

  • @ИгорьИльин-ь4ш
    @ИгорьИльин-ь4ш Місяць тому

    Thank you very much, friend!! Carefull tutorial , that was great!!! 👍👍👌

  • @Pancakie-guy
    @Pancakie-guy Місяць тому

    why does the sound of his voice give me the shivers

  • @mathgmathg923
    @mathgmathg923 Місяць тому

    Excellent

  • @TaigiTWeseDiplomat--Formosan
    @TaigiTWeseDiplomat--Formosan Місяць тому

    0.0

  • @chillguy-g5r
    @chillguy-g5r Місяць тому

    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.

  • @electron46
    @electron46 Місяць тому

    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.

  • @computerlectures4exams
    @computerlectures4exams Місяць тому

    nice...its working

  • @ReclutadorRD
    @ReclutadorRD Місяць тому

    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!

  • @threebrickboys
    @threebrickboys Місяць тому

    THANKYOU so much! I had the error saying that my exe was malware, but using nuitka fixed it!

  • @___u7888
    @___u7888 Місяць тому

    i dont have modulepath or classpath only javafx and javafx sdk

  • @Benji2545
    @Benji2545 Місяць тому

    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 Місяць тому

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

  • @imbatman3172
    @imbatman3172 Місяць тому

    Thank you sir ❤❤❤

  • @rigelstarz6032
    @rigelstarz6032 2 місяці тому

    how do i download PyAutoGUI?

  • @KentAdrianSabayday
    @KentAdrianSabayday 2 місяці тому

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

  • @dcjibo
    @dcjibo 2 місяці тому

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

  • @dcjibo
    @dcjibo 2 місяці тому

    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 2 місяці тому

    You are great teacher.

  • @mateuszciaowicz498
    @mateuszciaowicz498 2 місяці тому

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

  • @daniloablong7853
    @daniloablong7853 2 місяці тому

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

  • @gusmarr98
    @gusmarr98 2 місяці тому

    Thank you sir! Good video!

  • @Stefan-xm9qb
    @Stefan-xm9qb 2 місяці тому

    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 2 місяці тому

    thank you so much for your help !

  • @_LordLuke_
    @_LordLuke_ 2 місяці тому

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

  • @Alvaro-cm2nq
    @Alvaro-cm2nq 2 місяці тому

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

  • @piracicabafilipe
    @piracicabafilipe 2 місяці тому

    thankyou!

  • @blazinghelmet3645
    @blazinghelmet3645 2 місяці тому

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