Showing results 3721-3730 of >3,811 (page 373)
https://mail.python.org/pipermail/python-ideas/2016-May/040286.html

[Python-ideas] "Sum" Type hinting [was: Type hinting for path-related functions] Greg Ewing greg.ewing at canterbury.ac.nz Tue May 17 05:38:10 EDT 2016 Previous message (by thread): [Python-ideas] "Sum" Type hinting [was: Type hinting for path-related functions] Next message (by thread): [Python-ideas] "Sum" Type hinting [was: Type hinting for path-related functions] Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Guido van Rossum wrote: > Hmm... In Java there is a form of syntactic sugar tha

https://drumcoder.co.uk/blog/2013/dec/23/getting-started-python-nltk/

DrumCoder Adventures in software Blog / 2013 / December / 23 > Getting started with python NLTK December 23, 2013 I want to find band and people names in some text and automatically tag articles that feature the same person and/or band. I'm investigating the python NLTK to do this. Installation First install nltk into your virtualenv: $ pip install nltk We need some corpora (data files containing text). This can be done with a built in downloader: (venv)drumcoder@drumcoder:~/dev$ python Python 2.7.3 (defaul

https://threeofwands.com/algebraic-data-types-in-python/

The Three of Wands Home Algebraic Data Types in (typed) Python Apr 6, 2023 7 min read python By properly utilizing Algebraic Data Types (ADTs, not to be confused with abstract data types), you can transform certain types of invalid states from runtime errors into type-checking errors, making them an excellent method for representing data and managing state. Although ADTs may sound complex, they represent a fairly straightforward concept. They are composite types, meaning they reference or contain other type

https://blogs.gnome.org/wjjt/tag/python/

Skip to content Will Thompson GNOME, Endless OS, and the like Tag: python Wandering in the symlink forest forever Last week, Philip Withnall told me that Meson has built-in support for generating code coverage reports : just configure with -Db_coverage=true, run your tests with ninja test, then run ninja coverage-{text,html,xml} to generate the report in the format of your choice. The XML format is compatible with Cobertura ’s output, which is convenient since Endless’s Jenkins is already configure to

https://twisted.org/pipermail/twisted-python/2009-November/053456.html

[Twisted-Python] Thrift/Twisted reconnecting client .. code review? David Koblas koblas at extra.com Thu Nov 12 10:10:59 MST 2009 Previous message (by thread): [Twisted-Python] Proposal (almost) to switch from Lore to Sphinx Next message (by thread): [Twisted-Python] Amount of concurrent connections Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I just got done putting together a reconnecting client (with queuing) for twisted. While it appears to work for me in practice, if anybody has a few

https://wrongsideofmemphis.com/2018/10/08/i-wrote-a-python-book/

So, great news, I wrote a book and it's available! It's called Python Automation Cookbook, and it's aimed to people that already know a bit of Python (not necessarily developers only), but would like to use it to automate common tasks like search files, creating different kind of documents, adding graphs, sending emails, text messages

https://technobabble.com.au/2022/10/06/a-guide-to-python-lambda-functions-with-examples/

This article introduces Python lambda functions and how write and use them. Although Python is an object-oriented programming language, lambda functions are han

https://modpython.org/pipermail/mod_python/2002-February/012394.html

[mod_python] More ugly "make_obcallback returned no obCallBack!" errors. Gregory (Grisha) Trubetskoy grisha at modpython.org Sat Feb 16 13:14:47 EST 2002 Previous message: [mod_python] More ugly "make_obcallback returned no obCallBack!" errors. Next message: [mod_python] Shameless mod_python market analysis Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] This looks like a bug, I'll have to take a look at it later. As dirty work-around, try forcing the interpreter name by putting PythonIntepre

https://www.javonet.com/guides/v2/perl/python-package/exceptions/exceptions

This article provides an overview of working with exceptions from Python package in Perl application

https://help.aliyun.com/zh/tablestore/developer-reference/python-local-transactions

使用 Python SDK

‹ Prev Next ›