I'm currently learning Python and diving into object-oriented programming. I've been using tools like Gemini to get code samples and understand concepts better. However, I want to know how others find answers to their questions without relying on AI tools. What methods do you use?
5 Answers
Official documentation is still the best place for solid answers. The Python docs have everything you need to know, so I highly recommend checking them out. You can find them here: [Python Documentation](https://www.python.org/doc/).
Before AI and the internet, we had to come up with solutions on our own! It’s all about putting in the effort to truly learn. Using tools is fine, but don’t become reliant on them for everything. Try to engage and learn actively instead of outsourcing all of it.
For sure! There’s a balance. Use AI to supplement your learning, but definitely keep trying to solve problems yourself.
Google is your friend! Just search for what you need, and you'll often find forums or articles that address specific questions.
Learning Python is all about logic and practice. You don’t need AI to master it. Just keep experimenting and coding.
Check out the documentation for the libraries you use! There's usually plenty of code examples there. Also, don't forget about Stack Overflow. It's an amazing resource filled with questions and answers about coding that can help you learn.
Exactly! I used to figure things out without a guide back in the day. But I think leveraging AI for explanations can help—just don’t let it do the work for you.