- Oct 11, 2021
- 943
- 148
After almost a year joining BHW I've realized that having a Skill as programming would help in making money but I'm a bit confused What programming language to learn as a complete beginner
1. Learn a language. Python is the easiest to get started with. Tons of resources and huge community. "Automate the boring stuff" is a good book to learn python and it's free.Yes exactly I want to learn how to code bots for automation for example an auto-generated blog bot
Thanks
Thanks I've already started watching some YouTube tutorialsDon't give up. Just keep learning
i have used all this languages and personaly i suggest pythonIt depends on what you'd like to do with the programming knowledge.
Javascript - Good for web designers, developers, creating apps.
Python - Good for scripting, automating tasks, small programs.
C# - Good for game/dev/software dev.
C++ - Good for software design & dev, game dev too.
Yes exactly I want to learn how to code bots for automation for example an auto-generated blog bot
Thanks
Thanks for this information I'll keep you posted with updates on my improvementsThen you'd want to learn Python. I love it and code scripts to automate some of my mundane SEO tasks that SEO companies charge an absurd amount for.
So, firstly, you'll want to understand the basics such as variables, functions, etc. Take a small read of this: https://www.w3schools.com/python/python_intro.asp#:~:text=Python has a simple syntax,prototyping can be very quick.
Here are a few videos on the basics of Python:
Now, after you've understood the basics, you'll also want to know the basics of data science and understand algorithms & data structures. Watch this:
Don't take in too much information at once. Try to learn this day by day. Also, don't get stuck in tutorial hell, which is just watching tutorials & not building projects on your own.
Good luck!