Learn Manim - Full Course for Beginners [Tutorial]

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

Комментарии • 197

  • @avi12
    @avi12 2 года назад +56

    5:54 If you use a language code, like "py", it will actually correctly color the chunk of code according to Python
    For example:
    ```py
    self.play(Create(circle))
    self.wait()
    ```

    • @BrianAmedee
      @BrianAmedee  2 года назад +5

      Good point, very useful for writing code properly in Discord

    • @Rice7th
      @Rice7th 2 года назад +2

      isn't that just simple markdown?

    • @Aly-l-Axy
      @Aly-l-Axy Год назад +3

      ​@@Rice7th it is, but not everyone knows that you can specify the language

  • @SAJAN_ECE
    @SAJAN_ECE 2 года назад +253

    The Academic community is indebted to Grant Sanderson, the developers, and the community. People like you are taking it to the next level. I am beginner to Manimations and there were no beginner level tutorial like this in RUclips. This is an amazing content and I have learnt a lot. I request you to publish more tutorials like this. If you publish a Course on Manim in Udemy with step by step videos for beginners, it will be a huge success. Thank you very much for the efforts. Really appreciate it.

    • @BrianAmedee
      @BrianAmedee  2 года назад +24

      Thanks for the compliment mate! I will make some more lessons for free!

    • @shauryaaher1579
      @shauryaaher1579 3 месяца назад

      I strongly agree. We are greatly indebted to Grant Sanderson and Brian Amedee.

  • @Stefabro
    @Stefabro 2 года назад +5

    anyone who provides quality ,free ,educational videos are real life angels fr

  • @rasmushochreuter2102
    @rasmushochreuter2102 2 года назад +19

    Thank you so much. I teach pumps at an engineering college, and had decided on Manim to make some nice illustrations on how centrifugal pumps behave in a system, when changing their speed. Good work - I think you have saved me at least 20 hours of work just with this one video :-)

    • @BrianAmedee
      @BrianAmedee  2 года назад +4

      Happy to help my friend! Good luck with creating the animations!

  • @apparently_jonny
    @apparently_jonny 2 года назад +85

    At 46:15 , get_graph() has now been replaced with plot() just for those of us coding along at home

    • @Ritschelman
      @Ritschelman 2 года назад +9

      thx man, I got really frustrated at that part, as I always got an error stating x_range is an unknown expression.

    • @augusttgrassi
      @augusttgrassi 2 года назад +1

      hooo I was getting frustrated hehe thanks

    • @davidrysdam902
      @davidrysdam902 Год назад +1

      That code didn't look right as he was writing it. I'm glad someone realized that "get_graph()" implies it is a getter, which shouldn't be plotting anything...

    • @ligmafish3806
      @ligmafish3806 Год назад

      savior

    • @tirthchaudhari9995
      @tirthchaudhari9995 Год назад

      brooohhh....thanks thanks thanks maaaan....SAVIOR....😇😇😇

  • @JoshFlorii
    @JoshFlorii 2 года назад +6

    Manim is at the intersection of coding and art. It's so immediately recognizable. Awesome library!!

  • @pizzarickk333
    @pizzarickk333 2 года назад +47

    46:32 get_graph doesn't work anymore, it was removed. replace it with plot. this way:
    parab = plane.plot( lambda x : x**2, x_range = (-4,4) , color = GREEN)

    • @iHugoMMM
      @iHugoMMM Год назад +3

      You saved me man, thanks

  • @coycatrett2303
    @coycatrett2303 19 дней назад

    for those curious, self is a convention used in Python to represent an instance of a class object and allows the programmer to access attributes of a class object.
    for example, if you pass (self, name) as arguments to a constructor method, you can set self.name = name to change the instantiated object's name to a given name.

  • @gujodde2489
    @gujodde2489 2 года назад +47

    man, I spent half of a year struggling to master the fundamentals of manim and yet I could have saved the time when this tutorial came out earlier :D. Thank you for your contribution for manim learners. By the way, your previous video about the animation of 3b1b helped me a lot, since although I can make simple animations with manim on my own now, my manim skills are still far away from making advanced animations comparable with the ones in 3b1b videos. I'm trying to advance my manim skills, but I can't find the suitable learn materials for it. Could you make more tutorials about advanced manim animations(with more loops and functions) just like the previous one? they will be very helpful and suitable learn materials after learning from your manim full course tutorial ;). Thanks for your contribution again, as a fresh manim learner, I really learned a lot from your tutorials!

    • @BrianAmedee
      @BrianAmedee  2 года назад +3

      Hey Gu. Yeah, I have more stuff like this (advanced tutorials) lined up for future uploads! I just wanted a good 'starting point' video for people picking up manim for the first time

    • @gujodde2489
      @gujodde2489 2 года назад +1

      @@BrianAmedee great, i'm looking forward to learn more from your tutorials :D

  • @Adhithya2003
    @Adhithya2003 2 года назад +3

    IDK why but you are so easy to follow. Thanks for your service.

  • @user-pg9mz6qy7t
    @user-pg9mz6qy7t 2 года назад +5

    Thank you so so much. You saved me thousands of hours. The instructions are very clear.
    And the "red-raw" made my day.

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Glad it helped! Thanks for the compliment

  • @stratfanstl
    @stratfanstl Год назад

    Great overview of arguably the most attractive features of Manim that drive interest in learning it... Smooth animate moves of objects, rendering nicely formatted mathematical formulas (MathTex), drawing graphs on axes and smoothly animating points and tagent lines along graphed functions (always_redraw). Thank you.

  • @johnh9748
    @johnh9748 11 месяцев назад +1

    A small correction. An Interpreter is not what you described. An interpreter runs the code without compiling it. What you are describing is called intellisense

  • @leletih
    @leletih 4 месяца назад

    Awesome tutorial, it's a perfect begging in Manim.

  • @DrWillWood
    @DrWillWood 2 года назад +2

    Awesome tutorial! Helped me loads. Thanks a lot!

  • @RisetotheEquation
    @RisetotheEquation 2 года назад +1

    Thanks so much, Brian! Can't wait to start rewriting my videos in manim.

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Good luck! Do share it because I'd like to see it

  • @russelllim7177
    @russelllim7177 Год назад

    Great work on this tutorial series Brian. Straight to the point and very clear. 👍👍👍

  • @carlosguerrayanez
    @carlosguerrayanez 4 месяца назад

    The tutorial is absolutely great, but I just came back for Mr. Duck today

  • @sarangbhatnagar
    @sarangbhatnagar 2 года назад +1

    Brother you are a great teacher :) create more

    • @BrianAmedee
      @BrianAmedee  2 года назад

      Thanks bro! I'm working on some

  • @user-yooo
    @user-yooo 2 года назад

    Very concise and straight to the point well done Brian!

  • @aserhassan
    @aserhassan 7 месяцев назад

    To begin with please use `import manim` instead of `from manim import *` to maintain clarity and prevent namespace collisions

  • @heavenlypot
    @heavenlypot 2 года назад

    ♥️ Great and rare tutorial for Manim. Thanks

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      You're welcome! Thanks for the compliment

  • @komugikun_
    @komugikun_ 15 дней назад

    It's very helpful!
    thanks bro!

  • @brianthomas9148
    @brianthomas9148 2 года назад +2

    Thank you so much Brian (subbed), this is gonna help ma a lot as well.
    Really cool explanations and great animations 💯💯

    • @BrianAmedee
      @BrianAmedee  2 года назад

      Thanks mate! I hope you make some cool animations!

  • @lakanharayadima36
    @lakanharayadima36 2 года назад

    I'm beginner in manim and this is awesome!!!!

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Nice! Good luck with creating your own animations

  • @georgenabraham
    @georgenabraham 2 года назад +1

    Thanks Brian.
    You are awesome!

  • @bizzaaach
    @bizzaaach 2 года назад

    I really like the way you explain this

  • @ComradeNo.79
    @ComradeNo.79 2 месяца назад

    Thanks Brooo
    Loved your content 🔥

  • @kanthvinay
    @kanthvinay 2 года назад +1

    Great work, keep it up! Appreciate the time and efforts in making this video. I am a Mathematics Educator and have been planning to learn Manim for a longtime now but couldn't. Finally, there is a one-stop video to give us a overall idea. Thanks, man!

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Thanks mate! I would love to see some math explanations you can make with manim!

    • @bryanbain3509
      @bryanbain3509 2 года назад

      @@BrianAmedee please keep up the good work!!

  • @Sicilian_defence
    @Sicilian_defence 2 месяца назад

    Thanks we really appreciate it.

  • @devrajyaguru2271
    @devrajyaguru2271 2 года назад

    Thank you very much sir. If possible, and you have the time, then please prepare one basic manual explaining the class, def, functions and other terminology that we struggle

    • @nathandyson3462
      @nathandyson3462 2 года назад

      There won't be any better way than learning from general beginner Python tutorials on RUclips, and/or an introductory Python textbook. You could smash all the Python intro content in a couple of days of coding :)

    • @OT-tn7ci
      @OT-tn7ci 2 года назад

      @@nathandyson3462 Agreed,

    • @BrianAmedee
      @BrianAmedee  2 года назад

      I appreciate it. In all honesty, I would look at the Python for Beginners on RUclips and try to create some classes of Mobjects yourself - as a learning exercise. I have personally never done so myself, as I have never needed to. But as for the terminology, it is all python jargon.

  • @LuisFernando-wm5rg
    @LuisFernando-wm5rg 2 года назад

    Thank you very much!! This was really useful as a beginner

    • @BrianAmedee
      @BrianAmedee  2 года назад

      No worries mate, glad it is helpful!

  • @serdar_a
    @serdar_a Год назад +1

    Great content! Very helpful.

  • @rudiwinggla1510
    @rudiwinggla1510 Год назад

    Thanks for the video mate. Just leaving a comment for the sweet sweet revenues

  • @math4university
    @math4university Год назад

    Very nice tutorial. Thank you!

  • @nozellot
    @nozellot Год назад

    Incredible Video. Love it!

  • @nawsailabang3361
    @nawsailabang3361 2 года назад

    thanks so much for the details.This video helped me alot

  • @DragonHunter926
    @DragonHunter926 2 года назад +1

    Thank you so much!!

  • @VitalSine
    @VitalSine 2 года назад

    Thank you so much, what a great tutorial!

  • @kirtanadhi
    @kirtanadhi 2 года назад +1

    Great work. Thank you

  • @adrienpyb1611
    @adrienpyb1611 2 года назад +2

    I have a question :) Which version(s) of Manim allow you to do the kind of interactive plot we see in Grand's video on the Newton's fractal (at 13:36: he drags and drop the complex roots of a polynomials - which in turn updates the shape of the fractal - ruclips.net/video/-RdOwhmqP5s/видео.html). And are you going to talk about it in one of your video? In my opinion, this is the next level in maths explanation. Videos and explainers are amazing, but the possibility to have 'students' interact with them open so many more doors :D
    In anyway, thank you so much for your work. It's really cool to contribute to spreading the knowledge and growing the math nerd community ;)

    • @BrianAmedee
      @BrianAmedee  2 года назад +2

      Hey mate, great question. Honestly, I wish I knew how he did this. I agree, I provide similar resources (ie desmos templates with sliders, geogebra etc). *I think* the version required for this is ManimGL, which is under serious construction right now from the developers. When they publish a stable version, I will be onto it.

    • @crataclysme1139
      @crataclysme1139 2 года назад

      Hello!
      3B1B posts all code related to his videos on his github. Maybe you'll find your luck there.
      Keep in mind that code is intended to be used by 3B1B only!

  • @avi12
    @avi12 2 года назад

    7:24 It has to be Scene within the brackets because it has to do with class inheritance

    • @BrianAmedee
      @BrianAmedee  2 года назад

      That would make sense! Thanks

  • @MathePeter
    @MathePeter 2 года назад +2

    Hey really great job!! Quick question: How do you get all the informations in 10:51? I dont have these neither I can choose "Go to Definition". I think this is really helpfull.

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Thanks for the compliment mate! This information shows when you have a python interpreter installed with VSCode. These are all things that people in the manim discord helped me install! I couldn't code without it now

    • @MathePeter
      @MathePeter 2 года назад

      Ah great I will ask them how to install it. Thanks alot for your videos. I will use animations in my videos and tell the people about your channel! :)

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      @@MathePeter No problem, and thank you! If you need some help coding a particular animation for a video, feel free to send me a message in discord!

    • @MathePeter
      @MathePeter 2 года назад

  • @user-mx6uf2oh1z
    @user-mx6uf2oh1z 2 года назад

    TBH, nothing much to say, liked and subscribed

  • @davidrysdam902
    @davidrysdam902 Год назад

    Wow, that updater scheme is genius and dead simple. Why can't matplotlib be this easy?

  • @albertosierraalta3223
    @albertosierraalta3223 2 года назад

    Keep up the good work man!

  • @user-ke3tm2ev2k
    @user-ke3tm2ev2k Год назад

    It's the best. So thank you 😆

  • @etutoring9299
    @etutoring9299 Год назад

    Great video. Why did you not force me to watch this before I wasted a week fumbling through manim.
    I have one question, "How can I make Bold Fractions, and place them at an exact location?". Can this even be done in Manim?
    The world need videos on how to do each thing. For example, how to "Create and Place Text", or How to create a place questions".
    I have some videos on my channel. They need manimization.

  • @hamzaokd
    @hamzaokd Год назад

    liked the tutorial. i just wanna know what extension you use for that pretty printed tracebacks. it looks clean. if its rich, which theme are u using? because ive been using rich and it doesnt show like that. thanks

  • @utof
    @utof 2 года назад

    wowowowooww i was thinking like 2 days ago i should learn manim o.o what is this sorcery :D

    • @BrianAmedee
      @BrianAmedee  2 года назад

      Hopefully it helps get you going! manim can be pretty hard

  • @dominikgrubisic9978
    @dominikgrubisic9978 Год назад

    It doesn't work for me, I am using the same example as you and I am getting ParseError: not well-formed (invalid token): line 1, column 0. Does anyone knows how to resolve this?

  • @MueezKhan1
    @MueezKhan1 2 года назад

    Thank you so much! 😄

  • @cupatelj
    @cupatelj 2 года назад

    Good tutorial, thanks.

  • @OT-tn7ci
    @OT-tn7ci 2 года назад

    This was great, helped a lot, I personally dont have a real use case for manim, but I thought it might be helpful to animate graphs as a data analyst I guess, also I guess improve my coding skills. But I wonder for what real use cases people actually need this library for ?

    • @xXJ4FARGAMERXx
      @xXJ4FARGAMERXx 2 года назад

      I feel like Manim is basically LaTeX but for video!
      Use cases are:
      When you want to simply move stuff without needing keyframes and other editing magic.
      When you want to focus on the math, not on the editing program.
      When you need to make a mathematical RUclips channel.
      When you need to show your work but you don't have time to download a 2 giga byte editing app.
      It's just plain awesome that you can just combine the math and the editing into one step!

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      This is a really good question. I am a maths teacher, so I use it as a tool to visually explain hard concepts in a shorter amount of time than I would be whiteboarding my explanation.
      I see it as a tool for visualising abstract concepts (ie, some tough concepts to get your head around in maths, computer science, a particular branch of science etc).

  • @AdrianGarcia-bq9pg
    @AdrianGarcia-bq9pg Год назад

    Hello. In the current manim version I'm using, the get_graph command is not there. Anyone knows what to use then?

  • @wipperod
    @wipperod Год назад

    Hi, I am using Visual Studio Code as well, but it seems to me that I don't have an interpreter installed? Any advice on what to do so that I can get the auto-filled code as with your 'Circle' example in the intro?

  • @Kifri_filosofia
    @Kifri_filosofia Год назад

    The video is in general good, however, I didn't understand anything from the valuetrackers and updaters part.

  • @nihxl
    @nihxl 8 месяцев назад +1

    which vs code exxtension you are using on 3:43 , which shows you the line where you made the error! please replyyy

    • @im-Anarchy
      @im-Anarchy 7 месяцев назад +2

      google left your reply section

    • @nihxl
      @nihxl 7 месяцев назад +1

      @@im-Anarchy whatt?

    • @nihxl
      @nihxl 7 месяцев назад +1

      @@im-Anarchy I am talking about the little snapshot he gets inside the terminal which shows the line error and syntax highlighted Error!

  • @appanraj880
    @appanraj880 Год назад

    What software he is using?... I have Idle can I use or I need to use Visual studio?.... I already installed manim

  • @Mathefun
    @Mathefun 2 года назад

    Thanks, you are the best

  • @user-bf7wt6rh8m
    @user-bf7wt6rh8m Год назад

    Hello when I'm using manim with vscode, the code completion just stop working. May I ask how should I configure my .json files
    to make it works?

  • @leonardw3401
    @leonardw3401 Год назад

    Helpful video!😀

  • @sebastiansndergaard5828
    @sebastiansndergaard5828 2 года назад +1

    This course is great! Are you going to make some other courses for more advanced animations?

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Hey mate, yeah I will be making tutorials of specific things, rather than a course

    • @sebastiansndergaard5828
      @sebastiansndergaard5828 2 года назад

      @@BrianAmedee Awesome. One Thing tho Where did you get the folder with the SVG's from 3b1b? I can't find them and how to I set up the directory

    • @BrianAmedee
      @BrianAmedee  2 года назад

      @@sebastiansndergaard5828 I save SVG files to my computer, and the directory is specified in the python file

    • @sebastiansndergaard5828
      @sebastiansndergaard5828 2 года назад

      @@BrianAmedee i tried to do the same with an SVG found on the internet, but it didn't work. Where did you get your SVG files? 😁

    • @BrianAmedee
      @BrianAmedee  2 года назад

      @@sebastiansndergaard5828 Oh yeah, finding them kind of sucks. I either make my own or get them from freesvg.org/

  • @danielsmathsvlogs
    @danielsmathsvlogs Месяц назад

    I tried to install.. but it's not working.. pls do help..

  • @teunhuijben7383
    @teunhuijben7383 2 года назад

    Very nice video, thanks! One simple question about VSCode, what shortcut do you use to quickly 'reformat' a single-line function call into multiple lines (like at 8:45)?

    • @BrianAmedee
      @BrianAmedee  2 года назад +2

      This is an extension called Black. Someone helped me install it. I love it

  • @imranq9241
    @imranq9241 2 года назад

    Thank you!

  • @pilotharibo
    @pilotharibo Год назад

    for me most stuff gets a red underline and the is no like attribute requirements popup how do i make it look like yours? is the a vs addon for it?

  • @dineshvyas
    @dineshvyas Год назад

    Can you make a video on how to install? Nothing is working for me. I can't render text what am i doing wrong?

  • @abdulmoeed4751
    @abdulmoeed4751 2 года назад

    get_graph method in example "creating scene with graph" does not exist in newer visions

  • @jalalbounaim
    @jalalbounaim Год назад

    Dear Sir, how do u know the list of kwargs, i don't find into documentations? Thx

  • @bryancaminada2462
    @bryancaminada2462 2 года назад

    hello brian, i have a problem, when a try to run a animation in terminal, the terminal return """ SyntaxError: unmatched ')' """.

  • @MathPhysicsEngineering
    @MathPhysicsEngineering 2 года назад

    I wrote the code at 41:37 got error: AttributeError: 'float' object has no attribute 'init_scene'
    couldn't find it online. Does anyone have any idea why?

    • @BrianAmedee
      @BrianAmedee  2 года назад

      have you put k.get_value(), and not k.get_value? Somethings when you don't put the brackets in the correct spot, the error is very unclear

    • @JustMastermind
      @JustMastermind 2 года назад

      I had the same Error, and it was because i named my class *ValueTracker* instead of *ValueTrackers* like in the Video. And then it tries to create an instance of your class ValueTracker, instead of the one from manim. Try changing that name of the class, if that's the case

  • @iamtimmo
    @iamtimmo Год назад

    Interesting video, but it was almost impossible to watch because of the frequency of the ads.I was seeing a pair of them every few minutes.

  • @SoulMan112
    @SoulMan112 2 года назад

    awesome tut

  • @alex_ionică
    @alex_ionică 2 года назад

    16:03 I have a problem. It opens my Paint with a black picture, there's no animation. How can I fix it?

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Hm, that shouldn't be happening. Drop your code in the discord, people will help you out (myself included)

    • @alex_ionică
      @alex_ionică 2 года назад

      @@BrianAmedee Oh, thank you! I've solved the problem, and now I'm starting to learn more and more about manim.

  • @adviolin
    @adviolin 2 года назад

    Thank you so much! What command/button are you typing that is reformatting your code? (E.g. sometimes it will split things up on new lines based on commas / parentheses etc

    • @BrianAmedee
      @BrianAmedee  2 года назад

      I have a pip install of black. This has been nice as it auto formats my code as I save!

    • @adviolin
      @adviolin 2 года назад

      @@BrianAmedee Thanks! I just installed it :)

  • @SynaTek240
    @SynaTek240 2 года назад

    I don't know what's going on but if I write exactly the same code as brian at 42:51 I get the error
    TypeError: DecimalNumber.set_value() missing 1 required positional argument: 'number'
    which doesn't make any sense cause I literally am passing a number to it.

    • @BrianAmedee
      @BrianAmedee  2 года назад

      Maybe it should be 'DecimalNumber().set_value(x=__)'

  • @Jppvv492
    @Jppvv492 Год назад

    how to install it, please make a video on that

  • @doyoubelieveinmagic3935
    @doyoubelieveinmagic3935 2 года назад

    Hello! I have a problem with the graph part. When I run the program it gives back TypeError: getter() got an unexpected keyword argument 'x_range', and if I put anything else in the get_graph part, for example 'color', then that does not work as well. I couldnt find anything about this type of error. Btw I really loved your tutorial, I found it really easy to understand and follow it.

    • @mobombo78
      @mobombo78 2 года назад

      Hi,
      The same happened to me. It seems that 'plot' method should be used instead of 'get_graph'

    • @BrianAmedee
      @BrianAmedee  2 года назад

      Hey man. Manim has had a new update! I suggest going to the discord page, as these will be simple syntax updates.

    • @BrianAmedee
      @BrianAmedee  2 года назад

      This is a syntax update with the new version of manim. plot is better than get_graph. Less to type!

  • @antoine2571
    @antoine2571 2 года назад

    Thank you so much for this course !
    Just a question, what's the extension you use at 8:42 ? Thank you !

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      This is a python interpreter in VSCode. It reads the manim library to autofill

  • @RicardoArce2404
    @RicardoArce2404 2 года назад

    Épico! Muchas gracias :D

  • @jamilsikdersazzad2683
    @jamilsikdersazzad2683 2 года назад

    Thanks bro

  • @copy_cat4298
    @copy_cat4298 14 дней назад

    Can manim read from a CSV file ?

  • @maxmax0
    @maxmax0 2 года назад

    What’s the difference between ‘form manim import *’ and ‘import manim’?

    • @BrianAmedee
      @BrianAmedee  2 года назад

      honestly, I actually dont know. This is a question worth asking in the discord!

  • @GordonHugenay
    @GordonHugenay 2 года назад

    Interesting at 36:44 the last "e" in the name is not right. Bug in the library?

    • @BrianAmedee
      @BrianAmedee  2 года назад

      Nah, I should add `self.wait()` to the end of my animation. Its because my video paused like 1 frame before the end! Good eye

  • @NovaWarrior77
    @NovaWarrior77 2 года назад

    Bless ya'll

  • @sisirarathnayaka9364
    @sisirarathnayaka9364 2 года назад

    crazy about your always_redraw

    • @BrianAmedee
      @BrianAmedee  2 года назад

      It was forever be 'red raw' in my head

    • @sisirarathnayaka9364
      @sisirarathnayaka9364 2 года назад +1

      @@BrianAmedee
      I'm a maths teacher from sri lanka .this very helpful for my job
      Tnx again.

  • @danielram0s1347
    @danielram0s1347 Год назад

    What python interpreter do you use?

  • @khacvuctu3270
    @khacvuctu3270 2 года назад

    How to get suggestions when entering code, sir? For example Circle(radius = ....)

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      By coding on VSCode (Visual Studio Code) and installing a python interpreter!

    • @khacvuctu3270
      @khacvuctu3270 2 года назад

      @@BrianAmedee Thanks so much!

  • @boomaletslearntogether
    @boomaletslearntogether 11 месяцев назад

    why you tutorial codes are not working in Community v0.17.3 version ?

    • @aiueo8962
      @aiueo8962 9 месяцев назад

      I just try, and it's worked!

    • @im-Anarchy
      @im-Anarchy 9 месяцев назад

      same

  • @maurogc
    @maurogc 2 года назад

    Hi, get_graph has been renamed to plot

  • @montebouwer1809
    @montebouwer1809 2 года назад

    referring to the terminal as an error-bar, is something I take offence to, and agree with

  • @TheAmigodaniel
    @TheAmigodaniel 2 года назад

    How can I learn manim?
    Python?
    And what else?
    Somebody can help?

    • @BrianAmedee
      @BrianAmedee  2 года назад

      I'd suggest learning the very basics of python (if statements, for loops, while loops, creating functions, inheriting properties).
      Once you know this, you can read the manim library and just try to create an animation (doesnt have to be complex, basic is better to start). The discord community is great for answering specifics/debugging a code

  • @NdrXbrain
    @NdrXbrain 2 года назад

    How to make the grid style of Number Plane dashed?

    • @BrianAmedee
      @BrianAmedee  2 года назад +1

      Good question. You would need to configure this in the manim library, since when you call `numberplane`, the lines are defined as `Line` rather than `DashedLine`. But it is possible to do so

    • @NdrXbrain
      @NdrXbrain 2 года назад

      @@BrianAmedee thanks

    • @NdrXbrain
      @NdrXbrain 2 года назад

      @@BrianAmedee I have failed to do it lol :'(

    • @NdrXbrain
      @NdrXbrain 2 года назад

      @@BrianAmedee Could you help me please " sensei"

  • @TheMagicFellow
    @TheMagicFellow Год назад

    Bookmark for myself: 34:46

  • @sinasec
    @sinasec Год назад

    incridable job. Would be great if you comment on the code.

  • @marverickbin
    @marverickbin 2 года назад

    How to get into the discord community?

    • @BrianAmedee
      @BrianAmedee  2 года назад

      There should be a link in the description :)

  • @ApiolJoe
    @ApiolJoe 2 года назад

    4:22 So you are telling people to go ask in discord instead of reading the error traceback? I'm... disappointed

    • @BrianAmedee
      @BrianAmedee  2 года назад

      This is for beginners. These people need help reading a traceback error (I sure did when I first started learning)

    • @ApiolJoe
      @ApiolJoe 2 года назад

      @@BrianAmedee Idk, for python, when I started learning, I didn't go to forums when the red message was writing that there was "Division by Zero" at line 20.
      There is a difference between being gentle to beginners and encouraging them to become assisted.
      It would have taken you just as much time to say "when there is an error it tells you both where it has an error and type of error. If you can't figure out from there then go ask to a forum or discord"

  • @swagoverload1343
    @swagoverload1343 2 года назад

    aussie?

  • @im-Anarchy
    @im-Anarchy 7 месяцев назад +1

    44:18