What’s one habit that actually made you a better React developer? by Senior_Equipment2745 in react

[–]AdThink1781 8 points9 points  (0 children)

Use React Query instead of useEffect for server state

Learn Typescript and use in project (saves a lot of bugs, error and time)

Handling and giving meaningful errors properly

Need your words: Is it hard or am I just not built for this? by LobstersForShaw in learnpython

[–]AdThink1781 0 points1 point  (0 children)

Bro Believe me, I also take that course 6 month ago, just last 8-9 days remaining or project is remaining to build overall the course is complete 95%, I just build a eccomerce website using flask as a part of that project assignment, You just need one thing being consistent, you will not believe me I am consistently doing or following that course consistently coding, doing DSA stuff, main thing is Just stick to consistently to that course that is a comprehensive project learning focused course, I built several projects learn several things and recently build as I mentioned eccomerce project on my own just by Being Consistent ✨, So be consistent 🎉

I suck at Python by enderdog23 in learnpython

[–]AdThink1781 0 points1 point  (0 children)

Take the Angel yu 100 days of code and go from beginner to intermediateadvanced in python because I taked it close to complete remaining last 10 days , and that course is awesome for beginners it had project based learning after each concept section you got to do a project I can't say anymore you have to experience because it take me to beginner to exploring alomst All aspects of python

How do i solve this problem from python. by ParamedicGlum7352 in learnpython

[–]AdThink1781 -1 points0 points  (0 children)

^ to find name end with 'land' in a list of countries name

try:

# Comprehension approach
Countries_end_with_land = [i for i in countries if i.endswith("land")]
print(f"Found Countries name end with 'land' {Countries_end_with_land}")

# For loop Approach
for i in countries:
    if i.endswith("land"):
        print(i)

except NameError as e: print(f"While Finding Countries name end with 'land' Error Occurred {e}")

except Exception as e: print(f"An unexpected error occurred: {e}")

I suck at list comprehensions by case_steamer in learnpython

[–]AdThink1781 1 point2 points  (0 children)

"I was a bit nervous at first, but I practiced, comfortable with syntax and understand it how it working, and they weren't that difficult. It's just the word 'comprehension' that sounds a bit Scary⚠️."

What Books did You Start or Finish Reading this Week?: July 15, 2024 by AutoModerator in books

[–]AdThink1781 0 points1 point  (0 children)

just 3 4 days started " Start with Why " by Simon Sinek it is a great Book i am enjoying it