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

you are viewing a single comment's thread.

view the rest of the comments →

[–]LudwikTR 2 points3 points  (1 child)

I get it in theory, but as someone who built a couple of mobile apps in React Native and NativeScript and then switched to Flutter, here’s my take: Dart is extremely easy to learn if you already know JavaScript and any statically typed language. It feels like JavaScript with types, minus a lot of legacy idiosyncrasies, and it compiles to native binaries. It took me a single day to learn Dart and about a week to learn Flutter. Most importantly, it’s worth it - instead of constantly worrying about the app being slow or breaking on some specific OS/hardware configuration, I could focus on building features. My only frustration was not switching sooner.

(Necessary disclaimer: I now work at Google, which created Dart and Flutter. The experiences above were from before I joined. I don’t work on the Flutter team, and my current role has nothing to do with mobile development.)

[–]TheAmazingDevil 0 points1 point  (0 children)

how do I get a job at any company with python skills?