How To Read Documentations For Beginners

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

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

  • @rudraanshpatel553
    @rudraanshpatel553 Год назад +25

    00:00 Learn how to properly read documentation
    02:10 Reading documentation is important for programmers
    04:19 Navigating documentation is easier when you understand its structure
    06:32 Documentation is for getting started or looking up specific functions
    08:35 Using documentation to understand default values and parameters
    10:42 Finding documentation for Python packages
    12:53 To understand code, go to the documentation and source code
    14:56 Reading documentation: Getting started, User guide, and API reference

  • @john5s
    @john5s Год назад +97

    Sorry man, this was not helpful. I was hopping this video was going to help me understand how to decode what the document was talking about. like with the python print example. what are all the other option/parameters? how do determine if they are required or optional? So I get overwhelmed by the docs and then don't read them.

    • @exdcode3369
      @exdcode3369 Год назад +21

      Damn, what a great feedback while being nice when disagreeing!
      I'm sure you'll get there and would find your answers! Have a nice day 😊

    • @Drathgore
      @Drathgore 7 месяцев назад +9

      at that point your problem isn't not knowing how to read documentation, its just not knowing python syntax in the first place. you need to take a step back and fill in gaps in your knowledge about the fundamentals

    • @reinerzufall3123
      @reinerzufall3123 5 месяцев назад +2

      I come from a Java background and the documentation is written in a way that makes it super easy to understand.
      I can't get to grips with the Python documentation either and have exactly the same problem as you - how am I supposed to read it all, all the parameters, what is mandatory and what is not. These docs are terrible^^

    • @sebbyteh9203
      @sebbyteh9203 3 месяца назад +4

      Documentation is like a handbook/dictionary, you don't read them, you use them by referring them when you need it

    • @_Originator
      @_Originator День назад

      @@sebbyteh9203 Yes exactly. And agreeing with the others, I know how Javadoc looks and after that, I conclude that the Python documentation is a terrible cobweb of unordered information that screams _"I beg you to waste lifetime reading me like a book"_

  • @michaelgrubhofer1216
    @michaelgrubhofer1216 Год назад +18

    Yessss! I was looking exactly for that a few days ago! That's a meta skill! Thanks!

  • @Maik.iptoux
    @Maik.iptoux Год назад +22

    Problems with documentation, you need to know the function to search for it. When you have logical problem or something where you don't know the way, the documentation will not help. Because you can't ask like "How i do ..."

    • @nasim3987
      @nasim3987 10 месяцев назад

      One solution is to create a T-shaped understanding of the entire documentation.

    • @voidzz7969
      @voidzz7969 8 месяцев назад

      @@nasim3987 elaborate? I think I understand a little

    • @Drathgore
      @Drathgore 7 месяцев назад +4

      in theory thats where the user guide /getting started style docs come in, the people making the library being documented should explain the normal use cases for what you would typically be doing and whats possible, and then you fill in the gaps and go from there using the reference. again, thats only in theory sadly lol

    • @samandarkhan2431
      @samandarkhan2431 4 месяца назад +2

      well now, u can ask LLMs for that !!

  • @abdallahahmed7546
    @abdallahahmed7546 Год назад +26

    One more video about how to write documentation :-)

    • @guolu-mi2kr
      @guolu-mi2kr 5 месяцев назад

      copy a doc like pandas'doc and modify it directly

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

    Thank you for this! I felt pretty dumb searching for a 'how to read instructions' video hahaha. I didn't know about the CTRL+click on the package name to get the source code thing, so thanks for that as well.

  • @설리-o2w
    @설리-o2w Год назад +13

    Stackoverflow is old news i find myself using chatgpt often :)

  • @mohamedibrahemsaad573
    @mohamedibrahemsaad573 10 месяцев назад +2

    what if I want you study from scratch using only the documentation?

  • @EdictaMG
    @EdictaMG 2 месяца назад +1

    This was very helpful! Thank you for putting this video together for us.

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

      Glad to hear you like it!

  • @constructivecriticism3674
    @constructivecriticism3674 Год назад +2

    thanks for the video
    you should have also explained how to look up for *args and **kwargs parent class

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

    Good video idea. Stack overflow mods approve!

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

    I am a beginner...I am in love with the PHP documentation

    • @4zdr456
      @4zdr456 Год назад +1

      Sounds a bit greek myth to me

  • @Ryan-ul7dy
    @Ryan-ul7dy Год назад +6

    ChatGPT also useful for more common libraries but it only records updates up until September 2021

    • @philipe1502
      @philipe1502 Год назад +5

      Couldn't it be useful if you just copy paste all the docs and ask him questions about them? Then he doesn't have to refer to them by Sept 21 memory.

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

      ​@@philipe1502 Just copy and paste the link for the specific page that you want to know about documentation. Then, he will give you "updated" answers.

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

      Ah. So Phind should also be able to help me with this as well.

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

    it is often much faster and on point to ask AI. The trick is the question should be rather on basics

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

    Thanks Mr. Victor Krum

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

    aye I liked the video of a tutorial on how to make a tutorial, this is valid

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

    Thanks brother, I needed this!

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

    You don't even know how much you helped me, thanks!

  • @JonJones-pz9kb
    @JonJones-pz9kb 9 месяцев назад

    thank you i didnot know this.

  • @Eyalgazit
    @Eyalgazit Год назад +2

    Very informative

  • @unknownfactor6489
    @unknownfactor6489 6 месяцев назад

    Thank you kind sir

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

    2:20 start video

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

    Eid mobarak

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

    Thanks For Making Video On this Topic

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

    I searched for this

  • @ChristopherBruns-o7o
    @ChristopherBruns-o7o 3 дня назад

    Heck i think all of python help menus looks like gibberish to me if being honest.

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

    It funny because people said "RTFM" when we literally can't read the manual😂😂😂

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

    Thanks.

  • @RafaelSouza-n5o
    @RafaelSouza-n5o 18 дней назад

    Read the documentation from top to bottom isn't useful. I think is important to understand what the tech is, what it supposed to solve , who need it and why. Try a basic use and then go straight to what your current problem needs from that documentation.

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

    fyi "RTFM" full form is "read the fucking manual"

  • @akobd
    @akobd Год назад +6

    too much talkative without any real matter up to 8 minutes. for reading doc, need to understand the meaning of symbol enclosed text, identify mandatory and optional part and others things, which i don't know thus watched your video to know but disappointed totally

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

    Thats what i want know

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

    oh great

  • @Born2Fail
    @Born2Fail 5 месяцев назад

    freaking lame Video....people clidked on your video thinking you would be explaining things like ~breakpoint(*args, **kws)~ all the key words or at least the most important ones like kws, args and what they mean or what people can pass through them. you explained to people how to read a book. congrats to all of us!

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

    So tired of people uploading videos and not explain what the title says they are going to explain.

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

    😂 if you need to be pro atleast read docs everyday for 1hr.

  • @techspark001
    @techspark001 4 месяца назад +1

    bro all the 2 minute talk was unnecessary, we came here to learn to how do it so just go straight to the point