What’s the best way to learn Python quickly with a C++ background?

0
10
Asked By TechieExplorer92 On

I'm currently in my second year of a computer science degree and I need to learn Python for an upcoming internship in a couple of months. My background mainly involves C++ along with some experience in C# and SQL from high school, so I understand the fundamentals of object-oriented programming. While I've tried a few online courses, most of them start from scratch and can get pretty pricey. I'm willing to invest some money, but I really want to avoid spending a month just learning the basics like printing, loops, and arrays. Can anyone suggest effective ways to learn Python that would cater to someone with my experience?

2 Answers

Answered By CodeNinja77 On

If you've got C++ and C# under your belt, diving into Python should be a breeze! I recommend just jumping straight into building a small project. It really helps to get your hands dirty. Whenever you hit a snag, the official documentation is super helpful.

Answered By LearnFast22 On

You really don't need to pay for courses if you already know programming. Just check out [python.org](https://docs.python.org/3/tutorial/index.html) for the official tutorial; it’s all laid out clearly and will save you cash. It's direct and perfect for someone with your background.

CodeNinja77 -

Totally agree! The official docs are comprehensive and will definitely help you get up to speed quickly.

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.