9.1 FAQ

  1. How was the pyFormex logo created?

    With the Gimp, using the following command sequence:

    Xtra -> Script-Fu -> Logos -> Alien-neon
    Font Size: 150 
    Font: Blippo-Heavy
    Glow Color: 0xFF3366
    Background Color: 0x000000
    Width of Bands: 2
    Width of Gaps: 2
    Number of Bands: 7
    Fade Away: Yes
    
    Then switch off the background layer and save the image in PNG format. Export the image with 'Save Background Color' switched off!

  2. Why is pyFormex written in Python?

    Because

    Being a scripting language without the need for variable declaration, it allows for quick program development. On the other hand, Python provides numerous interfaces with established compiled libraries, so it can be surprisingly fast.

  3. Is an interpreted language like Python fast enough with large data models?

    See the question above