Sponsored Content
The Lounge What is on Your Mind? Guido van Rossum resigns as Python Leader... Post 303020102 by wisecracker on Friday 13th of July 2018 08:50:04 AM
Old 07-13-2018
Guido van Rossum resigns as Python Leader...

Yup it's true:

[python-committers] Transfer of power

This will put Python development in disarray.
Which reminded me of this thread I posted some time ago:

Has Python Lost The Plot?

MadeInGermany's post 3 is probably one of the reasons but not quoted.
Although not in Guido's case necessarily, I guess application fatigue hits us all eventually.

(In my case AudioScope is not evolving much because I can no longer proof build the electronics/hardware the reason being I now have Essential Tremours. Application fatigue and 'feature creep' have also entered my scenario, BUT at least I have no one to argue with about it...)

Bazza.
 

3 More Discussions You Might Find Interesting

1. Programming

Why process leader can not call setsid()

Why process leader can not call setsid() (2 Replies)
Discussion started by: chenhao_no1
2 Replies

2. UNIX for Dummies Questions & Answers

Generating key values for leader records

All, I have a file with text as shown below. I want the o/p file with generated values in the first column as shown in the o/p file. Pls note that the size of my file is 6 GB. How do i do this ? Input file 999999abcdef 999999ghijkl 999999mnopq 777777rosesarered 777777skyisblue Output... (1 Reply)
Discussion started by: ajfaq
1 Replies

3. What is on Your Mind?

Poster of the Year 2019 - Jeroen van Dijke

Today, I am very pleased to announce the Poster of the Year Award, 2019 is Jeroen van Dijke (Scrutinizer) Jeroen has been a member of unix.com just over 11 years (He first joined unix.com in November 2008) and has been a very valuable, reliable and thoughtful resource for countless people over... (3 Replies)
Discussion started by: Neo
3 Replies
PYDOC(1)						    BSD General Commands Manual 						  PYDOC(1)

NAME
pydoc -- the Python documentation tool SYNOPSIS
pydoc name pydoc -k keyword pydoc -p port pydoc -g pydoc -w module ... pydoc --help DESCRIPTION
pydoc shows text documentation on something related to python(1). The name argument may be the name of a Python keyword, topic, function, module, or package, or a dotted reference to a class or function within a module or module in a package. If name contains a '/', it is used as the path to a Python source file to document. If name is 'keywords', 'topics', or 'modules', a listing of these things is displayed. OPTIONS
-k keyword Search for a keyword in the synopsis lines of all available modules. -p port Start an HTTP server on the given port on the local machine. -g Pop up a graphical interface for finding and serving documentation. -w module ... Write out the HTML documentation for a module to a file in the current directory. If module contains a '/', it is treated as a filename; if it names a directory, documentation is written for all the contents. --help Prints out a help message. AUTHOR
Moshe Zadka, based on "pydoc --help" SEE ALSO
python(1) Dec 19, 2003
All times are GMT -4. The time now is 05:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy