Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. thom
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    thom

    @thom

    2
    Reputation
    6
    Posts
    632
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    thom Follow

    Best posts made by thom

    • RE: What's the main difference between py2 vs py3?

      I noticed today iterate a dict works also different.
      While translating scripts from py2 to py3 this was a thing...

      If the keys are integers in py2 they will be sorted.
      In py3 the will stay in order as appended to dict.

      print {1:"A",0:"B"} 
      > {0: 'B', 1: 'A'}
      

      vs

      print({1:"A",0:"B"})
      > {1: 'A', 0: 'B'}
      

      (also it seems print() is not coloured in snippet)

      posted in General Discussion
      thom
      thom
    • From app to this forum.

      Link to this forum in the app would be nice.
      Maybe also a upload to forum thingy?
      Just thinking out loud...

      posted in Feature Requests
      thom
      thom

    Latest posts made by thom

    • RE: Variable CFF

      Buuuut FontView and all the Chrome apps support it, it works on the mac...

      posted in Feature Requests
      thom
      thom
    • Variable CFF

      Hallo!

      *** DrawBot warning: install font: The file is not a recognized or supported font file format. ***

      What does it take to support Variable CFF in DrawBot? Can we add FreeType? #wishfulthinking

      Thom

      posted in Feature Requests
      thom
      thom
    • RE: What's the main difference between py2 vs py3?

      I noticed today iterate a dict works also different.
      While translating scripts from py2 to py3 this was a thing...

      If the keys are integers in py2 they will be sorted.
      In py3 the will stay in order as appended to dict.

      print {1:"A",0:"B"} 
      > {0: 'B', 1: 'A'}
      

      vs

      print({1:"A",0:"B"})
      > {1: 'A', 0: 'B'}
      

      (also it seems print() is not coloured in snippet)

      posted in General Discussion
      thom
      thom
    • From app to this forum.

      Link to this forum in the app would be nice.
      Maybe also a upload to forum thingy?
      Just thinking out loud...

      posted in Feature Requests
      thom
      thom
    • RE: Stephen Nixon's blogified class notes: a useful beginners' DrawBot tutorial
      print "hello"
      

      You still teaching them Py2? 😛 😉

      posted in Tutorials
      thom
      thom
    • Link on DrawBot website to forum is wrong.

      See title 🙂

      posted in Bugs
      thom
      thom