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


Groups > comp.lang.python > #26648

Re: Intermediate Python user needed help

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Intermediate Python user needed help
Date 2012-08-06 15:22 -0400
Organization > Bestiaria Support Staff <
References <a0e88106-affb-4f7c-8b13-de341ce0f319@googlegroups.com> <501FEB5E.6050506@stoneleaf.us>
Newsgroups comp.lang.python
Message-ID <mailman.3023.1344280955.4697.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, 06 Aug 2012 09:05:50 -0700, Ethan Furman <ethan@stoneleaf.us>
declaimed the following in gmane.comp.python.general:

> 
> Are there scales out there that would put these types of questions in 
> the "intermediate" category?

	"Never seen it" vs "Job Hunter Resume" <G>

{feel free to skip the rest, it's more of an autobiography}

	I always hate trying to estimate my skill level with a language.
I've been using Python -- mostly for one-of quick&dirty jobs -- since
the first edition of Programming Python. My first real program (within a
week of obtaining the book and installing Python on my Amiga) was an
outgoing SMTPd with an ARexx script as the spooler from AmigaELM (The
first outgoing SMTPd I used was from the days before "ISP Relay only",
and generated an outgoing message for each target domain, and would
connect directly to that domain -- which failed when the target had no
SMTPd to receive mail, and blocked the outgoing queue as it kept
retrying; the second program used ISP Relay BUT failed to handshake
using the addresses in CC and BCC headers [and left the BCC header line
IN the sent messages]). I've written some nasty file handling code to
populate an SQLite3 database... I've written one program using
Tkinter/PMW to allow users to select a Clearcase configuration and push
the selected NetAcquire DLLs to a collection of machines, then reboot
the machines...

	But I've never written a "decorator", or a meta-class... I
understand the impact of the GIL on threaded code (I/O bound - good, CPU
bound - bad).

	So am I beginner, intermediate, advanced, expert?

	I used to consider myself a near-expert with DEC VMS FORTRAN 77 (I'd
say VAX, but half the period was on Alpha systems too), but that was
after over 10 years using the system. After all, using the DEC I/O
extensions to patch in a double-buffered magtape handler into regular
F77 read statements has to count for something (the application had been
ported from PDP-11 Macro -- but they were dissatisfied with the long run
times; double-buffering the input tape meant the code didn't lose time
waiting for the next block of data to transfer; made a significant
speed-up).

	These days, I suspect most new Fortran is F90/F95 (or later). I'd
only had a summer assignment with F90, and at the level of the
assignment, using "modules" was just a cleaner means of declaring a
"common block" include file and a set of subroutines using that "common
block".

	Similar with C and C++... My major C development was to produce a
program that emulated the display of an obsolete Ramtek 9300 graphics
engine, using very low-level Xt/DECWindows for the user interface, and
(now practically forgotten) GKS to handle the plot data. The nature of
the plotting application(s) [a separate program was run to produce each
of the plot axis, color-coded data, and overlay notations -- something
like 80 programs in total] required an ability for the display to
"blank"/"redisplay" data and overlays under operator control; redisplay
could NOT require rerunning all the data manipulation code, hence GKS
for display list management. The C++ application (VC++) was controlling
a parallel port to emit three pseudo-RS422 balanced signals in response
to an externally applied clock signal (on one of the port input pins).

	Both rather complex applications, but neither anything that really
lets me claim "advanced" overall skills.

 
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

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


Thread

Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 12:29 -0700
  Re: Intermediate Python user needed help John Ladasky <john_ladasky@sbcglobal.net> - 2012-08-05 12:34 -0700
  Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 12:44 -0700
  Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 12:51 -0700
    Re: Intermediate Python user needed help Andrew Berg <bahamutzero8825@gmail.com> - 2012-08-05 15:09 -0500
    Re: Intermediate Python user needed help xDog Walker <thudfoo@gmail.com> - 2012-08-05 13:15 -0700
    Re: Intermediate Python user needed help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-05 20:24 +0000
      Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:31 -0700
  Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:16 -0700
    Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:17 -0700
  Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:19 -0700
  Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 13:52 -0700
    Re: Intermediate Python user needed help Roy Smith <roy@panix.com> - 2012-08-05 17:01 -0400
    Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 16:03 -0500
      Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 14:09 -0700
      Re: Intermediate Python user needed help Roy Smith <roy@panix.com> - 2012-08-05 17:32 -0400
        Re: Intermediate Python user needed help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-05 23:15 +0100
        Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 18:27 -0500
    Re: Intermediate Python user needed help Vlastimil Brom <vlastimil.brom@gmail.com> - 2012-08-05 23:06 +0200
    Re: Intermediate Python user needed help Zero Piraeus <schesis@gmail.com> - 2012-08-05 17:07 -0400
    Re: Intermediate Python user needed help MRAB <python@mrabarnett.plus.com> - 2012-08-05 22:08 +0100
    Re: Intermediate Python user needed help MRAB <python@mrabarnett.plus.com> - 2012-08-05 22:12 +0100
      Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 14:14 -0700
        Re: Intermediate Python user needed help alex23 <wuwei23@gmail.com> - 2012-08-05 19:49 -0700
      Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 14:14 -0700
        Re: Intermediate Python user needed help "William R. Wing" <wrw@mac.com> (Bill Wing) - 2012-08-05 19:38 -0400
    Re: Intermediate Python user needed help Andre Ramaciotti <andre@ramaciotti.com> - 2012-08-05 18:22 -0300
      Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 15:00 -0700
      Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 15:00 -0700
        Re: Intermediate Python user needed help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-05 23:17 +0100
        Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 18:19 -0500
          Re: Intermediate Python user needed help Roy Smith <roy@panix.com> - 2012-08-05 19:32 -0400
            Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-05 21:15 -0400
            Re: Intermediate Python user needed help Tim Chase <python.list@tim.thechases.com> - 2012-08-05 20:27 -0500
          Re: Intermediate Python user needed help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-06 00:42 +0000
    Re: Intermediate Python user needed help Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2012-08-07 04:06 +0100
      Re: Intermediate Python user needed help rusi <rustompmody@gmail.com> - 2012-08-06 20:52 -0700
        Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-07 12:27 -0400
  Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-05 15:39 -0700
  Re: Intermediate Python user needed help Ethan Furman <ethan@stoneleaf.us> - 2012-08-06 09:05 -0700
    Re: Intermediate Python user needed help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-08-07 01:16 +0000
      Re: Intermediate Python user needed help rusi <rustompmody@gmail.com> - 2012-08-06 20:55 -0700
  Re: Intermediate Python user needed help Alec Taylor <alec.taylor6@gmail.com> - 2012-08-07 02:13 +1000
  Re: Intermediate Python user needed help Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-08-06 19:05 +0200
  Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-06 15:22 -0400
  Re: Intermediate Python user needed help Chris Angelico <rosuav@gmail.com> - 2012-08-07 07:59 +1000
  Re: Intermediate Python user needed help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-08-06 23:39 -0400
    Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-07 07:09 -0700
    Re: Intermediate Python user needed help John Mordecai Dildy <jdildy85@gmail.com> - 2012-08-07 07:09 -0700

csiph-web