Re: Package not visible/available on pypi

2017-08-13 Thread dieter
Kryptxy via Python-list writes: > I had recently uploaded a package on pypi. For some reason, I removed the > package, and committed a BIG mistake along the way. > I clicked the DELETE PACKAGE [Warning about NEVER TO CLICK THAT BUTTON] > (silly me!) > Now, after re-uploading the package, its no

Re: Need python script to get last 6 month's monthly billing

2017-08-13 Thread dieter
sandeep.gk...@gmail.com writes: > I would like to create AWS monthly billing graph using python and python > flask.so for this i need python script using that i have to get last 6 > month's monthly bill in AWS. > for this, i have created one virtual environment in my local machine. for > exampll

Re: Proposed new syntax

2017-08-13 Thread Rustom Mody
On Monday, August 14, 2017 at 4:26:06 AM UTC+5:30, Gregory Ewing wrote: > Steve D'Aprano wrote: > > > Python's comprehensions are inspired by Haskell's, but we made different > > choices > > than they did: we make the fact that a comprehension is a loop over values > > explicit, rather than impli

ActiveState recipes now on github

2017-08-13 Thread breamoreboy
FYI - please see https://www.activestate.com/blog/2017/08/code-recipes-now-github-5000-recipes-python-perl-ruby-and-more Kindest regards. Mark Lawrence. -- https://mail.python.org/mailman/listinfo/python-list

Re: data ecosystem

2017-08-13 Thread Rustom Mody
On Sunday, August 13, 2017 at 6:04:42 AM UTC+5:30, Man with No Name wrote: > So > > I've an idea to make use of python's unique environment (>>>) to form a > peer-to-peer object-sharing ecosystem. > > Just pie-in-the-sky brainstorming... > > When a programmer (or object-user) starts up the

Re: Proposed new syntax

2017-08-13 Thread Steve D'Aprano
On Mon, 14 Aug 2017 08:55 am, Gregory Ewing wrote: > Steve D'Aprano wrote: > >> Python's comprehensions are inspired by Haskell's, but we made different >> choices than they did: we make the fact that a comprehension is a loop over >> values explicit, rather than implicit, and we use words instea

Re: data ecosystem

2017-08-13 Thread Chris Angelico
On Mon, Aug 14, 2017 at 10:42 AM, Steve D'Aprano wrote: > On Mon, 14 Aug 2017 07:39 am, Man with No Name wrote: I've no idea who you're responding to. Those posts aren't coming through at my end. ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: data ecosystem

2017-08-13 Thread Steve D'Aprano
On Mon, 14 Aug 2017 07:39 am, Man with No Name wrote: >> Pretty much any programming language *could* have an interactive interpreter, >> if somebody spent the effort to build one. > > Are you sure? Yes. >> The thing about re-useable software components is that it turns out that most >> of the

Re: Proposed new syntax

2017-08-13 Thread Gregory Ewing
Steve D'Aprano wrote: Python's comprehensions are inspired by Haskell's, but we made different choices than they did: we make the fact that a comprehension is a loop over values explicit, rather than implicit, and we use words instead of cryptic symbols. The presence of the word "for" in the c

Re: Proposed new syntax

2017-08-13 Thread Tim Chase
On 2017-08-14 00:36, Steve D'Aprano wrote: > Python's comprehensions are inspired by Haskell's, but we made > different choices than they did: we make the fact that a > comprehension is a loop over values explicit, rather than implicit, > and we use words instead of cryptic symbols. I keep wanting

Re: Recent Spam problem

2017-08-13 Thread Grant Edwards
On 2017-08-13, J. Clarke wrote: > In article , > skybuck2...@hotmail.com says... >> >> I see two solutions: > It would be really nice if someone could convince radical Islam that > spammers are offensive to Mohammed. After a few of them got hunted down > and blown up, the rest might take the

Re: Proposed new syntax

2017-08-13 Thread Steve D'Aprano
On Sat, 12 Aug 2017 01:02 am, Ian Kelly wrote: > On Thu, Aug 10, 2017 at 11:45 PM, Steve D'Aprano > wrote: >> Comprehension syntax makes the sequential loop explicit: the loop is right >> there in the syntax: >> >> [expr for x in iterable] > > This is a peculiarity of Python. Yes? We're talki

Re: wrote a commodore-64 emulator using just Python

2017-08-13 Thread Larry Martell
On Sun, Aug 13, 2017 at 9:50 AM, Irmen de Jong wrote: > Hi, > > As another experiment with using just tkinter for graphics, this time I > created a > Commodore-64 emulator. You can find it here https://github.com/irmen/pyc64 > You only need the pillow library to be able to run this. I guess most

Re: wrote a commodore-64 emulator using just Python

2017-08-13 Thread Larry Martell
On Sun, Aug 13, 2017 at 9:50 AM, Irmen de Jong wrote: > Hi, > > As another experiment with using just tkinter for graphics, this time I > created a > Commodore-64 emulator. You can find it here https://github.com/irmen/pyc64 > You only need the pillow library to be able to run this. I guess most

wrote a commodore-64 emulator using just Python

2017-08-13 Thread Irmen de Jong
Hi, As another experiment with using just tkinter for graphics, this time I created a Commodore-64 emulator. You can find it here https://github.com/irmen/pyc64 You only need the pillow library to be able to run this. I guess most people have that one already anyway. It works pretty well :) (

Re: data ecosystem

2017-08-13 Thread Steve D'Aprano
On Sun, 13 Aug 2017 10:34 am, Man with No Name wrote: > So > > I've an idea to make use of python's unique environment (>>>) to form a > peer-to-peer object-sharing ecosystem. Sounds perfectly awful. By the way, Python's interactive interpreter (>>>) is hardly unique. Just off the top of my

Re: Proposed new syntax

2017-08-13 Thread Marko Rauhamaa
Glenn Linderman : > I really don't think that "comprehension" in English, in the manner > used for Python set manipulation, is equivalent at all to the English > word "understand". Correct. However, the two meanings of "comprehension" have a common etymological ancestor. The literal meaning in La