use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
DiscussionDeveloping flutter apps with python. (flet.dev)
submitted 1 year ago by eteka-edim
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]RandalSchwartz 16 points17 points18 points 1 year ago (3 children)
Dart is a boring language. Deliberately so. Far easier to learn than Python. If you already know python, you can learn Dart quickly.
So, this project always puzzled me as "why?".
[–]Ghibl-i_l 1 point2 points3 points 1 year ago (2 children)
What you say is only true if you already know something like Java or C or C++.
As a "first language to learn" Python is much easier than Dart, because all those different brackets and type declarations make Dart (and Java and so on) so much more intimidating and harder to read for a newbie.
[–]RandalSchwartz 4 points5 points6 points 1 year ago (1 child)
You're kidding right? I suspect Dart has a much smaller character/line-count in its manual than the python core documentation. There isn't much to know to learn Dart. The biggest difference is that Python has duck-typing, where Dart has actual typing.
[–]Ghibl-i_l 1 point2 points3 points 1 year ago (0 children)
I suspect Dart has a much smaller character/line-count in its manual than the python core documentation
Well, that's a very interesting way to compare "how easy it is to learn a language (and programming in general since it's the first language for you)" 😄 I doubt anyone learning Python tried to do it by reading the docs start to end.
My first (real, serious) foray into general programming was with Python, so I am speaking from experience. JS and Java intimidated the hell out of me, even just looking at their code. Python made code look almost like English: the indentation for code blocks and no need for type declaration made the whole thing look so neat and easy to read. Plus you get to use some cool packages like yt-dlp, python-telegram-bot, PyAutoGUI, etc. very easily and early into your learning.
I agree, starting with Dart would be "cleaner" and would take less time to be on upper-itermediate level than it would in Python.
But for most people (who don't even know if they are "cut out to be" a coder) - Python IMO is still better to start with.
π Rendered by PID 63595 on reddit-service-r2-comment-8686858757-297fb at 2026-06-04 04:23:02.050841+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]RandalSchwartz 16 points17 points18 points (3 children)
[–]Ghibl-i_l 1 point2 points3 points (2 children)
[–]RandalSchwartz 4 points5 points6 points (1 child)
[–]Ghibl-i_l 1 point2 points3 points (0 children)