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
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!
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.
No. Difficult.
That's putting it lightly! It's tougher than it seems.
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?
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)!