Slashdot Mirror


User: dima

dima's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Bait & switch on T-Mobile Slashes Fair Use Policy, Says Download At Home · · Score: 1

    You can cancel you direct debit at any time.

  2. Re:And now for something completely different... on Is Visual Basic a Good Beginner's Language? · · Score: 1
    Python has enough of the niceties of VB (no strong types, ... etc)

    That's not quite true. Python is strongly typed. It has dynamic types, which is not the same thing.