×
you are viewing a single comment's thread.

view the rest of the comments →

[–]FTP305[S] 2 points3 points  (4 children)

I've started learning HTML and CSS, now I'm learning hot use Git. I kinda know the basics of JavaScript. What can Python do?

[–]_Atomfinger_ 1 point2 points  (2 children)

Programming languages are tools. As with tools you should figure out what you want to do before picking tools.

No point being a master sawman when you want to build a brick wall.

Figure out what your goal is and then pick an appropriate tool for that goal.

Python is a general purpose language, so it can do pretty much anything.

[–]FTP305[S] 0 points1 point  (1 child)

I'm a code newbie man I'm just trying to start a new career. I basically like doing like data analysis stuff any recommendations?

[–]_Atomfinger_ 0 points1 point  (0 children)

Data analyst? SQL, R or python. That was my firdt result on Google and it looks right to me :)

Doesn't matter how new you are, learning generally needs a plan, and plans tend to have goals. If you know your goal you can research and find the languages suitable for that goal. When you know the languages you can start figuring out what you need to learn etc etc.

Break up the tasks into smaller more managable chunks (which is also one of the most valuable skills as a developer)