Is Learning Python Difficult for Beginners?

0
2
Asked By CuriousCoder92 On

I'm curious about how hard it is to learn Python as a beginner. We're planning to develop a Text to Sign Language Conversion tool, a Text-to-Braille Translation system, or something like the PECS (Picture Exchange Communication System). Since we're still getting our feet wet with Python and don't have a strong background in programming, any insights on this would be greatly appreciated. Thanks!

4 Answers

Answered By TechEnthusiast34 On

Python is generally viewed as one of the easier programming languages to grasp. However, remember that it’s not just about learning Python; you also need to focus on actually building software. If you can articulate how to create your software conceptually in English, translating that into Python should be manageable!

CodeExplorer99 -

Exactly! Learning Python simplifies the coding process, but mastering programming takes time. Think of it like learning to drive an automatic car vs. a manual—it's easier, but you still have to learn the skills and rules to drive well. I spent years becoming comfortable driving (coding)!

Answered By AspiringDev83 On

It's really not that tough to learn Python. Many people find it relatively easier than other languages. If you dedicate time to practice, you can absolutely get there. Just a heads up, your project sounds ambitious for a first-timer—maybe check out existing libraries for sign language translation on GitHub to help you get started.

Answered By SimpleLifeCoder On

No. Difficult.

JokingCoder21 -

That's putting it lightly! It's tougher than it seems.

Answered By DevRanger77 On

Python's great for experimenting, but if you want to create a full app, things can get tricky due to environment versioning and dependencies. I’d suggest considering C++ with React Native for Windows or using Kotlin/Java for Android projects. Not quite sure about iOS, though—are they still using Objective-C or Swift?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.