Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
simple question
#6
Compiled languages are rarely used for scripting for two reasons:

  1. Scripts are typically developed by trial and error, so compilations tend to slow things
  2. The main advantage of compiled languages is the execution speed of the resulting code, but in scripts most of the processing time is spent in the external pieces of code so the performance of the script code itself is not an issue.
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
Reply


Messages In This Thread
simple question - by sajley - Feb-18-2017, 09:37 AM
RE: simple question - by buran - Feb-18-2017, 09:53 AM
RE: simple question - by snippsat - Feb-18-2017, 09:57 AM
RE: simple question - by Ofnuts - Feb-18-2017, 10:47 AM
RE: simple question - by sajley - Feb-18-2017, 01:55 PM
RE: simple question - by Ofnuts - Feb-18-2017, 02:57 PM
RE: simple question - by wavic - Feb-18-2017, 10:47 PM
RE: simple question - by Larz60+ - Mar-06-2017, 07:57 PM
RE: simple question - by sajley - Mar-07-2017, 08:53 AM
RE: simple question - by Ofnuts - Mar-08-2017, 11:06 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Very Beginner question on simple variables Harvy 1 282 Apr-12-2024, 12:03 AM
Last Post: deanhystad
  Simple Question - ' defined as "a". ?' Ryan012 10 1,792 May-27-2023, 06:03 PM
Last Post: Ryan012
  Very simple question about filenames and backslashes! garynewport 4 2,072 Jan-17-2023, 05:02 AM
Last Post: deanhystad
  Python Tkinter Simple Multithreading Question AaronCatolico1 5 1,719 Dec-14-2022, 11:35 PM
Last Post: deanhystad
  A simple "If...Else" question from a beginner Serena2022 6 1,821 Jul-11-2022, 05:59 AM
Last Post: Serena2022
  Simple arithmetic question ebolisa 5 2,141 Dec-15-2021, 04:56 PM
Last Post: deanhystad
  Simple code question about lambda and tuples JasPyt 7 3,469 Oct-04-2021, 05:18 PM
Last Post: snippsat
Big Grin question about simple algorithm to my problem jamie_01 1 1,729 Oct-04-2021, 11:55 AM
Last Post: deanhystad
  Simple question 1234 4 2,343 Dec-04-2020, 12:29 PM
Last Post: DeaD_EyE
  Simple Timer Question cranberrica 3 2,256 Jun-22-2020, 06:29 PM
Last Post: cranberrica

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020