Notice: Undefined offset: 16432100 in /var/www/html/qa-external/qa-external-users.php on line 744

Notice: Undefined offset: 16414645 in /var/www/html/qa-external/qa-external-users.php on line 744
can Any one tell me which channel is best to learn c and python who is studying in second year of engineering - OnlineGDB Q&A
Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

can Any one tell me which channel is best to learn c and python who is studying in second year of engineering

+12 votes
asked Sep 1, 2025 by (230 points)
can anyone plz?

2 Answers

+1 vote
answered Sep 2, 2025 by Peter Minarik (101,340 points)

The best "channel" is to channel your energy into actually writing code and not watching videos. You only really learn if you try to recall how to do things. If you just watch a video and never try to do the same, then you'll forget about it by the next day.

I'd recommend finding some tutorial sites, following their guides, doing the exercises, then coming up with your own exercise, and trying to write code as much as possible.

I'll put here just one tutorial for both (C++, Python) languages, but there are plenty out there:

  1. https://www.w3schools.com/cpp/
  2. https://www.w3schools.com/python/default.asp

Some exercises you could do to practice would include mathematical problems, simple catalogue systems, simple games, etc. Here are some concrete examples:

  • Find the first n primes.
  • Find palindromes.
  • Calculate curcumferences/areas/volumes of various 2D or 3D objects selected through a simple text-based menu.
  • Write a simple car hire system. Text-based. You can list available cars (maker, model, year), store when it got hired, for how many days, and by whom (person: name, driver's license, address, phone). You could store this in a file system, save/load.
  • A simple game would be like a number guessing game, or hangman, or maybe a text-based adventure game.

Good luck and enjoy your learning adventure!

+1 vote
answered Sep 2, 2025 by MUTHYALA YESWANTH (160 points)
It's better to follow NEOS ACADAMEY in youTube

I am in 3rd Year
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...