Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76476

Re: Free Video Course + cool exercises

References <009ffbe4-352d-4149-8879-e724305792b9@googlegroups.com> <mailman.13090.1408347777.18130.python-list@python.org> <e7c14832-f962-4e7f-9e54-f87357dd39c0@googlegroups.com> <mailman.13096.1408366432.18130.python-list@python.org> <371d3775-16a7-4df9-8a57-3cfdfdf3683c@googlegroups.com>
Date 2014-08-18 23:43 +1000
Subject Re: Free Video Course + cool exercises
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.13098.1408369442.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Aug 18, 2014 at 11:30 PM, Everything You Need To Know
<eyn2k@outlook.com> wrote:
> You are correct in suggesting that the current course is Windows Specific, though as far as I currently understand it only effects conditional imports such as time.clock() into time.time(). Which is a great warning to add suggestions at appropriate times to deal with these.
>
Being Windows-specific isn't a problem, but it would be good to say
so. (And if you haven't tested out your course on Linux or Mac OS,
it's best to say you're Windows-only. There'll likely be little bits
and pieces here and there that won't work, and the only way to know is
to actually try things.)

The reason I figured you were assuming Windows is because  it's the
biggest platform that doesn't come with some Python already installed
or easily obtainable. With most Linux distributions, Python either
comes as part of the base system, or is conveniently installed with
apt-get, yum, pacman, or whatever the standard installer is - but it
might be not the latest (for instance, the current Debian stable ships
with Python 3.2, although the next Debian release will have either 3.4
or 3.5, depending on whether the latter gets ready in time for
Jessie's feature freeze). So if you target Linux, you'll probably want
to be very clear about what versions of Python you support. I would
advise going for 3.3+ or 3.4+ (if you haven't tested on 3.3, say
3.4+). On Windows, you can start by walking people through the
installation, and then they'll get the latest as of their
installation.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Free Video Course + cool exercises Everything You Need To Know <eyn2k@outlook.com> - 2014-08-18 00:31 -0700
  Re: Free Video Course + cool exercises Chris Angelico <rosuav@gmail.com> - 2014-08-18 17:42 +1000
    Re: Free Video Course + cool exercises Everything You Need To Know <eyn2k@outlook.com> - 2014-08-18 05:44 -0700
      Re: Free Video Course + cool exercises Chris Angelico <rosuav@gmail.com> - 2014-08-18 22:53 +1000
        Re: Free Video Course + cool exercises Everything You Need To Know <eyn2k@outlook.com> - 2014-08-18 06:30 -0700
          Re: Free Video Course + cool exercises Chris Angelico <rosuav@gmail.com> - 2014-08-18 23:43 +1000
            Re: Free Video Course + cool exercises Everything You Need To Know <eyn2k@outlook.com> - 2014-08-18 19:11 -0700

csiph-web