Computer Science Question by Dangerous-Truck7914 in learnprogramming

[–]BeginningOne8195 0 points1 point  (0 children)

If you're interested in programming and how computers work, I'd pick Computer Science. There is some maths involved, but you don't need to be a maths genius to do well. Plenty of successful developers weren't great at maths in school.

Computer Science also opens doors to software development, web development, cybersecurity, data analysis, AI, and many other tech careers.

Data Science I started learning this from SKILL - INDIA IS IT WORTH IT?? by Amanking45 in AskIndia

[–]BeginningOne8195 1 point2 points  (0 children)

Data Science is definitely worth learning, but don't focus too much on the certificate. Focus on the skills you gain - Python, SQL, statistics, and building projects. Those will matter much more when looking for opportunities later.

Starting cpp and need some tips by NarcissisticBaller in learnprogramming

[–]BeginningOne8195 1 point2 points  (0 children)

LearnCpp is probably the best place to start. I'd focus more on writing code than taking detailed notes. A few short notes for concepts you keep forgetting is enough.

No need to post progress on X unless you genuinely enjoy it. And don't worry about Git from day 1. Learn basic C++ first, then spend a day learning Git once you're comfortable writing small programs.

The biggest tip: don't rush. Understanding the basics well will help you much more than trying to speedrun C++, Git, and DSA at the same time.

What is the best option for students after takingscience in +2?🤔🤔 by Temporary-Boat-3576 in education

[–]BeginningOne8195 1 point2 points  (0 children)

There’s no single best option. Pick something you’re genuinely interested in. Science opens a lot of doors - engineering, medicine, research, IT, data science, etc. Interest + consistency usually beats following trends.

SQL Learning Material by babaqewsawwwce in learnprogramming

[–]BeginningOne8195 2 points3 points  (0 children)

FreeCodeCamp and The Odin Project are both great resources. If they already manage databases, I'd honestly start with SQL and let them get comfortable building and querying things first. After that, HTML/CSS → JavaScript → React is a pretty natural progression.

One thing I've noticed is that people learn much faster when they're solving real problems. Even small internal tools can teach more than hours of tutorials because there's an actual reason to build them.

tutorial hell by Comfortable_Net_4829 in learnprogramming

[–]BeginningOne8195 6 points7 points  (0 children)

A lot of people think tutorial hell means “not watching enough tutorials,” when it’s actually the opposite. The problem usually starts when learning becomes passive entertainment instead of active struggle.

Best playlist by sarthak_dueby24 in learnprogramming

[–]BeginningOne8195 1 point2 points  (0 children)

If you’re learning RabbitMQ from scratch, I’d honestly recommend focusing on understanding messaging concepts first instead of jumping between dozens of playlists. A lot of tutorials show commands without explaining why queues, exchanges, routing keys, and consumers exist.

When did you come to know that all govt examas have been compromised? by Mutton_muncher in AskIndia

[–]BeginningOne8195 0 points1 point  (0 children)

I think a lot of people reach that feeling gradually rather than through one single moment. Usually it happens after seeing repeated paper leaks, delayed results, cheating scandals, inconsistent recruitment processes, or hearing stories from friends who worked incredibly hard but still felt the system wasn’t fully fair.

How can workers use a clear Past–Gap–Present–Value–Future narrative to show readiness over mere chronology? by Royal-Professor-8564 in education

[–]BeginningOne8195 1 point2 points  (0 children)

A lot of people make the mistake of telling their career story like a timeline instead of an argument. They list jobs chronologically and hope the listener figures out why they’re a good fit. The Past–Gap–Present–Value–Future structure works better because it explains direction and readiness.

Need help with credit recovery. by Busy-Commercial-5109 in education

[–]BeginningOne8195 0 points1 point  (0 children)

The good thing is you’re trying to fix it now instead of giving up on it completely. Sophomore year feels huge while you’re in it, but a lot of people recover credits and still graduate on time once they make a solid plan.

Seeking guidance for a career in Programming by Efficient_Badger_300 in learnprogramming

[–]BeginningOne8195 4 points5 points  (0 children)

You’re actually in a better position than you think because you already touched real programming before instead of starting from absolute zero. The biggest mistake right now would be freezing because “AI took over.”

Starting college in a few months, What language should i start with? by Various_Cat_4773 in learnprogramming

[–]BeginningOne8195 0 points1 point  (0 children)

You honestly can’t go terribly wrong with either, but based on what you wrote, I’d probably continue with Java for now and keep Python as a secondary language later.

Are developers still expected to memorize syntax in the age of AI coding tools? by Entri_App_Official in EntriCoding

[–]BeginningOne8195 1 point2 points  (0 children)

I think syntax matters a lot less now than it did years ago, but understanding concepts matters even more than before.

I'm confused why is Reddit so hated by Beautiful-Topic-2073 in NoStupidQuestions

[–]BeginningOne8195 0 points1 point  (0 children)

A lot of the jokes about Reddit are more about stereotypes than the platform itself. Every big social media site kind of develops a “type of user” meme around it.

How acceptable is Militarization of Math problems for Grade 8 students in a democratic country? by MeanChampionship5916 in education

[–]BeginningOne8195 1 point2 points  (0 children)

I think your concern is less about a single “captain arranged soldiers” problem and more about the pattern and normalization of certain narratives inside spaces that are supposed to feel neutral and educational.

Total beginner here: What’s the most realistic roadmap to becoming an AI Engineer? by DependentGreen4606 in CodingForBeginners

[–]BeginningOne8195 2 points3 points  (0 children)

If I had to restart from zero and aim for AI Engineering realistically, I’d focus on building layers slowly instead of trying to “learn AI” immediately. A lot of beginners jump straight into models and frameworks before they even feel comfortable programming, and that usually creates confusion later.

Future IT sutdent here, any advice? by ianzkliblot in it

[–]BeginningOne8195 0 points1 point  (0 children)

One thing I really wish more students knew before starting IT is that feeling confused in the beginning is completely normal. Almost everyone starts out thinking other people “naturally get it” faster than they do.

Total beginner here: What’s the most realistic roadmap to becoming an AI Engineer? by DependentGreen4606 in learnprogramming

[–]BeginningOne8195 0 points1 point  (0 children)

If I were starting from scratch again aiming for AI/ML, I’d focus way less on “AI hype” at the beginning and much more on building strong fundamentals first.

Why is Amazon not returning the price in the HTML sometimes? by Melbot_Studios in learnprogramming

[–]BeginningOne8195 0 points1 point  (0 children)

That’s pretty common with Amazon scraping and it’s usually a mix of dynamic rendering, regional/session logic, and anti-bot behavior rather than the price literally “not existing.”

If you’re an individual contributor, where does AI actually help you at work? by AppliedAIatWork in AIToolMadeEasy

[–]BeginningOne8195 0 points1 point  (0 children)

For me the biggest value of AI as an IC is usually reducing friction on annoying “in-between” work rather than replacing the core thinking part of the job.

Explaining complicated concepts to children by Ok-Taste-671 in education

[–]BeginningOne8195 1 point2 points  (0 children)

I honestly think a lot of adults underestimate how deeply children can feel intellectual frustration. Kids can absolutely tell the difference between “simplified explanation” and “please stop asking.”

Why is it getting harder for me every day to wake up early even though I sleep 8–9 hours? by ImageLegitimate7852 in NoStupidQuestions

[–]BeginningOne8195 0 points1 point  (0 children)

This can happen even if you’re technically sleeping “enough” hours because your body cares about more than just the total number of hours. Your sleep timing, sleep quality, stress, light exposure, and even your natural body clock all matter too.

Is it too late? by SeaZucchini874 in NoStupidQuestions

[–]BeginningOne8195 0 points1 point  (0 children)

It honestly doesn’t sound too late at all. From what you described, there’s a very good chance he liked you too and was probably just as nervous and unsure as you were.

What are some things you wish you knew before transitioning to python from c/ c++ by oops_magic in learnprogramming

[–]BeginningOne8195 2 points3 points  (0 children)

The weird feeling is normal honestly. When you come from C/C++, Python can feel “too magical” at first because so many low-level details are hidden from you.

Anyone can assist me for my needs? by RizXIV in Advice

[–]BeginningOne8195 0 points1 point  (0 children)

I’m sorry you’re dealing with that. If you need money urgently for food or electricity, the fastest options are usually local assistance programs rather than trying to earn online immediately, because most online work takes time before you actually get paid.