Re: ChatGPT Generated news poster code

2023-02-13 Thread Mark Bourne
Mats Wichmann wrote: Meanwhile, I'm still wondering why I need a program to "chat" to the GUID Partition Table Perhaps to keep on good terms with it so that it doesn't run away and hide? I had to go looking for the GPT on one of my disks after it went AWOL a couple of years ago. Eventually

Re: ChatGPT Generated news poster code

2023-02-12 Thread Mats Wichmann
On 2/12/23 07:58, Roland Müller via Python-list wrote: Hello, On 2/11/23 03:31, Greg Ewing via Python-list wrote: For a moment I thought this was going to be a script that uses ChatGPT to generate a random news post and post it to Usenet... Which would also have been kind of cool, as long as

Re: ChatGPT Generated news poster code

2023-02-12 Thread Roland Müller via Python-list
Hello, On 2/11/23 03:31, Greg Ewing via Python-list wrote: For a moment I thought this was going to be a script that uses ChatGPT to generate a random news post and post it to Usenet... Which would also have been kind of cool, as long as it wasn't overused. Actually, I like cynical humo

Re: ChatGPT Generated news poster code

2023-02-10 Thread Greg Ewing via Python-list
For a moment I thought this was going to be a script that uses ChatGPT to generate a random news post and post it to Usenet... Which would also have been kind of cool, as long as it wasn't overused. -- Greg -- https://mail.python.org/mailman/listinfo/python-list

Re: Sad news: Fredrik Lundh ("Effbot") has passed away

2021-12-13 Thread jkn
On Sunday, December 12, 2021 at 2:01:19 PM UTC, Skip Montanaro wrote: > Like many others, I'm saddened to hear of Fredrik Lundh's passing. I > vaguely recall meeting him just once, probably at a Python workshop, > before they grew big enough to be called conferences. Effbot.org was > my Tkinter,

Re: Sad news: Fredrik Lundh ("Effbot") has passed away

2021-12-12 Thread Skip Montanaro
Like many others, I'm saddened to hear of Fredrik Lundh's passing. I vaguely recall meeting him just once, probably at a Python workshop, before they grew big enough to be called conferences. Effbot.org was my Tkinter, ElemenTree, and PIL reference and cheat sheet. My attention to Python developme

Re: Sad news: Fredrik Lundh ("Effbot") has passed away

2021-12-11 Thread jkn
On Saturday, December 11, 2021 at 1:37:07 AM UTC, Roel Schroeven wrote: > Message from Guido van Rossum > (https://mail.python.org/archives/list/pytho...@python.org/thread/36Q5QBILL3QIFIA3KHNGFBNJQKXKN7SD/): > > > > A former core dev who works at Google just passed the news

Sad news: Fredrik Lundh ("Effbot") has passed away

2021-12-10 Thread Roel Schroeven
Message from Guido van Rossum (https://mail.python.org/archives/list/python-...@python.org/thread/36Q5QBILL3QIFIA3KHNGFBNJQKXKN7SD/): A former core dev who works at Google just passed the news that Fredrik Lundh (also known as Effbot) has died. Fredrik was an early Python contributor (e.g

news to me today: RIP Aahz

2021-11-18 Thread Eli the Bearded
Aahz, co-author of Python for Dummies with Stef Maruch, recently passed away. Tiny death notice (with name typo) from the wilds of the Internet: http://file770.com/pixel-scroll-10-15-21-i-know-what-pixel-you-scrolled-last-summer/ (12) AAHZ MARUCH (1967-2021). [Item by James Davis Nicoll.] Py

Re: Fake news Detect

2020-07-18 Thread Vincent Davis
Data Sceptic has a couple podcast and some of the code is open source. https://dataskeptic.com/blog/episodes/2018/algorithmic-detection-of-fake-news Thanks Vincent Davis 720-301-3003 *Want to get a hold of me?* *SMS: awesome.phone: ok...* *email: bad!* On Fri, Jul 17, 2020 at 11:39 PM Mike

Re: Fake news Detect

2020-07-17 Thread Mike Dewhirst
On 18/07/2020 6:16 am, Grant Edwards wrote: > On 2020-07-17, Dennis Lee Bieber wrote: >> On Fri, 17 Jul 2020 16:02:15 - (UTC), Gazu declaimed >> the following: >> >>> Hey Guys I am new to python and i am building a fake news detection >>> system ... >

Re: Fake news Detect

2020-07-17 Thread Grant Edwards
On 2020-07-17, Dennis Lee Bieber wrote: > On Fri, 17 Jul 2020 16:02:15 - (UTC), Gazu declaimed > the following: > >>Hey Guys I am new to python and i am building a fake news detection >>system ... > > I suspect that, if anyone had done this already, it woul

Re: Fake news Detect

2020-07-17 Thread Orges Leka
you could use scikit learn tfidf and svm or random forest. for this you need labeled data ( fake news, no fake news) you could start at Kaggle (natural language processing) if you are new to this. Reto schrieb am Fr., 17. Juli 2020, 20:49: > What you want is called "natural language pr

Re: Fake news Detect

2020-07-17 Thread Reto
What you want is called "natural language processing" and whole research papers have been written about this topic. Search your favorite research paper index for those keywords, say google scholar. -- https://mail.python.org/mailman/listinfo/python-list

RE: Fake news Detect

2020-07-17 Thread Steve
gs in the code, in the code. 99 bugs in the code. Take one down and patch it all around. Now there's 117 bugs in the code. -Original Message- From: Python-list On Behalf Of Gazu Sent: Friday, July 17, 2020 12:02 PM To: python-list@python.org Subject: Fake news Detect Hey Guys I am new

Fake news Detect

2020-07-17 Thread Gazu
Hey Guys I am new to python and i am building a fake news detection system my goal is that when some one post a news the system will check it by searching that news on Web and find solution that whether that news is Fake or Not. But the issue is that i have no idea how to search on Web or which

Re: A news aggregator for the Python community

2019-10-19 Thread Wesley Peng
Sebastian Steins wrote: Over the last few weeks I've build a hacker news clone for the Python community: https://news.python.sc The source is at github.com/sebst/pythonic-news that looks interesting. thanks. -- https://mail.python.org/mailman/listinfo/python-list

A news aggregator for the Python community

2019-10-18 Thread Sebastian Steins
Hi! Over the last few weeks I've build a hacker news clone for the Python community: https://news.python.sc The source is at github.com/sebst/pythonic-news I thought that might be of interest to you and I'd be more than happy to hear your thoughts on this. Best, --Sebastian

Data Science News Issue 2 released

2018-08-27 Thread Karthikeyan A K via Python-list
Hello All, We have released Issue 2 of Data Science news. One can get it here https://datasciencenews.herokuapp.com/2018/08/26/issue-2.html - Karthikeyan A K -- https://mail.python.org/mailman/listinfo/python-list

Re: Python in the news

2018-07-25 Thread oliver
Along the same lines but focused on one of the companies mentioned in the Economist article is one by Bloomberg : https://www.bloomberg.com/news/articles/2018-06-14/citi-wants-analysts-to-add-python-to-list-of-languages-on-resume On Mon, Jul 23, 2018, 12:35 Rich Shepard, wrote: >The l

Python in the news

2018-07-23 Thread Rich Shepard
The lead article in science section and technology section of this week's 'The Economist' is about Python: Enjoy, Rich -- https://mail.python.org/mailman/listinfo/pytho

Worldwide Latest new Feature Automotive Power Electronics 2017 by Technology and news

2017-11-02 Thread karishmamtip
Automotive Power Electronics are the devices installed and used for controlling the high voltage and converting varied electric power in a most proficient way. These devices also helps in monitoring a power consumption in an optimized manner. One of the major driver for the growth of Automotive

Worldwide Latest new Feature Automotive Power Electronics 2017 by Technology and news

2017-11-02 Thread karishmamtip
Automotive Power Electronics are the devices installed and used for controlling the high voltage and converting varied electric power in a most proficient way. These devices also helps in monitoring a power consumption in an optimized manner. One of the major driver for the growth of Automotive

Re: How does CPython build it's NEWS or changelog?

2017-09-21 Thread Ben Finney
Stefan Behnel writes: > https://docs.python.org/devguide/committing.html#what-s-new-and-news-entries > > https://github.com/larryhastings/blurb Also of interest is the more general-use Town Crier tool: towncrier is a utility to produce useful, summarised news files for you

Re: How does CPython build it's NEWS or changelog?

2017-09-21 Thread Stefan Behnel
Hartmut Goebel schrieb am 21.09.2017 um 10:59: > I just discovered that CPython now uses Misc/NEWS.d/next to collect > changes an there are a lot of Misc/NEWS/*.rst files for the respective > released version. I'm investigating whether to adopt this for PyInstaller. > > Wha

Re: How does CPython build it's NEWS or changelog?

2017-09-21 Thread Paul Moore
On 21 September 2017 at 09:59, Hartmut Goebel wrote: > Hello, > > I just discovered that CPython now uses Misc/NEWS.d/next to collect > changes an there are a lot of Misc/NEWS/*.rst files for the respective > released version. I'm investigating whether to adopt this for PyIn

Re: How does CPython build it's NEWS or changelog?

2017-09-21 Thread Skip Montanaro
> I just discovered that CPython now uses Misc/NEWS.d/next to collect > changes an there are a lot of Misc/NEWS/*.rst files for the respective > released version. I'm investigating whether to adopt this for PyInstaller. > > What is the tooling for this? Is there some do

How does CPython build it's NEWS or changelog?

2017-09-21 Thread Hartmut Goebel
Hello, I just discovered that CPython now uses Misc/NEWS.d/next to collect changes an there are a lot of Misc/NEWS/*.rst files for the respective released version. I'm investigating whether to adopt this for PyInstaller. What is the tooling for this? Is there some documentation, ma

Re: Connecting Google News

2017-07-16 Thread dieter
Javier Bezos writes: > Google News used to fail with the high level functions provided by > httplib and the like. However, I found this piece of code somewhere: > ... > A few days ago, Google News has been revamped and it doesn't work any > more (2.6/Win7, 2.7/OSX and, with

Re: Connecting Google News

2017-07-16 Thread Skip Montanaro
Peter> Most of the actual content seems to be buried in javascript though. Peeking at it, almost all of the useful content appears to be data. It doesn't seem like snipping it out and interpreting it as JSON would be terribly difficult. Perhaps no JS engine required. Skip -- https://mail.python.

Re: Connecting Google News

2017-07-16 Thread Javier Bezos
Peter, http.request("GET","/news/headlines?ned=es_mx&hl=es" , Thank you. It works, too. Javier -- https://mail.python.org/mailman/listinfo/python-list

Re: Connecting Google News

2017-07-16 Thread Javier Bezos
Chris, (Also, please upgrade your Windows box to run Python 2.7.) It's not /my/ Windows box. I'm allowed to run my script, that's all. My Windows box is actually that with 3.6. http = httplib.HTTPSConnection('news.google.com') http.reque

Re: Connecting Google News

2017-07-16 Thread Chris Warrick
On 16 July 2017 at 11:26, Javier Bezos wrote: > Google News used to fail with the high level functions provided by httplib > and the like. However, I found this piece of code somewhere: > > def gopen(): > http = httplib.HTTPSConnection('news.google.com')

Re: Connecting Google News

2017-07-16 Thread Peter Otten
Javier Bezos wrote: > Google News used to fail with the high level functions provided by httplib > and the like. However, I found this piece of code somewhere: > > def gopen(): >http = httplib.HTTPSConnection('news.google.com') > http.request(&qu

Connecting Google News

2017-07-16 Thread Javier Bezos
Google News used to fail with the high level functions provided by httplib and the like. However, I found this piece of code somewhere: def gopen(): http = httplib.HTTPSConnection('news.google.com') http.request("GET","/news?ned=es_MX"

Re: Good python news sites

2015-07-09 Thread Irmen de Jong
On 9-7-2015 11:28, Benj wrote: > Hello, > could you please recommend some python news sites: sites that post news, code > samples, good practices, new libraries... things like that, to follow daily. > > Thanks, > Benj > There's a lot of stuff appearing on t

Re: Good python news sites

2015-07-09 Thread Joel Goldstick
On Thu, Jul 9, 2015 at 5:28 AM, Benj wrote: > Hello, > could you please recommend some python news sites: sites that post news, code > samples, good practices, new libraries... things like that, to follow daily. > > Thanks, > Benj > -- > https://mail.python.org/mailman

Good python news sites

2015-07-09 Thread Benj
Hello, could you please recommend some python news sites: sites that post news, code samples, good practices, new libraries... things like that, to follow daily. Thanks, Benj -- https://mail.python.org/mailman/listinfo/python-list

Re: PSF news - BBC launches MicroBit

2015-03-16 Thread Bob Martin
L/Javascript is >> becoming popular in education because it's the easiest way put shapes and >> animation on the screen, but I don't think it's suited to an embedded >> device. >> >http://www.bbc.co.uk/news/technology-31834927 says: > >"&quo

Re: PSF news - BBC launches MicroBit

2015-03-15 Thread MRAB
onder what the other two languages are? I'd guess a C++ subset for one, like the Arduino. Not sure about the other. HTML/Javascript is becoming popular in education because it's the easiest way put shapes and animation on the screen, but I don't think it's suited to an embe

Re: PSF news - BBC launches MicroBit

2015-03-15 Thread Dave Farrance
Mark Lawrence wrote: >http://pyfound.blogspot.co.uk/2015/03/bbc-launches-microbit.html may be >of interest to some of you. "Python is one of the three languages that work with the device." That's cool, and the article says that the Raspberry Pi Foundation is involved in creating learning conte

PSF news - BBC launches MicroBit

2015-03-12 Thread Mark Lawrence
http://pyfound.blogspot.co.uk/2015/03/bbc-launches-microbit.html may be of interest to some of you. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

PythonFOSDEM 2015 - Last news

2015-01-26 Thread Stéphane Wirtel
with some pictures of the last edition http://blog.python-fosdem.org/post/109196659496/pythonfosdem-2015-last-news The schedule: http://www.python-fosdem.org/#programme https://fosdem.org/2015/schedule/track/python/ If you don't know what to do this week-end, just take a pla

Re: Standard way to generate mail/news reply?

2014-06-26 Thread Adam Funk
On 2014-06-24, Skip Montanaro wrote: > On Tue, Jun 24, 2014 at 6:46 AM, Adam Funk wrote: >> Is there some standard library or code for taking an e-mail or >> newsgroup message & generating a reply to it? > > You might try searching for "mail reply" on pypi.python.org. That will > return a number

Re: Standard way to generate mail/news reply?

2014-06-24 Thread Skip Montanaro
On Tue, Jun 24, 2014 at 6:46 AM, Adam Funk wrote: > Is there some standard library or code for taking an e-mail or > newsgroup message & generating a reply to it? You might try searching for "mail reply" on pypi.python.org. That will return a number of hits. I know the python.org replybot is ther

Standard way to generate mail/news reply?

2014-06-24 Thread Adam Funk
Is there some standard library or code for taking an e-mail or newsgroup message & generating a reply to it? (I mean things like quoting the original message, >> quoting etc. where necessary, & generating the right References & In-Reply-To headers.) I homebrewed some code for this in Perl (sorry)

NEWS FLASH: ATHEISTS DOWN AND BLEEDING AFTER THEIR FAVORITE PET THEORY GOES DOWN THE DRAIN.

2014-02-21 Thread THRINAXODON TIMES
== >BREAKING NEWS == > THRINAXODON JUST BEAT RICHARD LEAKEY 100-0 IN WORLD SCIENCE CHAMPIONSHIP. LEAKEY WAS TRYING WITH ALL HIS MIGHT TO PROVE HUMAN'S QUATERNARY ORIGINS, BUT THRINAXODON DEFEATED HIM WITH A FEW HUMAN DEVONIAN FOSSILS. > THE FOSS

[ANN] Last news from Python FOSDEM 2014

2014-01-30 Thread Stéphane Wirtel
Python @ FOSDEM 2014 Hi all, Last news about the Python devroom at FOSDEM 2014 [1] Schedule There is a last change in the schedule, "PyPy: a fast Python Virtual Machine" will replace "Web Scraping 101 in Python". Yasoob can'

[ANN] Last news from Python FOSDEM 2014

2014-01-30 Thread Stéphane Wirtel
Python @ FOSDEM 2014 Hi all, Last news about the Python devroom at FOSDEM 2014 [1] Schedule There is a last change in the schedule, "PyPy: a fast Python Virtual Machine" will replace "Web Scraping 101 in Python". Yasoob can'

Re: Python in the news

2013-12-27 Thread Larry Martell
John D. MacDonald fan? On Friday, December 27, 2013, Travis McGee wrote: > From Twitter: > > RT @cjbrummitt Python kills security guard at Sanur Hyatt, Bali (Ind). > bit.ly/1fLCWvn < bad coding has CONSEQUENCES, ppl! > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.p

Python in the news

2013-12-27 Thread Travis McGee
From Twitter: RT @cjbrummitt Python kills security guard at Sanur Hyatt, Bali (Ind). bit.ly/1fLCWvn < bad coding has CONSEQUENCES, ppl! -- https://mail.python.org/mailman/listinfo/python-list

Re: JIT compilers for Python, what is the latest news?

2013-04-06 Thread Stefan Behnel
Joshua Landau, 06.04.2013 12:27: > On 5 April 2013 03:29, John Ladasky wrote: >> I'm revisiting a project that I haven't touched in over a year. It was >> written in Python 2.6, and executed on 32-bit Ubuntu 10.10. I experienced >> a 20% performance increase when I used Psyco, because I had a >>

Re: JIT compilers for Python, what is the latest news?

2013-04-06 Thread Robert Kern
On 2013-04-05 09:39, John Ladasky wrote: On Friday, April 5, 2013 1:27:40 AM UTC-7, Chris Angelico wrote: 1) Can you optimize your algorithms? Three days of processing is... a LOT. Neural network training. Yes, it takes a long time. Still, it's not the most tedious code I run. I also do mo

Re: JIT compilers for Python, what is the latest news?

2013-04-06 Thread rusi
On Apr 5, 7:29 am, John Ladasky wrote: > I guess I can live with the 20% slower execution, but sometimes my code would > run for three solid days... Oooff! Do you know where your goal-posts are? ie if your code were redone in (top-class) C or Fortran would it go from 3 days to 2 days or 2 hours

Re: JIT compilers for Python, what is the latest news?

2013-04-06 Thread Joshua Landau
On 5 April 2013 03:29, John Ladasky wrote: > I'm revisiting a project that I haven't touched in over a year. It was > written in Python 2.6, and executed on 32-bit Ubuntu 10.10. I experienced > a 20% performance increase when I used Psyco, because I had a > computationally-intensive routine whi

Re: JIT compilers for Python, what is the latest news?

2013-04-06 Thread Joshua Landau
On 5 April 2013 19:37, Devin Jeanpierre wrote: > On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky > wrote: > > On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote: > >> Have you looked at Cython? Not quite the same, but still... > > > > I'm already using Numpy, compiled with what is supposed to

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread Ian Kelly
On Fri, Apr 5, 2013 at 12:13 PM, John Ladasky wrote: > On Friday, April 5, 2013 10:32:21 AM UTC-7, Ian wrote: > >> That doesn't seem to follow from your original post. Because Numpy is >> a C extension, its performance would not be improved by psyco at all. > > What about the fact that Numpy acco

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread Devin Jeanpierre
On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky wrote: > On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote: >> Have you looked at Cython? Not quite the same, but still... > > I'm already using Numpy, compiled with what is supposed to be a fast LAPACK. > I don't think I want to attempt to impr

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread John Ladasky
On Friday, April 5, 2013 10:32:21 AM UTC-7, Ian wrote: > That doesn't seem to follow from your original post. Because Numpy is > a C extension, its performance would not be improved by psyco at all. What about the fact that Numpy accommodates Python's dynamic typing? You can pass arrays of int

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread Ian Kelly
On Fri, Apr 5, 2013 at 2:39 AM, John Ladasky wrote: >> 2) Rewrite some key portions in C, possibly using Cython (as MRAB suggested). > > And as I replied to MRAB, my limiting code is within Numpy. I've taken care > to look for ways that I might have been using Numpy itself inefficiently (and >

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread Ian Foote
On 05/04/13 03:29, John Ladasky wrote: I'm revisiting a project that I haven't touched in over a year. It was written in Python 2.6, and executed on 32-bit Ubuntu 10.10. I experienced a 20% performance increase when I used Psyco, because I had a computationally-intensive routine which occupi

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread ptb
Have you looked into numba? I haven't checked to see if it's python 3 compatible. -- http://mail.python.org/mailman/listinfo/python-list

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread Chris Angelico
On Fri, Apr 5, 2013 at 7:39 PM, John Ladasky wrote: > On Friday, April 5, 2013 1:27:40 AM UTC-7, Chris Angelico wrote: >> 1) Can you optimize your algorithms? Three days of processing is... a LOT. > > Neural network training. Yes, it takes a long time. Still, it's not the > most tedious code I

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread John Ladasky
On Friday, April 5, 2013 1:27:40 AM UTC-7, Chris Angelico wrote: > 1) Can you optimize your algorithms? Three days of processing is... a LOT. Neural network training. Yes, it takes a long time. Still, it's not the most tedious code I run. I also do molecular-dynamics simulations with GROMACS,

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread John Ladasky
On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote: > Have you looked at Cython? Not quite the same, but still... I'm already using Numpy, compiled with what is supposed to be a fast LAPACK. I don't think I want to attempt to improve on all the work that has gone into Numpy. -- http://ma

Re: JIT compilers for Python, what is the latest news?

2013-04-05 Thread Chris Angelico
On Fri, Apr 5, 2013 at 1:29 PM, John Ladasky wrote: > I'm revisiting a project that I haven't touched in over a year. It was > written in Python 2.6, and executed on 32-bit Ubuntu 10.10. I experienced a > 20% performance increase when I used Psyco, because I had a > computationally-intensive

Re: JIT compilers for Python, what is the latest news?

2013-04-04 Thread MRAB
On 05/04/2013 03:29, John Ladasky wrote: I'm revisiting a project that I haven't touched in over a year. It was written in Python 2.6, and executed on 32-bit Ubuntu 10.10. I experienced a 20% performance increase when I used Psyco, because I had a computationally-intensive routine which occupie

JIT compilers for Python, what is the latest news?

2013-04-04 Thread John Ladasky
I'm revisiting a project that I haven't touched in over a year. It was written in Python 2.6, and executed on 32-bit Ubuntu 10.10. I experienced a 20% performance increase when I used Psyco, because I had a computationally-intensive routine which occupied most of my CPU cycles, and always rec

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Tim Roberts
Pierre O'Dee wrote: > >Guido went on to say that he's now working on a new language >called Giddy-up-and-Go which will take the worst features of C++, >Java, and French combined with elements of both PHP and Klingon >syntax. This would seem like the ideal programming language in which to implemen

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread llanitedave
On Monday, April 1, 2013 12:59:04 PM UTC-7, Tim Daneliuk wrote: > On 04/01/2013 01:32 PM, llanitedave wrote: > > > Another detail about the new language: the Btrees used in Python's > > persistent object data structures have been replaced by... > > > > > > A SHRUBBERY! > > > > > > > I belie

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Tim Daneliuk
On 04/01/2013 01:32 PM, llanitedave wrote: Another detail about the new language: the Btrees used in Python's persistent object data structures have been replaced by... A SHRUBBERY! I believe you mean "A 'oly shrubbery", do you not? -- ---

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Tim Daneliuk
On 04/01/2013 10:30 AM, Pierre O'Dee wrote: PSF [Beaverton, OR] 1 April 2013 -- At a news conference held Amazing that this should show up when it did. Just today, we had Board Meeting at the intergalactic HQ of TundraWare Inc. and finally decided to move forward with this project

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread llanitedave
Another detail about the new language: the Btrees used in Python's persistent object data structures have been replaced by... A SHRUBBERY! -- http://mail.python.org/mailman/listinfo/python-list

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread John Ladasky
He said that this new endeavor should put the work and > frustration back into programming "[where] it ought to be." In other news, the famed University of Milan computer science professor Aprille Pazzo announced that she would be joining the Giddy-up-and-Go development team. -- http

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Steve Simmons
e the new character >> encoding. >> >> --Pierre O'Dee, self-appointed spokesman for the PSF >> > >This is excellent news, no unicode means no chance of any performance >regressions whilst implementing stupid things like memory savings and >correctness.

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Ethan Furman
On 04/01/2013 10:21 AM, Emanuel Woiski wrote: On 2013-04-01, Pierre O'Dee wrote: Guido went on to say that he's now working on a new language called Giddy-up-and-Go which will take the worst features of C++, Java, and French combined with elements of both PHP and Klingon syntax. [...] We are all

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Mark Lawrence
On 01/04/2013 16:30, Pierre O'Dee wrote: Some features have already been hinted at for the new language. No Unicode -- BAUDOT is expected to be the new character encoding. --Pierre O'Dee, self-appointed spokesman for the PSF This is excellent news, no unicode means no cha

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Emanuel Woiski
On 2013-04-01, Pierre O'Dee wrote: Guido went on to say that he's now working on a new language called Giddy-up-and-Go which will take the worst features of C++, Java, and French combined with elements of both PHP and Klingon syntax. [...] We are all eagerly waitin' for the new GuG (or GuGO?) lang

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Chris Angelico
On Tue, Apr 2, 2013 at 3:18 AM, Grant Edwards wrote: > On 2013-04-01, Pierre O'Dee wrote: > > [...] > > It took me an embarassingly long time to 'get' Mr. O'Dee's name. I only just did now, after you pointed it out. Must be an accent thing, that's not really how I pronounce the word. ChrisA --

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Grant Edwards
On 2013-04-01, Pierre O'Dee wrote: [...] It took me an embarassingly long time to 'get' Mr. O'Dee's name. -- Grant Edwards grant.b.edwardsYow! I put aside my copy at of "BOWLING WORLD" and gmail

Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Chris Angelico
On Tue, Apr 2, 2013 at 2:30 AM, Pierre O'Dee wrote: > One insider > shared unconfirmed rumors that Mr. Johnson will be attempting to > revive and steer the now defunct Python language It's about time his untiring contributions to this list and the language were recognized. I fully support this m

PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language.

2013-04-01 Thread Pierre O'Dee
PSF [Beaverton, OR] 1 April 2013 -- At a news conference held earlier today, Guido van Rossum announced that he is quitting Python to develop a new language. "Python just makes programming too damn easy and too bug-free," Guido said as part of his remarks in a brief, prepared statement

Re: [Python-Dev] experimental: Misc/NEWS included in docs

2012-09-30 Thread Chris Jerdonek
On Sun, Sep 30, 2012 at 6:17 AM, Georg Brandl wrote: > at http://docs.python.org/3.3/whatsnew/news.html, there is now > a rendering of Misc/NEWS with tracker links and a crude filtering > capability. I thought that this will complement the "whatsnew" > documents nicely

Re: Python-URL! - weekly Python news and links (Mar 31)

2012-04-03 Thread Colin J. Williams
port PSF is with a donation. http://www.python.org/psf/donations/ Keep up with the PSF at "Python Software Foundation News": http://pyfound.blogspot.com The Python Papers aims to publish "the efforts of Python enthusiasts": http://p

Re: Python-URL! - weekly Python news and links (Mar 31)

2012-04-02 Thread Ben Finney
Cameron Laird writes: > I pine for the fjords. > > And it's time to bring "Python-URL!" to a close. "Python-URL!", which > Jean-Claude Wippler and I appear to have launched in 1998, has reached > the end of its utility. Emile van Sebille writes: > On 3/31/2012 8:38 AM Cameron Laird said... >

Re: Python-URL! - weekly Python news and links (Mar 31)

2012-04-02 Thread python
Thanks for all your hard work - I learned a lot by visiting the links you guys gathered over the years. Best regards, Malcolm -- http://mail.python.org/mailman/listinfo/python-list

Re: Python-URL! - weekly Python news and links (Mar 31)

2012-04-02 Thread Emile van Sebille
On 3/31/2012 8:38 AM Cameron Laird said... And it's time to bring "Python-URL!" to a close. Three cheers for your efforts over the years keeping this going. Many heartfelt thanks, Emile -- http://mail.python.org/mailman/listinfo/python-list

Re: Python-URL! - weekly Python news and links (Mar 31)

2012-04-02 Thread nn
has replaced the Python >     Consortium as an independent nexus of activity.  It has official >     responsibility for Python's development and maintenance. >        http://www.python.org/psf/ >     Among the ways you can support PSF is with a donation. >        http://www.python.org/

Python-URL! - weekly Python news and links (Mar 31)

2012-04-02 Thread Cameron Laird
undation (PSF) has replaced the Python Consortium as an independent nexus of activity. It has official responsibility for Python's development and maintenance. http://www.python.org/psf/ Among the ways you can support PSF is with a donation. http://ww

Python-URL! - weekly Python news and links (Mar 31)

2012-04-02 Thread Cameron Laird
undation (PSF) has replaced the Python Consortium as an independent nexus of activity. It has official responsibility for Python's development and maintenance. http://www.python.org/psf/ Among the ways you can support PSF is with a donation. http://ww

Python-URL! - weekly Python news and links (Aug 25)

2011-08-25 Thread Cameron Laird
f/ Among the ways you can support PSF is with a donation. http://www.python.org/psf/donations/ Keep up with the PSF at "Python Software Foundation News": http://pyfound.blogspot.com The Python Papers aims to publish "the efforts of Python enthusiasts":

Python-URL! - weekly Python news and links (Aug 10)

2011-08-10 Thread Cameron Laird
nations/ Keep up with the PSF at "Python Software Foundation News": http://pyfound.blogspot.com The Python Papers aims to publish "the efforts of Python enthusiasts": http://pythonpapers.org/ Doug Hellman's "Module of the week

Python-URL! - weekly Python news and links (Aug 10)

2011-08-10 Thread Cameron Laird
nations/ Keep up with the PSF at "Python Software Foundation News": http://pyfound.blogspot.com The Python Papers aims to publish "the efforts of Python enthusiasts": http://pythonpapers.org/ Doug Hellman's "Module of the week

Python-URL! - weekly Python news and links (Jun 14)

2011-06-14 Thread Cameron Laird
sions 2.7.2 and 3.1.4 (final) have been released! http://www.python.org/news/ Formatting numbers with dynamic width and padding: http://groups.google.com/group/comp.lang.python/t/52810ad96a5e759b/ How good is security via hashing? http://groups.google.com/group/com

Python-URL! - weekly Python news and links (Jun 7)

2011-06-07 Thread Cameron Laird
nance releases (including security fixes): 2.5.6 and 2.6.7 and two pre-final ones: 2.7.2rc1 and 3.1.4rc1: http://www.python.org/news/ How compatible are 2.x vs. 3.x? and what does "compatible" mean exactly? Is it something like "American English" vs. "British E

Python-URL! - weekly Python news and links (May 26)

2011-05-26 Thread Cameron Laird
can support PSF is with a donation. http://www.python.org/psf/donations/ Keep up with the PSF at "Python Software Foundation News": http://pyfound.blogspot.com The Python Papers aims to publish "the efforts of Python enthusiasts": http://pythonpapers.org/ D

Python-URL! - weekly Python news and links (May 18)

2011-05-18 Thread Cameron Laird
dependent nexus of activity. It has official responsibility for Python's development and maintenance. http://www.python.org/psf/ Among the ways you can support PSF is with a donation. http://www.python.org/psf/donations/ Keep up with the PSF at "Python Software Foundation N

Python-URL! - weekly Python news and links (May 10)

2011-05-10 Thread Cameron Laird
intenance. http://www.python.org/psf/ Among the ways you can support PSF is with a donation. http://www.python.org/psf/donations/ Keep up with the PSF at "Python Software Foundation News": http://pyfound.blogspot.com The Python Papers aims to publish "t

Python-URL! - weekly Python news and links (Apr 21)

2011-04-21 Thread Cameron Laird
dent nexus of activity. It has official responsibility for Python's development and maintenance. http://www.python.org/psf/ Among the ways you can support PSF is with a donation. http://www.python.org/psf/donations/ Keep up with the PSF at "Python Software Fo

Python-URL! - weekly Python news and links (Apr 9)

2011-04-09 Thread Cameron Laird
Among the ways you can support PSF is with a donation. http://www.python.org/psf/donations/ Keep up with the PSF at "Python Software Foundation News": http://pyfound.blogspot.com The Python Papers aims to publish "the efforts of Python enthusiasts":

  1   2   3   4   5   6   7   8   >