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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 :) (
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
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
17 matches
Mail list logo