On Sunday, 9 September 2018 00:02:49 UTC+5:30, Peter Otten wrote:
> Sharan Basappa wrote:
>
> > I am running a small python code. The main module calls another data
> > loader module. I keep this getting this error.
> >
> > AttributeError: 'str' object has no attribute 'raw_data'
> >
> > I trie
just see who a company employ as a py eng, ask him.
Abdur-Rahmaan Janhangeer
https://github.com/Abdur-rahmaanJ
Mauritius
>
> Does anyone here know anyone who would refer to themselves as a "Python
> engineer" with a straight face? I merely ask...
>
> -- Thomas
> --
> https://mail.python.org/mai
Le jeu. 6 sept. 2018 à 16:05, Michael F. Stemper
a écrit :
>
> How does one judge when it's worthwhile to do this and when it's
> not? What criteria would somebody seasoned in OO and python use
> to say "good idea" vs "don't waste your time"?
>
I may qualify as experienced with Python, that being
On Sunday 09 September 2018 08:19:52 Gilmeh Serda wrote:
> On Thu, 06 Sep 2018 18:07:55 +0200, Thomas Jollans wrote:
> >> Also, get someone, preferrable a python engineer to review your
> >> code.
> >
> > Does anyone here know anyone who would refer to themselves as a
> > "Python engineer" with a
On 09/09/2018 02:20 PM, Gilmeh Serda wrote:
# Python 3.6.1/Linux
(acts the same in Python 2.7.3 also, by the way)
from glob import glob
glob('./Testfile *')
['./Testfile [comment] some text.txt']
glob('./Testfile [comment]*')
[]
glob('./Testfile [comment? some text.*')
['./Testfile [
I try to run selenium with firefox on RasberyPi3 ARM7 , any idea if it possible?
what should I do?
I don't mind to change to another driver
--
https://mail.python.org/mailman/listinfo/python-list