Тёмный

How To Read Documentations For Beginners 

NeuralNine
Подписаться 371 тыс.
Просмотров 48 тыс.
50% 1

Today we learn how to properly read documentations.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine...
💻 The Algorithm Bible Book: www.neuralnine...
👕 Programming Merch: www.neuralnine...
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine...
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/Neu...
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

Опубликовано:

 

25 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@john5s
@john5s Год назад
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 10 месяцев назад
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 3 месяца назад
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 Месяц назад
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^^
@rudraanshpatel553
@rudraanshpatel553 9 месяцев назад
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
@yuvrajsingh-gm6zk
@yuvrajsingh-gm6zk 2 месяца назад
Thanks for sharing, really appreciate that. especially the ctrl+click that was a game changer for me!
@michaelgrubhofer1216
@michaelgrubhofer1216 Год назад
Yessss! I was looking exactly for that a few days ago! That's a meta skill! Thanks!
@abdallahahmed7546
@abdallahahmed7546 Год назад
One more video about how to write documentation :-)
@guolu-mi2kr
@guolu-mi2kr Месяц назад
copy a doc like pandas'doc and modify it directly
@michaelponce5965
@michaelponce5965 Год назад
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.
@Maik.iptoux
@Maik.iptoux Год назад
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 5 месяцев назад
One solution is to create a T-shaped understanding of the entire documentation.
@voidzz7969
@voidzz7969 4 месяца назад
@@nasim3987 elaborate? I think I understand a little
@Drathgore
@Drathgore 3 месяца назад
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 18 дней назад
well now, u can ask LLMs for that !!
@설리-o2w
@설리-o2w Год назад
Stackoverflow is old news i find myself using chatgpt often :)
@constructivecriticism3674
@constructivecriticism3674 10 месяцев назад
thanks for the video you should have also explained how to look up for *args and **kwargs parent class
@elchemyst
@elchemyst 7 месяцев назад
Thanks Mr. Victor Krum
@distant6606
@distant6606 Год назад
Good video idea. Stack overflow mods approve!
@mohamedibrahemsaad573
@mohamedibrahemsaad573 6 месяцев назад
what if I want you study from scratch using only the documentation?
@nasenbar5417
@nasenbar5417 Год назад
I am a beginner...I am in love with the PHP documentation
@4zdr456
@4zdr456 Год назад
Sounds a bit greek myth to me
@Eyalgazit
@Eyalgazit Год назад
Very informative
@unknownfactor6489
@unknownfactor6489 2 месяца назад
Thank you kind sir
@JonJones-pz9kb
@JonJones-pz9kb 5 месяцев назад
thank you i didnot know this.
@Ryan-ul7dy
@Ryan-ul7dy Год назад
ChatGPT also useful for more common libraries but it only records updates up until September 2021
@philipe1502
@philipe1502 Год назад
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 Год назад
​@@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 11 месяцев назад
Ah. So Phind should also be able to help me with this as well.
@borincod
@borincod 7 месяцев назад
it is often much faster and on point to ask AI. The trick is the question should be rather on basics
@almondjartone1206
@almondjartone1206 Год назад
aye I liked the video of a tutorial on how to make a tutorial, this is valid
@julynnix7989
@julynnix7989 Год назад
Thanks brother, I needed this!
@woahwoah156
@woahwoah156 Год назад
Thanks.
@un_chien_andalou
@un_chien_andalou 11 месяцев назад
You don't even know how much you helped me, thanks!
@hardworkerarmy5090
@hardworkerarmy5090 Год назад
Thanks For Making Video On this Topic
@zerogravity6025
@zerogravity6025 5 месяцев назад
2:20 start video
@pythonholic
@pythonholic Год назад
Eid mobarak
@blahblah12390
@blahblah12390 Год назад
Thats what i want know
@techspark001
@techspark001 10 часов назад
bro all the 2 minute talk was unnecessary, we came here to learn to how do it so just go straight to the point
@andremorinigo433
@andremorinigo433 11 месяцев назад
oh great
@ranggayogiswara5148
@ranggayogiswara5148 11 месяцев назад
It funny because people said "RTFM" when we literally can't read the manual😂😂😂
@badmonkey2468
@badmonkey2468 Год назад
I searched for this
@phurbutsering4485
@phurbutsering4485 9 месяцев назад
fyi "RTFM" full form is "read the fucking manual"
@technicalboy1816
@technicalboy1816 2 месяца назад
Python is the wrong example. They have excellent documentation
@akobd
@akobd Год назад
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
@wetfish412
@wetfish412 Год назад
i got banned from chat gpt
@Ryan-ul7dy
@Ryan-ul7dy Год назад
How?
@Born2Fail
@Born2Fail Месяц назад
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 9 месяцев назад
😂 if you need to be pro atleast read docs everyday for 1hr.
Далее
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1,2 млн
Признавайтесь, кто его смыл?
00:54
Boxing !! 😂
00:21
Просмотров 3,8 млн
How To Learn A New Programming Language
6:24
Просмотров 267 тыс.
How Senior Programmers ACTUALLY Write Code
13:37
Просмотров 1,5 млн
How To Use Developer Documentation
17:09
Просмотров 122 тыс.
How to Document Your Code Like a Pro
19:03
Просмотров 94 тыс.
Modern Graphical User Interfaces in Python
11:12
Просмотров 1,5 млн
How To Learn Any New Programming Skill Fast
8:42
Просмотров 137 тыс.
Makefiles in Python For Professional Automation
13:43
How Do I Document My Code?
20:17
Просмотров 21 тыс.
Requests Library in Python - Beginner Crash Course
20:32
Признавайтесь, кто его смыл?
00:54