NeuralNine

NeuralNine

NeuralNine is an educational brand focusing on programming, machine learning and computer science in general! Let's develop brains!

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
💻 The Algorithm Bible Book: www.neuralnine.com/books/
🐍 The Python Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop

🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: instagram.com/neuralnine
🐦 Twitter: twitter.com/neuralnine
🤵 LinkedIn: www.linkedin.com/company/neuralnine/
📁 GitHub: github.com/NeuralNine

🖥️ My Coding Setup 🖥️
⌨️ Keyboard: hyperurl.co/neuralkeyboard
🖱️ Mouse: hyperurl.co/neuralmouse
🖥️ Monitor: hyperurl.co/neuralmonitor
🎙️ Microphone: hyperurl.co/neuralmicrophone
✏️ Drawing Tablet: hyperurl.co/neuraldraw

🎵 Outro Music From: www.bensound.com/

Пікірлер

  • @codyswanner6064
    @codyswanner60642 сағат бұрын

    Feels like you understand how this works, but you don't understand how to explain it to me. From what I do understand, you seem to be waaaay oversimplifying the example for the sake of speed, when I as a person new to this need things to be a little more fleshed out and verbose to be able to follow what's going on.

  • @generaluser
    @generaluser4 сағат бұрын

    doesnt work. i wrote the exact code. error: Traceback (most recent call last): File C:\ProgramData\anaconda3\Lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec exec(code, globals, locals) File c:\users eele\onedrive\2023 ventures\consulting\pdf_writer\pdf_writer_3.py:19 fillpdfs.write_fillable_pdf('simple_pdf_form.pdf', 'filled_simple_pdf_form.pdf', data_dict) File C:\ProgramData\anaconda3\Lib\site-packages\fillpdf\fillpdfs.py:265 in write_fillable_pdf if len(options) > 0: TypeError: object of type 'NoneType' has no len()

  • @t.e.k.profitstraders8796
    @t.e.k.profitstraders87965 сағат бұрын

    Every-time....You hit some real pythonic skills and they make sense from delivery to productivity!! #SmashedIt

  • @yuval_kahan
    @yuval_kahan7 сағат бұрын

    10/10 !! Thank you so much !

  • @slickslack4420
    @slickslack44207 сағат бұрын

    Please make more videos like this it helps us code by understanding the concepts

  • @4GENS
    @4GENS8 сағат бұрын

    But wouldn't you have to turn on/run the code manually? how do you have it running in the background at all time?

  • @alvinamana1459
    @alvinamana145916 сағат бұрын

    Hey I was wondering If I could get your help. This is from the 3d section of your video I believe and the code doesn't work, I tried to fix it for newer version but it still isnt' working 100 percent. Here what I did to edit your code for this section import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5,stop=5, num=100) y = np.linspace(-5, stop=5, num=100) x, y = np.meshgrid(x,y) z = x * y fig = plt.figure(figsize=(14,6)) ax = fig.add_subplot(111, projection='3d') ax.plot_surface(x, y, z, cmap='viridis') ax.set_title('3D Plot') ax.set_xlabel('X-Axis') ax.set_ylabel('Y-Axis') ax.set_zlabel('3D Plot') plt.show()

  • @Lithium59
    @Lithium5917 сағат бұрын

    Wow. Unbelieveable. You can create a basic clone of minecraft in just 48 lines of code.

  • @raviroy7882
    @raviroy788217 сағат бұрын

    Great video! I followed your recommendation and tried Warp. However, I'm disappointed that you are promoting a terminal app that is not only proprietary but also requires a login to use. Really? What kind of terminal emulator demands a login just to access its basic features? This is incredibly intrusive. Frankly, Warp is excessively bloated. The AI features are just fancy bells and whistles. It is far from awesome, and no one should ever use a terminal that requires a login. Period.

  • @bunnyvlogs7647
    @bunnyvlogs764719 сағат бұрын

    Sir kindly let us know where is this code located.. not able to see this in your github account...seems like u mixed this with django project

  • @user-kn6cl5dg1h
    @user-kn6cl5dg1h19 сағат бұрын

    Super video french kiss

  • @IThinkItsMe
    @IThinkItsMe20 сағат бұрын

    I get errors on the on_closing section thatI cant solve. C:\Users\44792\AppData\Local\Programs\Python\Python312\python.exe C:\Users\44792\PycharmProjects\Tkinterpt2\pythonProject2\main.py File "C:\Users\44792\PycharmProjects\Tkinterpt2\pythonProject2\main.py", line 25 self.root.protocol(name="WM_DELETE_WINDOW", self.on_closing) ^ SyntaxError: positional argument follows keyword argument Process finished with exit code 1

  • @marcopita2639
    @marcopita263921 сағат бұрын

    Thanks a lot man! You made a super simple explanation of the subject and i really appreciate that

  • @ernestessien2388
    @ernestessien238822 сағат бұрын

    a very helpful tutorial. Thanks very much :)

  • @pietraderdetective8953
    @pietraderdetective895323 сағат бұрын

    It has been some time since I've wanted to know more about Warp. Thanks for the introduction! How's the resource usage like RAM and CPU?

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

    How does autojump compare with zoxide? What I like about zoxide is its integration with fzf that makes it easy to interactively navigate directories.

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

    Auto Jump is amazing and very efficient it allows you to quickly navigate

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

    Wow autojump is godlike!

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

    Hello Florian, I recently subscribed and watched your VIM tutorial on FreeCodeCamp. When you have some time, could you please consider creating a tutorial on setting up Neovim, specifically geared toward beginners like myself? I am eager to learn more from you! Thank you in advance.

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

    9:00 ls does have a recursive function: -R, --recursive list subdirectories recursively

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

    NIce Implementation, Very Helpful

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

    Let's be honest here... these tools are absolutely useless and unnecessary. Calling it 'awesome' and claiming that it can 'massively increase your productivity' is certainly exaggerated. - but that is just my humble opinion.

  • @jerry101988
    @jerry10198822 сағат бұрын

    I haven't used the others, but to suggest that ripgrep is useless is absurd

  • @Design_no
    @Design_no15 сағат бұрын

    ​@@jerry101988agreed. Huge benefit.

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

    As for exa, on github they say: "Sep 5, 2023 - exa is unmaintained, please use the active fork eza instead."

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

    Did you see if there was a way to use the AI in the terminal, but just keep a normal bash shell? I’m not sure I could handle all those file completion boxes coming up all the time.

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

    I do not have a plugged dir what to do?

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

    I found that by opening a pdf file with Mozilla Firefox and inspecting it with the developer tools you can collect its text (with the help of JavaScript) after the web browser has converted it to HTML and maybe save it for further processing with someone programming language.

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

    what linux distribution are you using or recommend

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

    Lfs

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

    he is using pop os and u can use any distro which suits you, for starters fedora ,pop os, linux mint are good.

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

    I find Kali is super easy to get running. I have more issues with Ubuntu.

  • @doockis
    @doockis10 сағат бұрын

    @@therobotocracy I had more issues with Ubuntu than running Arch, so I think it's a Ubuntu thingy.

  • @therobotocracy
    @therobotocracy8 сағат бұрын

    @@doockis yeah, I’m not sure why the perception is that is one of the easier ones to maintain.

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

    thank you so much

  • @INDIANchhanel-ii7zz
    @INDIANchhanel-ii7zzКүн бұрын

    Second comment

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

    First comment 🙋

  • @mp-jk9cx
    @mp-jk9cxКүн бұрын

    thanks

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

    Hello, using this library is it possible to check if there is a digital signature in the PDF or not?

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

    Numba does not support ‘with (context manager) as (variable):’ construct!

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

    Hi, How to add a features that automatically corrects the misspelled word?

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

    thank you ! needed this in my school project

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

    why you said this is classification at 39:39 when it is regression problem ?

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

    Thank you, was good introduction

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

    Have you looked into SoftMaker FreeOffice?

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

    Storing the token in a text file and in the git config is insecure, if the device becomes compromised you've given away access to your repositories

  • @omaralraisi1143
    @omaralraisi11432 күн бұрын

    It's also worth mentioning that the power of make comes from that it tracks file changes, where if you run make all and then modify only one source file, when you run make all the second time, only that single file gets recompiled and not all files, and if nothing changed it wouldn't recompile again

  • @cbacca2999
    @cbacca29992 күн бұрын

    I have Python 3.11 on Windows 10. I'm just using a text editor to edit the Python program and I'm using a virtual environment in my cmd.exe shell. In this line "driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()))" I get this error: "'powershell' is not recognized as an internal or external command, operable program or batch file. 'powershell' is not recognized as an internal or external command, operable program or batch file." It looks like selenium supports Python 3.11 so that should be an issue. I also have Selenium 4.21.0. Any idea how to fix this?

  • @digitalrew
    @digitalrew2 күн бұрын

    Cool, thanks, I love this video, I learned new good stuff! Actually I got to this video, because after several tries, I couldn't seem to make the VScode work properly... I know I'm a noob...

  • @user-hn2uc9ft7p
    @user-hn2uc9ft7p2 күн бұрын

    can you post the code

  • @fidaeariyan9376
    @fidaeariyan93762 күн бұрын

    tkx for video

  • @AxelBS0
    @AxelBS02 күн бұрын

    Well, you can try the ChatGPT Classic GPT in the GPT tore

  • @Dev_Gisoun
    @Dev_Gisoun2 күн бұрын

    Your lecture was very easy to follow and effective! It was really helpful for me.

  • @jeffisawesomer
    @jeffisawesomer2 күн бұрын

    I CANT FIGURE OUT HOW TO USE IMPORTS ON VSCODE AND ITS SO FREAKINF FRUSTRATING I TRY AND TRY TO NO AVAIL AAAAGGGGHHHHHH PLEASE SOMEONE HELP

  • @abdullahhaidary149
    @abdullahhaidary1492 күн бұрын

    Your explanation was very clear and simple Keep the good work up!

  • @walidmat8972
    @walidmat89722 күн бұрын

    How to save the model to not train it every time ?🙂 How to predict the price of given data ? 🙂 Project not complete at all

  • @graydonpivec6728
    @graydonpivec67282 күн бұрын

    what version of python are you using? specifically what are you actually writing the code in?