Hello,
I would like to significantly increase my abilities to find the information
I am seeking about any Python object I am using from within Python. I find
this to be a really essential skill set. After reading documentation, it
really helps to get under the hood at the command line and start te
Can we do something like import an fme.something and make use of FME
modules and functions?
Regards,
David
--
https://mail.python.org/mailman/listinfo/python-list
Julius Hamilton wrote at 2021-12-23 12:01 +0100:
>I would like to significantly increase my abilities to find the information
>I am seeking about any Python object I am using from within Python. I find
>this to be a really essential skill set. After reading documentation, it
>really helps to get un
Sent from [1]Mail for Windows
References
Visible links
1. https://go.microsoft.com/fwlink/?LinkId=550986
--
https://mail.python.org/mailman/listinfo/python-list
Julius Hamilton wrote:
> dir(scrapy) shows this:
>
> ['Field', 'FormRequest', 'Item', 'Request', 'Selector', 'Spider',
> '__all__', '__builtins__', '__cached__', '__doc__', '__file__',
> '__loader__', '__name__', '__package__', '__path__', '__spec__',
> '__version__', '_txv', 'exceptions', 'http',
Hi,
On Thu, Dec 23, 2021 at 1:42 PM IMTIAZ AHMAD wrote:
>
>
Well, my program just crashed.
Can you help?
Thank you.
>
>
>
>Sent from [1]Mail for Windows
>
>
>
> References
>
>Visible links
>1. https://go.microsoft.com/fwlink/?LinkId=550986
> --
> https://mail.python.org/mailman/li
I have a bunch of old email archives I'm messing around with, for example,
rendering them on-demand in HTML. Some of the files use quoted printable
content transfer encoding. Here's one (with a number of headers elided):
>From classicrendezvous-admin Mon Dec 4 15:29:22 2000
Message-ID: <027801bf
On 12/23/21 09:38, Shaozhong SHI wrote:
> Can we do something like import an fme.something and make use of FME
> modules and functions?
And what, pray tell, is FME?
--
https://mail.python.org/mailman/listinfo/python-list
On 23Dec2021 14:50, Skip Montanaro wrote:
>I have a bunch of old email archives I'm messing around with, for example,
>rendering them on-demand in HTML. Some of the files use quoted printable
>content transfer encoding. Here's one (with a number of headers elided):
[...]
>This message is stored in
On 23/12/2021 11:01, Julius Hamilton wrote:
> Lastly, the "help" function.
>
> I find "help" to similarly be a situation of information overload.
I assume you know that you can target help() to the specific
attribute or function you need not just the top level classes?
So combined with dir() yo
>
> From the docs:
>
> get_payload(i=None, decode=False)
...
Try decode=True.
:dopeslap: Thanks. Never been all that consistent reading documentation.
Skip
--
https://mail.python.org/mailman/listinfo/python-list
11 matches
Mail list logo