[program-l] Re: Advice request, from a beginner

  • From: Devin Prater <r.d.t.prater@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Mon, 26 Apr 2021 09:02:19 -0500

Yep, after looking at Quroum's website with the teaching tracts, I suggest
Python. I mean, loook at this syntax.

``` Quorum
use Libraries.Containers.List
class Main
   action Main
      List<integer> myList
      myList:Add(12)
```

``` Python
list = [1, 2, 3]
```

I mean, it doesn't get simpler from there. Random number generation?

``` Quorum
use Libraries.Compute.Random
Random generator
integer value = generator:RandomIntegerBetween(0, 10)
output value
```

``` Python
import random
print(random.randint(0,10))
```

Not as many lines as lists, but just, so much typing! Like, we have to
*type* all this. So, I am all behind Python. It's got many, many libraries
for plenty of uses, even audio game libs like Lucia and Earwax, data
science, web development, app development for Windows, Mac, Linux, iOS, and
Android with Beeware, a way for pretty much platform-independent TTS with
GTTS, just so much. And from beginner *to* advanced programmer, Python is
there. It's not just for schools for the blind, like Quorum is panning out
to pretty much be. And the syntax is fast to type, lol.

Now, of course, I'm not anywhere near an advanced programmer, with only one
successful project under my belt, but I know I wouldn't have half the help
online when learning Quorum. Python, meanwhile, has so many tutorials,
books, and forums (Stackoverflow for the win!), that I can pretty much
always find an answer to any problem I have. Also, there are *choices*. For
web development, which I'm about to get into, there is Django, web2py,
py4web or web4py or something, Flask, and probably more. Many different
ways to do things! Yes, this is because of Python's age, but as a newbie, I
need all the help I can get.
Devin Prater
r.d.t.prater@xxxxxxxxx


On Mon, Apr 26, 2021 at 1:33 AM Gabriele Battaglia <
dmarc-noreply@xxxxxxxxxxxxx> wrote:

Hello.
I strongly suggest you to go with Python.
Gabe.
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: