Can I Just Use Java and Python API Docs as a Reference Instead of Learning the Whole Language?

0
12
Asked By CuriousCoder87 On

I'm feeling a bit overwhelmed with learning programming languages like Java and Python. I was wondering if I can skip the more complex parts of the API documentation and rely on easier tutorials or resources like Google and AI for learning. Much like how I wouldn't read Apple's help pages entirely but would use them for specific issues, can I approach programming API docs in the same way? Is it okay to treat them more like a dictionary for looking up functions and variables? Thanks!

2 Answers

Answered By TechSavvy123 On

Absolutely! Many people use API docs as quick reference tools instead of reading them from start to finish. If you find tutorials or resources that explain concepts more clearly to you, definitely stick with them. Docs are great for specific function lookups, but learning the basics from easier resources first makes a lot of sense.

Answered By PracticalDev99 On

While it's possible to use the docs as a reference, there's value in reading the key concepts and getting a solid understanding. Relying solely on simplified resources could leave some gaps in your knowledge. It's a good balance to find easier explanations but also dip into the docs for clarity on certain functions. You'll be fine as a software engineer as long as you have the essential foundations down!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.