Re: Python (windows)packet sniffer ARP

2014-01-31 Thread Mark Betz
On Friday, January 31, 2014 2:10:28 AM UTC-5, Ralle wrote: > Hello > > > > I am wondering if it possible to create a packet sniffer in windows using > python that only sniffs for ARP packets. A couple of links to get you started: http://www.winpcap.org/ http://code.google.com/p/winpcapy/ --

__init__ is the initialiser

2014-01-31 Thread Mark Lawrence
the above be changed to clearly reflect that we have an initialiser here and that __new__ is the constructor? -- 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

Re: __init__ is the initialiser

2014-01-31 Thread Mark Lawrence
On 31/01/2014 19:52, Ned Batchelder wrote: On 1/31/14 2:33 PM, Mark Lawrence wrote: From http://docs.python.org/3/reference/datamodel.html#object.__init__ which states:- " Called when the instance is created. The arguments are those passed to the class constructor expression. If a base

Re: scipy error invalid path

2014-01-31 Thread Mark Lawrence
rectory name. How to solve please? This is a warning and not an error so I'd assume that scipy has been successfully installed. Have you checked this? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.py

Re: __init__ is the initialiser

2014-01-31 Thread Mark Lawrence
it__(...) x.__init__(...) initializes x; see help(type(x)) for signature -- 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

Re: piping with subprocess

2014-02-01 Thread Mark Lawrence
oesn't work post the code you wrote along with the error messages. Would you please read and action this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing the double line spacing above, thanks. -- 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

Re: __init__ is the initialiser

2014-02-01 Thread Mark Lawrence
ngle __new__ and get your code to work. -- 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

Re: piping with subprocess

2014-02-01 Thread Mark Lawrence
uage can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Finding size of Variable

2014-02-05 Thread Mark Lawrence
can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: [OT] Usage of U+00B6 PILCROW SIGN

2014-02-05 Thread Mark Lawrence
you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: parse a csv file into a text file

2014-02-05 Thread Mark Lawrence
ou up otherwise. I learned this the hard way several years into my Python career. :-) +1 -- 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

Re: parse a csv file into a text file

2014-02-06 Thread Mark Lawrence
the csv module using any Python version. Where does it state that you must do this? -- 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

Re: Logging from a multiprocess application

2014-02-06 Thread Mark Betz
On Thursday, February 6, 2014 1:24:17 PM UTC-5, Joseph L. Casale wrote: > I have a module that has one operation that benefits greatly from being > multiprocessed. > Its a console based module and as such I have a stream handler and filter > associated to > the console, obviously the mp based ins

Re: Possible bug with stability of mimetypes.guess_* function output

2014-02-07 Thread Mark Lawrence
imary interface for this module. If the module has not been initialized, they will call init() if they rely on the information init() sets up." Draw your own conclusions :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

Re: Python 2.7.6 help with white spaces?

2014-02-07 Thread Mark Lawrence
quot;.format(minutes,seconds)) :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.

Re: Python 2.7.6 help with white spaces?

2014-02-07 Thread Mark Lawrence
On 07/02/2014 21:45, Asaf Las wrote: On Friday, February 7, 2014 11:11:37 PM UTC+2, Mark Lawrence wrote: Fancy wasting two whole characters when this will suffice print("{}:{}".format(minutes,seconds)) :) Mark Lawrence H, got error: File "", line 1

Re: Finding size of Variable

2014-02-08 Thread Mark Lawrence
not a trade-off that the core developers have chosen to make, and I agree with them. This is a C +1 to save memory when compared against this Python +1 :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email i

Re: What is the most pythonic way to build up large strings?

2014-02-08 Thread Mark Lawrence
can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

Re: ur'foo' syntax under Python 3

2014-02-08 Thread Mark Lawrence
syntax is not supported." -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

Re: What are the kinds of software that are not advisable to be developed using Python?

2014-02-09 Thread Mark Lawrence
egers which play a roll with interfacing with hardware. Or, pure software, interfacing with the unicode transformation units! jmf You missed this :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is

Re: Help!

2014-02-09 Thread Mark Lawrence
do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

Re: imperative mood in docstrings

2014-02-09 Thread Mark Lawrence
quot;, "returns that"). what's the logic behind this recommendation? bagratte I can't really answer your question as I don't understand why docstrings should get moody, or did you mean mode? :) -- My fellow Pythonistas, ask not what our language can do for you, ask wha

Re: Google Cloud Platform and GlassSolver Project

2014-02-10 Thread Mark Lawrence
do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Pylint across Python versions

2014-02-10 Thread Mark Lawrence
13eb13e, Jan 5 2014, 16:23:43) [MSC v.1600 32 bit (Intel)]' >>> sys.version.startswith('3.') True >>> -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses a

Re: Finding size of Variable

2014-02-10 Thread Mark Lawrence
27;)) and here bytes type ('a' * 1) type(('a' * 100 + 'oe' + '\U0001').encode('utf-8')) Why? Please don't feed this particular troll, he's spent 18 months driving us nuts with his nonsense. -- My fellow Pythonist

Re: PyWart: More surpises via "implict conversion to boolean" (and other steaming piles!)

2014-02-10 Thread Mark Lawrence
ly the unittest module, were to be used to catch this programming error. All of your preferences can be met by raising an issue on the bug tracker and providing a patch that changes code, docs and test suites as appropriate. Simples :) -- My fellow Pythonistas, ask not what our language can do for yo

Re: Error getting while running python function

2014-02-11 Thread Mark Lawrence
this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing the double line spacing above, thanks. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! An

pip3.x error using LIST instead of list

2014-02-11 Thread Mark Lawrence
line 156, in parseopts cmd_args.remove(args_else[0].lower()) ValueError: list.remove(x): x not in list Is this a known problem, should I raise a bug against pip, what is the best course of action? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do

Re: pip3.x error using LIST instead of list

2014-02-11 Thread Mark Lawrence
is as well? :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

Re: New to Py 3.3.3 having prob. with large integer div. float.

2014-02-11 Thread Mark Lawrence
I've snipped as there's so much of it, thanks. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast

Re: Finding size of Variable

2014-02-11 Thread Mark Lawrence
eves, and at the same time still quite deliberately use gg to post it with double line spacing. If you lack the courtesy to stop the former, please have the courtesy to stop the latter. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language.

Re: Flag control variable

2014-02-11 Thread Mark Lawrence
what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Flag control variable

2014-02-11 Thread Mark Lawrence
and action this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing the double line spacing which I've AGAIN snipped, thanks. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free

Re: Python programming

2014-02-11 Thread Mark Lawrence
, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com -- https://mail.python.org/mailman/listinfo/python-list

Re: Returning a result from 3 items in a list

2015-11-25 Thread Mark Lawrence
language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Late-binding of function defaults (was Re: What is a function parameter =[] for?)

2015-11-25 Thread Mark Lawrence
to con this list in years. I must offer my congratulations. -- 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

Re: Late-binding of function defaults (was Re: What is a function parameter =[] for?)

2015-11-25 Thread Mark Lawrence
ents as they are put far more eloquently and diplomatically than I would ever manage. -- 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

Re: Late-binding of function defaults (was Re: What is a function parameter =[] for?)

2015-11-26 Thread Mark Lawrence
at is, for all i1, i2, if hash(i1) != hash(i2), then i1 != i2" Aren't search engines just wonderful :) -- 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

Re: read 4D binary data

2015-11-26 Thread Mark Lawrence
ture lists https://docs.python.org/3/library/stdtypes.html#lists and dicts https://docs.python.org/3/library/stdtypes.html#mapping-types-dict are always the first port of call. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark L

Re: Object identity has no necessary connection to memory location

2015-11-26 Thread Mark Lawrence
at our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

activestate recipe for code to source and back fails on 3.3+, core Python bug?

2015-12-01 Thread Mark Lawrence
I've no idea what against, if no what have I overlooked? -- 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

Re: Installation Problem

2015-12-02 Thread Mark Lawrence
;python installation problem" just in case you're not the first person to have this issue. -- 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

Re: static variables

2015-12-02 Thread Mark Lawrence
in the same way. Then going on to complain about non constructive comments seems a bit disingenous. Would the pair of you, Antoon and Steven, be kind enough to take your bickering offline, thanks. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our

Re: static variables

2015-12-02 Thread Mark Lawrence
On 02/12/2015 14:07, Antoon Pardon wrote: Op 02-12-15 om 14:48 schreef Mark Lawrence: Would the pair of you, Antoon and Steven, be kind enough to take your bickering offline, thanks. Mark, you are in no position to make such a request of others. I am, I'm sat perfectly comfortably

Re: Installation Problem

2015-12-02 Thread Mark Lawrence
On 02/12/2015 13:59, Laura Creighton wrote: In a message of Wed, 02 Dec 2015 13:30:38 +, Mark Lawrence writes: 0) before asking search for "python installation problem" just in case you're not the first person to have this issue. That is not a good idea, there are so many

Re: filter a list of strings

2015-12-03 Thread Mark Lawrence
target in targets: if target in item: list.remove(item) btw: Is it correct to iterate over a copy (list[:]) of that string list and not the original one? Absolutely :) -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

Re: Are there any plans to support nCurses 6.0 with Python?

2015-12-03 Thread Mark Lawrence
fied to say. -- 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

Re: 'string.join' is wrong in my Python console

2015-12-03 Thread Mark Lawrence
tml#why-is-join-a-string-method-instead-of-a-list-or-tuple-method the reference to the string module function has been completely removed. -- 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

Re: Question about split method

2015-12-05 Thread Mark Lawrence
is: help(''.split) as this saves you reaching for the shift key :) -- 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

Re: Unicode failure

2015-12-06 Thread Mark Lawrence
On 06/12/2015 09:06, Dave Farrance wrote: "D'Arcy J.M. Cain" wrote: ... utf-8 Traceback (most recent call last): File "./g", line 5, in print(u"\N{TRADE MARK SIGN}") UnicodeEncodeError: 'ascii' codec can't encode character '\u2122

Re: Accessing container's methods

2015-12-08 Thread Mark Lawrence
On 08/12/2015 19:02, Thomas 'PointedEars' Lahn wrote: Erik wrote: Please fix, Erik #75656. Please fix what? -- 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

Re: Getting data out of Mozilla Thunderbird with Python?

2015-12-08 Thread Mark Lawrence
On 08/12/2015 18:42, Thomas 'PointedEars' Lahn wrote: Anthony Papillion wrote: -BEGIN PGP SIGNED MESSAGE- Please don’t do that again. Says who? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence

Re: Accessing container's methods

2015-12-08 Thread Mark Lawrence
On 08/12/2015 22:52, Thomas 'PointedEars' Lahn wrote: Mark Lawrence wrote: On 08/12/2015 19:02, Thomas 'PointedEars' Lahn wrote: Erik wrote: Please fix, Erik #75656. Please fix what? You are not ready for the answer yet. I'll be all pointed ears when you a

Re: Python variable assigning problems...

2015-12-09 Thread Mark Lawrence
thing to do with installing 3.5 on Windows asked and answered roughly one trillion times. -- 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

Re: How to connect the MYSQL database to Python program?

2015-12-09 Thread Mark Lawrence
alternative is to write a cheque for (say) GBP 1000 payable to the Python Software Foundation and if you're lucky somebody will do your homework for 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.pytho

Re: python script for dwonload free anything?

2015-12-11 Thread Mark Lawrence
s, 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

Re: python 351x64

2015-12-11 Thread Mark Lawrence
t; Want to learn more about VMware vCloud Air? Go to http://vcloud.vmware.com/tutorials [vCloudAir] Patches are always welcome. How much did you pay for this shoddy software? -- 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

Re: python 351x64

2015-12-11 Thread Mark Lawrence
ware, as I believe has been hinted at by other well respected members of this list? -- 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

Re: 2to3 translation problem

2015-12-12 Thread Mark Lawrence
me under 2.7 at some point, repeat the process for 3.4. I've no idea how you'd do that on Debian Jessie but on Windows it'd be "pip3.4 install pygame". -- 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

Re: 2to3 translation problem

2015-12-12 Thread Mark Lawrence
On 12/12/2015 16:31, Tony van der Hoff wrote: On 12/12/15 15:09, Mark Lawrence wrote: On 12/12/2015 14:42, Tony van der Hoff wrote: Debian Jessie, python 2.7; python 3.4 I have an application, using pygame for graphics, that works fine under python2.7. I have run it through 2to3, but when

Re: Why is break allowed in finally, but continue is not?

2015-12-14 Thread Mark Lawrence
ible. --Ned. Part of the rumour mill http://www.gossamer-threads.com/lists/python/dev/484210? This was referenced from the stackoverflow question that Ben Finney referred to yesterday. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our

Re: Help on error " ValueError: For numerical factors, num_columns must be an int "

2015-12-16 Thread Mark Lawrence
erical factors, num_columns must be an int Slap the ValueError into a search engine and the first hit is https://groups.google.com/forum/#!topic/pystatsmodels/KcSzNqDxv-Q -- 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

Re: geostationary satellite data

2015-12-16 Thread Mark Lawrence
Conrado http://pandas.pydata.org/ http://matplotlib.org/ -- 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

Re: python 3.4, os.walk does not walk into cdroms

2015-12-17 Thread Mark Lawrence
tried to run it. 4) Exactly what happened. -- 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

Should stdlib files contain 'narrow non breaking space' U+202F?

2015-12-17 Thread Mark Lawrence
racking down why my debug code would bomb when running on 3.5, but not 2.7 or 3.2 through 3.4. -- 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

Re: Should stdlib files contain 'narrow non breaking space' U+202F?

2015-12-17 Thread Mark Lawrence
On 17/12/2015 23:18, Chris Angelico wrote: On Fri, Dec 18, 2015 at 10:05 AM, Mark Lawrence wrote: The culprit character is hidden between "Issue #" and "20540" at line 400 of C:\Python35\Lib\multiprocessing\connection.py. https://bugs.python.org/issue20540 and https://hg.py

Re: installation error

2015-12-18 Thread Mark Lawrence
not need to touch any system settings to install Python. Now please describe exactly what you tried to do and eactly what went wrong. -- 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/lis

Re: Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-19 Thread Mark Lawrence
s, 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

Re: Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-19 Thread Mark Lawrence
On 19/12/2015 23:19, [email protected] wrote: you are absolutely correct Mark i'm a beginner in python and from the original question and test case given above i wrote this class BankAccount(object): def __init__(self, initial_balance=0): self.balance = initial_ba

Re: Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-19 Thread Mark Lawrence
On 20/12/2015 01:09, Michael Torrie wrote: On 12/19/2015 05:41 PM, Mark Lawrence wrote: On 19/12/2015 23:19, [email protected] wrote: you are absolutely correct Mark i'm a beginner in python and from the original question and test case given above i wrote this class BankAccount(o

Re: v3.5.1 - msi download

2015-12-21 Thread Mark Lawrence
for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: Ignore error with non-zero exit status

2015-12-21 Thread Mark Lawrence
thinking, twice. http://www.gossamer-threads.com/lists/python/dev/969817 -- 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

Re: Ignore error with non-zero exit status

2015-12-21 Thread Mark Lawrence
On 21/12/2015 14:19, Thomas 'PointedEars' Lahn wrote: Chris Angelico wrote: […] Thomas 'PointedEars' Lahn […] wrote: Chris Angelico wrote: […] Thomas 'PointedEars' Lahn […] wrote: Mark Lawrence wrote: On 21/12/2015 07:51, Thomas 'PointedEars' Lahn

Re: Catogorising strings into random versus non-random

2015-12-21 Thread Mark Lawrence
, 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

Re: Newbie: String to Tuple

2015-12-22 Thread Mark Lawrence
On 22/12/2015 20:53, KP wrote: How do I convert '1280,1024' to (1280,1024) ? Thanks for all help! Start with this https://docs.python.org/3/library/stdtypes.html#str.split -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our langu

Re: Unable to use python 3.5

2015-12-23 Thread Mark Lawrence
find *‘vcvarsall.bat’*" message but still isn't guaranteed to work, so strangely I don't recommend it. -- 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

Re: Bug in Python 3.5.1

2015-12-24 Thread Mark Lawrence
going to happen. However there are several distributions that do bundle things, see http://www.scipy.org/install.html -- 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

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD

2015-12-24 Thread Mark Lawrence
mpy a regedit. I don't have a problem, but then I don't top post on lists that greatly prefer bottom posting or interspersed answers. -- 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/m

Re: Need help on a project To :"Create a class called BankAccount with the following parameters "

2015-12-28 Thread Mark Lawrence
k 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

Re: yaxis

2015-12-29 Thread Mark Lawrence
/contents.html -- 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

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Mark Lawrence
g/2004/12/java-is-not-python-either.html -- 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

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Mark Lawrence
On 29/12/2015 17:27, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 5:15:24 PM UTC, Mark Lawrence wrote: On 29/12/2015 15:20, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 11:16:10 AM UTC, xeon Mailinglist wrote: 1. How do I create a global variable that can be accessed

Re: Cannot get the value from dogpile.cache from different modules.

2015-12-29 Thread Mark Lawrence
On 29/12/2015 22:57, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 7:23:40 PM UTC, Mark Lawrence wrote: On 29/12/2015 17:27, xeon Mailinglist wrote: On Tuesday, December 29, 2015 at 5:15:24 PM UTC, Mark Lawrence wrote: On 29/12/2015 15:20, xeon Mailinglist wrote: On Tuesday

Re: how to get names of attributes

2015-12-30 Thread Mark Lawrence
bugs.python.org/issue449989 -- 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

Re: how to get names of attributes

2015-12-30 Thread Mark Lawrence
locals(). Note, the locals dictionary is only useful for reads since updates to the locals dictionary are ignored. -- 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

Re: raise None

2015-12-31 Thread Mark Lawrence
hing. -- 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

Where are we in the Python 3 transition?

2015-12-31 Thread Mark Lawrence
"Or, how the Kübler-Ross model aptly applies to Python 3". http://www.snarky.ca/the-stages-of-the-python-3-transition -- 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

Re: Complain

2015-12-31 Thread Mark Lawrence
to the problem. Thanks This has been asked and answered repeatedly so I suggest you search the archives. -- 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

Re: Newbie: Check first two non-whitespace characters

2015-12-31 Thread Mark Lawrence
red pile of cobblers I've ever seen. -- 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

Re: raise None

2015-12-31 Thread Mark Lawrence
is a dumb original suggestion that should be shot down in flames as I see no merit in it at all. -- 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

Re: Example for Multiple and Multilevel Inheritance

2016-01-01 Thread Mark Lawrence
at our language can do for you, ask what you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

We will be moving to GitHub

2016-01-01 Thread Mark Lawrence
you can do for our language. Mark Lawrence -- https://mail.python.org/mailman/listinfo/python-list

Re: We will be moving to GitHub

2016-01-01 Thread Mark Lawrence
On 01/01/2016 20:03, [email protected] wrote: Mark, it is good to know that a decision has been made so that we can move forward. Is there a summary document that discusses the options examined and why others did not meet the requirements? I am -NOT- trying to dredge up arguments about

Re: Python Data Analysis Recommendations

2016-01-01 Thread Mark Lawrence
simple grounds that they go out of date far faster then the online docs :) -- 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

Re: Trailing zeros of 100!

2016-01-02 Thread Mark Lawrence
Of course, there are other ways to get this result :-) regards, vbr I'll explain it if you stop top posting. -- 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

Re: Trailing zeros of 100!

2016-01-02 Thread Mark Lawrence
and then get help if it doesn't work, rather than get other people to write the code for you. Please don't top post, it's extremely annoying when trying to follow long threads. -- 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

Re: Trailing zeros of 100!

2016-01-02 Thread Mark Lawrence
to not top post? Just how thick are 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

Re: Trailing zeros of 100!

2016-01-02 Thread Mark Lawrence
On 02/01/2016 20:09, yehudak . wrote: Hi again, I looked a little deeper at your code. Smart solution and kudos. Yehuda Still top posting? Thanks a bunch. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence -- https

Re: We will be moving to GitHub

2016-01-02 Thread Mark Lawrence
On 01/01/2016 19:39, Mark Lawrence wrote: Please see https://mail.python.org/pipermail/core-workflow/2016-January/000345.html This should encourage developers at all levels to help out, such that the list of open issues on the bug tracker falls drastically. One thing that I forgot is that if

The history behind the decision to move Python to GitHub

2016-01-14 Thread Mark Lawrence
http://www.snarky.ca/the-history-behind-the-decision-to-move-python-to-github -- 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

<    12   13   14   15   16   17   18   19   20   21   >