Hello,
Thanks for this beautiful link. This is amazing.
Thanks,
Arup Rakshit
a...@zeit.io
> On 13-Mar-2019, at 12:11 AM, DL Neil wrote:
>
> Arup,
>
>
> On 13/03/19 3:38 AM, Arup Rakshit wrote:
>> I have questions how nonlocal and global affecting the variable assignment.
>> Also how ea
Python 3.7.3rc1 is now available for testing. 3.7.3rc1 is the release
preview of the next maintenance release of Python 3.7, the latest
feature release of Python. Assuming no critical problems are found
prior to 2019-03-25, no code changes are planned between now and the
final release. This release
On Tue, Mar 12, 2019 at 6:55 PM Jakub Bista wrote:
>
> Hello. I want to do 3D visualization in Python. Which framework do you
> recommend me for creating such a Interface?
https://plot.ly/python/
--
https://mail.python.org/mailman/listinfo/python-list
Hello. I want to do 3D visualization in Python. Which framework do you
recommend me for creating such a Interface?
--
https://mail.python.org/mailman/listinfo/python-list
Arup,
On 13/03/19 3:38 AM, Arup Rakshit wrote:
I have questions how nonlocal and global affecting the variable assignment.
Also how each print statement looking up the values for the spam variable. This
scope thing in python is very confusing too me still. Can anyone help me to
understand th
Re: " My understanding (so far) is that the tradeoff of using multiprocessing
is that my manager script can not exit until all the work processes it starts
finish. If one of the worker scripts locks up, this could be problematic. Is
there a way to use multiprocessing where processes are launched
On Tue, 12 Mar 2019 at 14:54, Malcolm Greene wrote:
>
> Looking for best practice technique for converting Windows style paths to
> Linux paths. Is there an os function or pathlib method that I'm missing or is
> it some combination of replacing Windows path separators with Linux path
> separato
On Tue, Mar 12, 2019, Malcolm Greene wrote:
>Looking for best practice technique for converting Windows style paths to
>Linux paths. Is there an os function or pathlib method that I'm missing or
>is it some combination of replacing Windows path separators with Linux path
>separators plus some othe
On 12/03/2019 15.51, Malcolm Greene wrote:
> Looking for best practice technique for converting Windows style paths to
> Linux paths. Is there an os function or pathlib method that I'm missing or is
> it some combination of replacing Windows path separators with Linux path
> separators plus some
On Wed, Mar 13, 2019 at 2:01 AM Malcolm Greene wrote:
>
> Use case: I have a Python manager script that monitors several conditions
> (not just time based schedules) that needs to launch Python worker scripts to
> respond to the conditions it detects. Several of these worker scripts may end
> u
Use case: I have a Python manager script that monitors several conditions (not
just time based schedules) that needs to launch Python worker scripts to
respond to the conditions it detects. Several of these worker scripts may end
up running in parallel. There are no dependencies between individu
Goodday to all Members
I need help with an installation problem. The background is as follows:
I used PyScripter and Python 3.7 for learning python. I am taking a course
on Edx "introduction to data science" and one of the requirements is that
you install Anaconda. I have had bad experiences with a
On 03/11/2019 01:00 PM, Abdur-Rahmaan Janhangeer wrote:
> the problem was that i was reviewing the code, since everything worked (no
> errors but wrong output for sure) it took sometimes to find that var. it
> was like someone telling me there is fish in that lake and i was throwing
> my line tryin
Looking for best practice technique for converting Windows style paths to Linux
paths. Is there an os function or pathlib method that I'm missing or is it some
combination of replacing Windows path separators with Linux path separators
plus some other platform specific logic?
Thank you,
Malcolm
On 2019-03-12, Arup Rakshit wrote:
> I have questions how nonlocal and global affecting the variable
> assignment. Also how each print statement looking up the values for
> the spam variable. This scope thing in python is very confusing too
> me still. Can anyone help me to understand this code w
I have questions how nonlocal and global affecting the variable assignment.
Also how each print statement looking up the values for the spam variable. This
scope thing in python is very confusing too me still. Can anyone help me to
understand this code w.r.t to scope in Python?
def scope_test()
On Wed, Mar 13, 2019 at 12:16 AM wrote:
>
> On Saturday, March 9, 2019 at 12:53:35 AM UTC-5, Terry Reedy wrote:
> > On 3/8/2019 1:13 PM, Steve wrote:
> > > How can I cause a system beep using code?
> >
> > >>> import winsound as ws
> > >>> ws.Beep(500, 1000)
> >
> > and
> >
> > >>> from tkinter
Saba Kauser wrote:
> Hello,
>
> I have a post install class that looks like this:
> if('darwin' in sys.platform):
> class PostInstall(install):
> """ Post installation - run install_name_tool on Darwin """
> def run(self):
> clipath = os.getenv('IBM_DB_HOME', '@loa
On Saturday, March 9, 2019 at 12:53:35 AM UTC-5, Terry Reedy wrote:
> On 3/8/2019 1:13 PM, Steve wrote:
> > How can I cause a system beep using code?
>
> >>> import winsound as ws
> >>> ws.Beep(500, 1000)
>
> and
>
> >>> from tkinter import Tk
> >>> root = Tk()
> >>> root.bell()
>
> work f
[[Replacing snipped context:]]
> = Abdur-Rahmaan, no indent is me.
On 12/03/2019 11:32, Abdur-Rahmaan Janhangeer wrote:
> no i mean
>
> # *-* use strict *-*
Ugh.
> program
> typovar = x # line y
>
> ...
>
>
> Traceback:
> on the fly var at line y
Yes, but how is the program supposed
On 12/03/2019 11:41, Abdur-Rahmaan Janhangeer wrote:
i also proposed
# -*- explicit -*-
To expand on my previous "ugh", I don't like hiding major run-time
changes in cryptic comments. Behaviour like this should be very
explicit in the way that a comment isn't, and shouldn't be so easily the
Hello,
I have a post install class that looks like this:
if('darwin' in sys.platform):
class PostInstall(install):
""" Post installation - run install_name_tool on Darwin """
def run(self):
clipath = os.getenv('IBM_DB_HOME', '@loader_path/clidriver')
pri
ok, writing a pep-like document to explain all at once. sorry for
eyes-hurting and brain-hunting.
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
--
https://mail.python.org/mailman/listinfo/python-list
On Tue, Mar 12, 2019 at 11:18 PM Abdur-Rahmaan Janhangeer
wrote:
>
> excuses.
>
> have you used Js? well a bit like that in py.
Yes, I have used JS, and in fact it's a critical part of my day job.
But JS has a big difference in that you *declare* variables. As Rhodri
says, asking for mandatory va
excuses.
have you used Js? well a bit like that in py.
not necessarily unused as currently as it is, you can use the real one many
times, the typo one many times. it's not an error but it's not what you
expect. a linter basically parses the text, proposing to catch that without
linter.
the root
On Tue, Mar 12, 2019 at 11:02 PM Abdur-Rahmaan Janhangeer
wrote:
>
> by keeping a list /a record of those variables beforehand and knowing that no
> new assignments in loops or such blocks of code.
>
Please, quote posts with proper context. Your posts are all
context-free, which is great for a g
by keeping a list /a record of those variables beforehand and knowing that
no new assignments in loops or such blocks of code.
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
--
https://mail.python.org/mailman/listinfo/python-list
by some special symbols before the variable name
like
_that
some code:
_tht
^
Traceback:
...
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
--
https://mail.python.org/mailman/listinfo/python-list
On Tue, Mar 12, 2019 at 10:58 PM Abdur-Rahmaan Janhangeer
wrote:
>
> by some special symbols before the variable name
>
> like
>
> _that
>
> some code:
> _tht
>
I don't understand. How is Python to know that "_that" is correct but
"_tht" is not?
ChrisA
--
https://mail.python.org/mailman/li
On Tue, Mar 12, 2019 at 10:43 PM Abdur-Rahmaan Janhangeer
wrote:
>
> no just the var you want to track maybe
>
> _var
>
> or something like that, i want to solve that problem and this is just a
> proposal
>
How do you specify which variables should be tracked? What defines
this? Be completely cle
i also proposed
# -*- explicit -*-
above
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
--
https://mail.python.org/mailman/listinfo/python-list
no just the var you want to track maybe
_var
or something like that, i want to solve that problem and this is just a
proposal
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
--
https://mail.python.org/mailman/listinfo/python-list
On 12/03/2019 11:32, Abdur-Rahmaan Janhangeer wrote:
no i mean
# *-* use strict *-*
Ugh.
program
typovar = x # line y
...
Traceback:
on the fly var at line y
Yes, but how is the program supposed to know that typovar is a typo?
Are you proposing mandatory declarations for al
no i mean
# *-* use strict *-*
program
typovar = x # line y
...
Traceback:
on the fly var at line y
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
--
https://mail.python.org/mailman/listinfo/python-list
On 11/03/2019 19:08, Abdur-Rahmaan Janhangeer wrote:
proposing a special python syntax for it, like if flag set, it halts
execution. not relying on external tools like linters.
Do you mean on the command line, like "python --lint-me-baby myprog.py"?
I could live with that, though I'd hate to
On Tuesday, March 12, 2019 at 2:53:49 PM UTC+5:30, Peter Otten wrote:
> dimplemathew...@gmail.com wrote:
>
> >> Save the image to a file (in binary mode!) and then try to open it with
> >> an image viewer. The data may be corrupted.
> >
> > When i tried doing that it says Invalid Image...
>
> So
dimplemathew...@gmail.com wrote:
>> Save the image to a file (in binary mode!) and then try to open it with
>> an image viewer. The data may be corrupted.
>
> When i tried doing that it says Invalid Image...
So it looks like the problem occurs somewhere before you are decoding the
image with th
On Tuesday, March 12, 2019 at 2:09:06 PM UTC+5:30, Peter Otten wrote:
> dimplemathew...@gmail.com wrote:
>
> > On Monday, March 11, 2019 at 4:32:48 PM UTC+5:30, Peter Otten wrote:
> >> dimplemathew...@gmail.com wrote:
> >>
> >> > Hi i have a similar challenge where i need to store the thumbnailPh
dimplemathew...@gmail.com wrote:
> On Monday, March 11, 2019 at 4:32:48 PM UTC+5:30, Peter Otten wrote:
>> dimplemathew...@gmail.com wrote:
>>
>> > Hi i have a similar challenge where i need to store the thumbnailPhoto
>> > attribute to my local db and display the image every-time user logs in.
>
39 matches
Mail list logo