Re: Suggestion for Linux Distro (from PSA: Linux vulnerability)

2022-03-17 Thread 황병희
Dear Loris, "Loris Bennett" writes: > (...thanks...) > The sysadmins I know who are interested in long-term stability and > avoiding unnecessary OS updates use Debian rather than Ubuntu, +1; Reasonable! Sincerely, Linux fan Byung-Hee -- ^고맙습니다 _地平天成_ 감사합니다_^))// --

Re: ping script

2022-02-27 Thread 황병희
Dear Barry, Barry Scott writes: >> [...] > This is correct python3.org is only setup for email. > Use the host and dig commands to check for yourself. It is very amazing! Thanks for explanation! > Compare > > $ host python.org > > with > > $ host

Re: Request to advise error for python.

2021-10-21 Thread 황병희
황병희 writes: > Dear 정성학, > >>>> [image: image.png] > > If you would like to show us your image, then write down the github/gitlab > link. ... This is example: https://gitlab.com/soyeomul/test/-/commit/80d2b4f5e8eda0238301e9bca5bc33f0127572fd Sincerely,

Re: Request to advise error for python.

2021-10-19 Thread 황병희
Dear 정성학, >>> [image: image.png] If you would like to show us your image, then write down the github/gitlab link. Of course i assume you have github/gitlab account. Because Mailing server does filter for dangerous things such as image file, video clip, action scripts (computer virus), i think...

Re: Posts from gmane no longer allowed?

2021-09-27 Thread 황병희
Grant Edwards writes: > I've been reading (and posting to) this list for many years by > pointing an NNTP client > at news://gmane.comp.python.general. Sometime in the past few days posts > started > being refused: > > You have tried posting to gmane.comp.python.general, which is a >

Re: learning python ...

2021-05-30 Thread 황병희
hw writes: > Hi, > > I'm starting to learn python and have made a little example program > following a tutorial[1] I'm attaching. > > Running it, I'm getting: > > > Traceback (most recent call last): > File "[...]/hworld.py", line 18, in > print(isinstance(int, float)) > TypeError:

Re: Proposal: Disconnect comp.lang.python from python-list

2021-05-07 Thread 황병희
Paul Bryan writes: > Given the ease of spoofing sender addresses, and its propensity for use > in anonymous spamming and trolling (thanks python-list-owner for > staying on top of that!), I propose to disconnect comp.lang.python from > the python-list mailing list. Both would then operate

Re: Thank you Larry Hastings!

2020-10-08 Thread 황병희
Barry Warsaw writes: > They say being a Python Release Manager is a thankless job, so the > Python Secret Underground (PSU), which emphatically does not exist, > hereby officially doesn’t thank Larry for his years of diligent > service as the Python 3.4 and 3.5 release manager. > > On the other

Re: Use of a variable in parent loop

2020-09-28 Thread 황병희
Stephane Tougard writes: > ... > It's normal, he was an ass. When I manage a team, I don't enforce tools > or language, I ask them to work the best way they can to get the things > done. If they want to write C in Perl (as I often do), I'm happy. If > they prefer Ruby (that I never learnt), or

sorry for typo (Was: Re: Puzzling difference between lists and tuples)

2020-09-19 Thread 황병희
> #+BEGIN_SRC: python > for n in ('first',): > print n > #+BEGIN_SRC The last 'BEGIN_SRC' should be 'END_SRC' so sorry ;;; -- ^고맙습니다 _救濟蒼生_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: Puzzling difference between lists and tuples

2020-09-19 Thread 황병희
William Pearson writes: > ... > for n in ('first'): > print n > > > ... but "f","i","r","s","t" in the second. #+BEGIN_SRC: python for n in ('first',): print n #+BEGIN_SRC Then, that will print 'first'. And please use Python3... Sincerely, Byung-Hee -- ^고맙습니다 _救濟蒼生_ 감사합니다_^))// --

Re: There is LTS?

2020-08-24 Thread 황병희
Léo El Amri writes: > On 24/08/2020 04:54, 황병희 wrote: >> Hi, just i am curious. There is LTS for *Python*? If so, i am very thank >> you for Python Project. > > Hi Byung-Hee, > > Does the "LTS" acronym you are using here stands for "Long Term Support&q

There is LTS?

2020-08-23 Thread 황병희
Hi, just i am curious. There is LTS for *Python*? If so, i am very thank you for Python Project. Yesterday, by chance, i heard that there is LTS for Linux Kernel. The idea seems so beautiful!!! Sincerely, Byung-Hee -- ^고맙습니다 _白衣從軍_ 감사합니다_^))// --

Re: Module import question

2020-08-09 Thread 황병희
Gabor Urban writes: > Hi guys, > > I have a quite simple question but I could not find the correct answer. > > I have twoo modules A and B. A imports B. If I import A in a script, Will > be B imported automatically? I guess not, but fő not know exactly. > > Thanks for your answer ín advance,

a bit feedback for JSON documents

2020-07-03 Thread 황병희
There is some comment for https://docs.python.org/3.10/library/json.html. The latest RFC number is 8259. Thanks, Sincerely, JSON fan Byung-Hee -- ^고맙습니다 _白衣從軍_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: What I learned today

2020-02-17 Thread 황병희
r...@zedat.fu-berlin.de (Stefan Ram) writes: > ... > But the book told me that you can unzip using ... »zip« again! > > z = zip( x, y ) > a, b = zip( *z ) > print( a ) > ('y', 'n', 'a', 'n', 't') > print( b ) >

Now off-topic (Was: Re: NNTPlib apps work like a charm)

2020-01-22 Thread 황병희
Hellow rn, rn writes: > now that you posted it, readers may remember that there was the usenet > feature in EMACS as > well. Unlike ThunderBird, emacs/GNUs supports X-face, which is kinda > nice. > > let’s see whether emacs will allow to post here. Gnus is the best usenet/email client in the

Re: Debian Buster: ModuleNotFoundError: No module named 'mysql'

2020-01-19 Thread 황병희
^Bart writes: >> pip is probably defaulting to Python 2.7. Try using pip3, or this more >> explicit syntax: > > Now it works! > > Python 3.7.3 (default, Apr 3 2019, 05:39:12) > [GCC 8.3.0] on linux > Type "help", "copyright", "credits" or "license()" for more information. > ==

Re: 1 line demo

2020-01-14 Thread 황병희
> suitable nntp test group available ... There is one suitable group: gmane.test Plus somebody already know. Gmane NNTP address changed since 2020-01-06. news.gmane.org ===> news.gmane.io [*] Sincerely, NNTP fan Byung-Hee [*]

Re: self - hosted usenet poster py script - pretty cool, 20 lines only

2020-01-14 Thread 황병희
Chris Angelico writes: > On Tue, Jan 14, 2020 at 7:31 PM aa wrote: >> X-User-Signature: python spam now comes to comp lang py as well >> > > Can you post to a test newsgroup instead? Please? By the way, he is trying new experimental thing. Actually i like his trying and NNTP. Sincerely, NNTP

Re: NNTPlib apps work like a charm

2020-01-14 Thread 황병희
Julie writes: > why is anybody using anything else than Py for usenet ? Only i use Python3 making Message-ID within Gnus. https://gitlab.com/soyeomul/Gnus/raw/master/thanks-mid.py Sincerely, -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: A small quiz

2020-01-04 Thread 황병희
Greg Ewing writes: > On 4/01/20 5:41 am, Alan Bawden wrote: >>>So I was looking for a predefined object from the standard >>>library that already /is/ an iterator (with no need to use >>>»iter«). > > Why are you so intent on introducing either next() or iter() to > beginning

Re: [Q] __init__ in class

2019-12-26 Thread 황병희
Irv Kalb writes: > myObject = MyClass() # "MyClass" would be the name of a class in your code > > When you run a line like the one above, Python looks to see if that > class has a method named __init__(). If it does, then Python calls > that method of the newly created object. Very clean

Re: [Q] __init__ in class

2019-12-26 Thread 황병희
Hellow DL^^^ > Please be aware that there is a Python Tutor Discussion List. Thanks for advice^^^ Sincerely, -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: [Q] __init__ in class

2019-12-26 Thread 황병희
Hellow Stefan^^^ > The class definition depends on the requirement > specification for the class. > > 클래스 정의는 클래스의 요구 사항 스펙에 따라 다릅니다. Now i got it, understood, thanks a lot^^^ Sincerely, -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

[Q] __init__ in class

2019-12-26 Thread 황병희
in making class, why we should set "__init__"? so non-init class is useless? actually i did fail to understand __init__'s meaning. what is role of __init__ in class. sincerely, from python beginner. -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: Problem Running Python

2019-12-17 Thread 황병희
Hello Patrick^^^ > kindly assist me through the proper download and installation procedure as I > really need to start learning coding with the Python programming language. In next year 2020, Ubuntu 20.04 LTS will be released with a New Hope, i guess. At there base Python will be 3.x version.

Re: Vim settings for Python

2019-12-07 Thread 황병희
Hello Peter^^^ > As an aside, to prevent vim from inserting tabs in the first place, set > expandtab > sw=4 > and maybe also > ts=4 > (The latter is very much a matter of taste. I don't unless I have to > edit code which already contains tabs intended to be at a certain width.)

Re: tab replace to space 4

2019-12-02 Thread 황병희
Hi, Gilmeh^^^ > We are Python people, aren't we? Looks good, i did copy it [1], and thanks^^^ [1] https://gitlab.com/soyeomul/test/blob/master/untabify.py Sincerely, -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

Re: tab replace to space 4

2019-11-29 Thread 황병희
Hello, Pankaj^^^ > In Emacs, use "M-x untabify". [...] Then i solved problem You nice guy! Sincerely, -- ^고맙습니다 _地平天成_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

tab replace to space 4

2019-11-29 Thread 황병희
[i am writing question on comp.lang.python] usally i write python code in gnu emacs on ubuntu 18.04 sometimes i re-edit the code vim in same machine so often when i do run the code in shell like as ./test.py i meet consol error -- which line wrong! so i am considering how can i replace all tab

Re: how to read in the newsreader

2017-10-16 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Andrew Z 께서 쓰시길, 《記事 全文 에서》: > Gents, > how do i get this group in a newsreader? The digest i'm getting is not > workable for me - i can't reply , can only read the replies from the > members of the group. Or. maybe, it

Solved (Was: Re: [Q] days -> months)

2017-10-11 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Oh never mind it, after so many trial and error, i did make months format with success, thanks!!! Sincerely, Byung-Hee. -- ^고맙습니다 _救濟蒼生_ 감사합니다_^))// -- https://mail.python.org/mailman/listinfo/python-list

[Q] days -> months

2017-10-11 Thread Byung-Hee HWANG (황병희, 黃炳熙)
In real life, i am breeding Hanwoo(Korean cattle), about 100 head of cattle. About 50 days ago, i got one young cattle. The name is "Bullseye". I love Bullseye. Until the Bullseye is released by butchery, i would like to maintain him with his age. So thus i did write some humble code to identify

Re: python in chromebook

2017-08-03 Thread Byung-Hee HWANG (황병희, 黃炳熙)
attend <att...@home.srv> 께서 쓰시길, 《記事 全文 <s9pgB.472211$YS2.57569@fx11.am4> 에서》: > On Thu, 27 Jul 2017 10:03:29 +0900, Byung-Hee HWANG (황병희, 黃炳熙) wrote: > >> my computer is chromebook. how can i install python in chromebook? >> barely i did meet develop mode of chro

Re: Issues with Python

2017-07-30 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Ode Idoko via Python-list 께서 쓰시길, 《記事 全文 에서》: > ... it will display syntax error with ... Maybe, you did copy & paste, just i guess ... if not, ignore it. -- ^고맙습니다 _白衣從軍_ 감사합니다_^))// --

Re: python in chromebook

2017-07-26 Thread Byung-Hee HWANG (황병희, 黃炳熙)
boB Stepp 께서 쓰시길, 《記事 全文 에서》: > Googling for "python on chromebook" tends to bring up Python 2-slanted > info; searching for "python 3 on chromebook" for Python 3-slanted > results should give you

python in chromebook

2017-07-26 Thread Byung-Hee HWANG (황병희, 黃炳熙)
my computer is chromebook. how can i install python in chromebook? barely i did meet develop mode of chromebook. also i'm new to python. INDEED, i want to make python code on my chromebook. thanks in avance!!! -- ^고맙습니다 _布德天下_ 감사합니다_^))// --

python install in chromebook

2017-07-26 Thread Byung-Hee HWANG (황병희, 黃炳熙)
firstly i did fail to send message via mailing list so i try again with usenet here comp.lang.python. i want to install python in chromebook because i have chromebook and i want to make code of python. somebody could help me, i believe. thanks in advance... -- ^고맙습니다 _地平天成_ 감사합니다_^))// --