CodersLegacy

CodersLegacy

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.

Пікірлер

  • @dipeshsamrawat7957
    @dipeshsamrawat79577 сағат бұрын

    Thank you 😊

  • @chiragjain4137
    @chiragjain413715 сағат бұрын

    Hi. What is the start command in your package.json on client ?

  • @no_one4video
    @no_one4videoКүн бұрын

    good and useful lecture

  • @hlubradio2318
    @hlubradio23182 күн бұрын

    Very nice and concise thanks

  • @goodbyspam
    @goodbyspam4 күн бұрын

    After viewing this I solved the problem! Thanks.

  • @carrocesta
    @carrocesta4 күн бұрын

    very nice, thanks a lot dude! greetings from Spain :)

  • @NsSoOoOoOoR
    @NsSoOoOoOoR4 күн бұрын

    Be my tutor 😢

  • @shadshirk7334
    @shadshirk73345 күн бұрын

    i try to open it and it just insta closes

  • @workingyabs5683
    @workingyabs56836 күн бұрын

    nice i can hear the chinese within you lol

  • @NiharikaB8405
    @NiharikaB84058 күн бұрын

    hi try hindi for better growth

  • @chhotesarkar_official
    @chhotesarkar_official8 күн бұрын

    Sir can we add a splash screen in nuitka

  • @nialyavuzturk379
    @nialyavuzturk3798 күн бұрын

    Thank you so much! this video helped me figure out the problem, thanks!

  • @aro_4848
    @aro_48489 күн бұрын

    u talk too much

  • @douglas_SenhorBOT
    @douglas_SenhorBOT11 күн бұрын

    I can used this autocomplete in ttkbootstrap? Thanks

  • @zakiinounii7102
    @zakiinounii710211 күн бұрын

    Thank you for the help

  • @buzzdx
    @buzzdx11 күн бұрын

    tried to run pyinstaller, immediately got the file killed by defender. is there no way to get around this problem for good? it seems to be around for a long time already.

  • @aitoresteban51090
    @aitoresteban5109011 күн бұрын

    Hola, te felicito por la serie de videos que has realizado sobre PyQt6, es de lo mejor que he visto de habla hispana. Una duda respecto a este apartado, es el error "Could not parse stylesheet of object...(por ejemplo: MainWindow(0x187412daeb0))", ¿cuál sería la solución a este error que impide cargar el css y visualizar los estilos en la app? Gracias.

  • @RAGHAVJAIN-um3ou
    @RAGHAVJAIN-um3ou12 күн бұрын

    can someone please help me with this error, followed the tutorials but still getting this error, Traceback (most recent call last): File "c:\Users agha\OneDrive\Desktop\test\main.py", line 2, in <module> clibrary = ctypes.windll.LoadLibrary("C:\\Users\ agha\\OneDrive\\Desktop\\test\\clibrary.dll") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users agha\AppData\Local\Programs\Python\Python312\Lib\ctypes\__init__.py", line 460, in LoadLibrary return self._dlltype(name) ^^^^^^^^^^^^^^^^^^^ File "C:\Users agha\AppData\Local\Programs\Python\Python312\Lib\ctypes\__init__.py", line 379, in __init__ self._handle = _dlopen(self._name, mode) ^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [WinError 193] %1 is not a valid Win32 application

  • @denjiuzumaki4309
    @denjiuzumaki430914 күн бұрын

    nice explanation!!!

  • @coderslegacy5661
    @coderslegacy566113 күн бұрын

    Glad you liked it!

  • @MennChanrattanak
    @MennChanrattanak14 күн бұрын

    Please Build CRM with json data.json and SQLite3 Ok so good brother.. :*

  • @Jayveersinh_Raj
    @Jayveersinh_Raj14 күн бұрын

    The reason why only J was printed and no john before converting into bytes is that when declared in the function as pointer, by default it only points to the 0th value, this is done for efficiency in c, hence, you do not pass entire array right away. You can increment the pointer and get the entire array (string "john") by incrementing pointer in the c function, that would be faster than converting it to bytes first.

  • @denjiuzumaki4309
    @denjiuzumaki430916 күн бұрын

    great video!!!!

  • @coderslegacy5661
    @coderslegacy566113 күн бұрын

    Glad you liked it!!

  • @AngelofDarkness677
    @AngelofDarkness67716 күн бұрын

    OMG! Thank you so much!!! I struggled so hard, because I didn't know, why it wouldn't load my extra file, even if I added it as an extra file. Now it worked! +.+

  • @coderslegacy5661
    @coderslegacy566113 күн бұрын

    Glad I could help!

  • @mauriciorestrepo7799
    @mauriciorestrepo779917 күн бұрын

    Thank you! Works perfectly on macOS 12.7.5, Python 3.12.2

  • @coderslegacy5661
    @coderslegacy566113 күн бұрын

    Great to hear!

  • @sickie1961
    @sickie196117 күн бұрын

    Just putting this out there for anyone new to this: I had to reinstall Windows and python today due to a drive failure. (It happened whilst making a backup of my C: drive lol) All of my python scripts that used locateOnScreen() or locateAllOnScreen() crashed when it couldn't find the .png I was looking for, whereas it usually returned 'None'. With the latest version of pygame you need to do this: try: found = pg.locateAllOnScreen(fName,grayscale = True,confidence = .899) for f in found: [do what you want here] except: return False OR try: found = pg.locateOnScreen(fName,grayscale = True,confidence = .899) x = found[0] y = found[1] [do what you want here] except: return False

  • @elJedidev
    @elJedidev17 күн бұрын

    what about false positives?

  • @zakdolenc4032
    @zakdolenc403218 күн бұрын

    FIX!! = You need to rename the file because the old icon is cached, after that it will be showing the new icon

  • @raghavsrivastava10
    @raghavsrivastava1018 күн бұрын

    Thanks you, you are a saviour.

  • @coderslegacy5661
    @coderslegacy566113 күн бұрын

    Glad to help

  • @zen.ali238
    @zen.ali23820 күн бұрын

    Thanks for expanding the knowledge !

  • @hasnainahmed6706
    @hasnainahmed670621 күн бұрын

    Following links manually is way more easy I think? I did it manually and it worked in first attempt.

  • @dipeshsamrawat7957
    @dipeshsamrawat795721 күн бұрын

    Amazing!

  • @hasnainahmed6706
    @hasnainahmed670622 күн бұрын

  • @OliveiraCelsoDe
    @OliveiraCelsoDe23 күн бұрын

    Pretty Good, thanks

  • @coderslegacy5661
    @coderslegacy566113 күн бұрын

    Glad you like it!

  • @user-rt9lu4mq7f
    @user-rt9lu4mq7f23 күн бұрын

    Thank you for your video. By any chance, do you know how to make draggable vertex label when using Matplotlib 3D?"

  • @janfabik7801
    @janfabik780123 күн бұрын

    Hello mister, Can I see the other video you are referring to at the end of this video please? :)

  • @hasnainahmed6706
    @hasnainahmed670624 күн бұрын

    It gives an error :ModuleNotFoundError: No module named 'scrapy_user_agents'

  • @coderslegacy5661
    @coderslegacy566113 күн бұрын

    Did you install the module? Use "pip install scrapy-user-agents"

  • @hasnainahmed6706
    @hasnainahmed670612 күн бұрын

    @@coderslegacy5661 I installed this module 'scrapy_user_agents' and now it's working fine, thanks.

  • @sowt007
    @sowt00724 күн бұрын

    If I didn't find your video, I would never understood that it's a windows bug and the problem is not in me. Thank you so much!!!

  • @hpsd9857
    @hpsd985725 күн бұрын

    tks for great video, this resolved my problem. Thanks so much

  • @isaacafedzi3368
    @isaacafedzi336826 күн бұрын

    Doesn't work for me. After trying with 10 proxies which were all dead, it didn't continue with the rest of 390 proxies in the proxy list

  • @r4c0nnoe27
    @r4c0nnoe2726 күн бұрын

    lol, looking for other stuff, but this shit i know, some small issue you have, look here: if getattr(sys, 'frozen', False): application_path = os.path.dirname(sys.executable) else: application_path = os.path.dirname(os.path.abspath(__file__))

  • @user-yv5xo4yq1u
    @user-yv5xo4yq1u26 күн бұрын

    Please build a sample project with all widgets and methods with class and some technic organize and import file. Additional, control user access... finally make exe with license key love you so much!

  • @Zio-Pera
    @Zio-Pera27 күн бұрын

    I don't have the classpath option in java build path

  • @hasnainahmed6706
    @hasnainahmed670627 күн бұрын

    Thank you so much for helping me with css and xpath selectors. You gained a subscriber :)

  • @coderslegacy5661
    @coderslegacy566127 күн бұрын

    Glad you found it helpful 🙂

  • @garawaa5411
    @garawaa541127 күн бұрын

    I think nuitka is total winner. For qt apps nuitka's exe output size is 2 times smaller then pyinstaller. Only one big disadvantage is compile time. It requeres too long time for complex apps.

  • @coderslegacy5661
    @coderslegacy566127 күн бұрын

    Yes, I agree with you. Though I am surprised that Nuitka produces smaller EXEs. I guess it varies from case to case, and what settings you are using. Nuitka's onefile mode + zstandard optimization is pretty good when it comes to file sizes. On default settings for both, I have found PyInstaller EXE's to generally be smaller.

  • @haxidenti6001
    @haxidenti600128 күн бұрын

    Would be good to see working with pointers and structure

  • @dipeshsamrawat7957
    @dipeshsamrawat795728 күн бұрын

    Nice. Keep it up.

  • @carl-johanhorberg1399
    @carl-johanhorberg139928 күн бұрын

    Very nice. Someone had to make this video. Pro tip though, integers are typically pronounced 'intehgers' and not 'inteegers'

  • @soniabhattacharya1947
    @soniabhattacharya1947Ай бұрын

    after 4:10, I could create the subplot. For example, these subplots are for temperatures across NY, Chicago, LA, NJ. How do I give an overall Title and how do I individually name the x labels and y labels for each subplot?

  • @brindamittal3000
    @brindamittal3000Ай бұрын

    Hi, Thanks for the video. I have a question- how can we handle scenarios wherein an existing job running takes longer tan expected and the next schedule kicks in ?

  • @othmanelissaoui8790
    @othmanelissaoui8790Ай бұрын

    thank you.