+ 2
why is python so difficult to me?
Im a complete beginner and started the coding foundations course to get a well rounded base. I just finished the python portion of it and when doing the lessons I could understand what each of the functions or loops or whatever the lesson was talking about. However, when I was asking chatgpt to give me practice problems, really simple ones too, I was getting completely stuck. I probably just have to take the actual python courses to get a better understanding but I still feel like I should know how to answer most basic problems. I started a few days ago and know it'll be a long process, but I just graduated high school and want to have a good understanding before college.
9 Answers
+ 6
If you stick with it and try to code a little bit each day it will become easier ๐
After you complete the python course, take a shot at some of the Code Coaches available in app at Community -> Code Coach.
+ 5
benis froms Please don't post inappropriate links. Suggesting that someone watch porn as a way to take a break from coding is not appropriate.
https://www.sololearn.com/Discuss/3021159/?ref=app
+ 2
Why Python Feels Hard
Too Much at Once:
Learning new concepts can be overwhelming.
Not Enough Practice:
Understanding a concept is different from using it.
Debugging:
Fixing errors in code is a skill that takes time to develop.
Tips to Improve
Go Slow:
Focus on one concept at a time.
Practice Daily:
Consistent practice helps. Try coding a little each day.
Break Down Problems:
Solve problems in steps rather than all at once.
Use Print Statements:
Practice printing variables to see whatโs happening in your code. Use books, videos and Google.
+ 2
You can learn alot from the courses made by this team
https://sololearn.com/compiler-playground/W954u0pq67B7/?ref=app
+ 1
python is not easy even for experienced developers.
My and a friend both having many years of experience (over 6) on programming and we both have made really successful, commercial and popular projects. Me working with masm and c++ and he with js,html,css, php and sql.
We both attempted at some points to code with python. Python seems very simple and easy language when learning the basic things but when you need to work with classes, polymorphysm, multithreading and other similar things, it's really hard. I will do these things with c++ rather than python. For me c++ is way more easy and i use it for everything i do (host website, networks, server-application APIs, cryptography and other security, GUI applications, AI)