Do I Need to Learn Basic Programming Concepts Before Starting to Code?

0
9
Asked By CuriousCoder42 On

I've just started with PowerShell, but I'm finding it hard to grasp the basics because I have no prior programming experience. The only thing I have going for me is my understanding of CMD fundamentals. Should I focus on downloading some videos about basic programming concepts or constructs before diving deeper into PowerShell?

3 Answers

Answered By ScriptSavvy88 On

PowerShell is more of a scripting language than a full programming language. If you're considering back-end work, C is a solid choice, while HTML is great for the front end. It's crucial to get a good grasp of programming fundamentals like variables, loops, and conditions, but don't forget to practice writing your own scripts.

Answered By TechieTom On

Starting out can be challenging! In my experience, diving in and experimenting often helps more than just studying concepts. PowerShell is a unique entry point—try running some commands and see what they do. You can automate tasks with .ps1 files, and that hands-on practice can help you understand programming better. Once you're comfortable, you can explore more traditional languages like C# if you want a structured foundation.

Answered By VBA_Guru On

You definitely need to get hands-on to really understand programming concepts. Just watching videos won't cut it. Start working with code! Also, learning the basics of algorithms might help you see how those concepts connect. Good luck on your learning journey!

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.