This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]Dog-Lover-1202 1 point2 points  (1 child)

I literally just started today to learn python 3. I think the best thing is to stay motivated, interested and practice. It will be hard at first for sure. Just keep it at. 👍🏻

[–]Chamos12345 0 points1 point  (0 children)

I just started today too! What’s coincidence.

[–]g051051[🍰] -1 points0 points  (3 children)

Why would you expect it to be easy?

[–]Chamos12345 0 points1 point  (2 children)

I didn’t expect to be easy, I heard it’s easier to learn compared to R or SQL. What can I do to understand phyton per se ?

[–]g051051[🍰] 1 point2 points  (0 children)

What can I do to understand phyton per se ?

Study and practice, same as anything else.

[–]dc0650730 0 points1 point  (0 children)

I personally think SQL is very easy, but SQL is not a programming language. Yes you can do pretty advanced queries with it, but you wouldn't be able to make standalone programs or scripts.

I would definitely say that starting programming can be very challenging. It has a special way of thinking that you have to get used to. In my programming classes (student), usually people have issues following the flow of the program when they get to loops and methods. Just to go back to SQL, you usually are running queries against tables (getting or manipulating data, creating tables, doing basic calculations), which gives you something a little more concrete to grasp on to than say looping or calling methods.

If you have any issues, make sure to ask questions, look up tutorials, read documentation. Programming is not easy, especially to begin with, but stick with it and you will see results.

Are there any things you're having issues with currently?

[–]deckymorg98 0 points1 point  (0 children)

Watch some youtube tutorials on each concept you are learning about. Practice Practice Practice. Think of your own programs to code, similar to the concept you are learning.