Showing results 3611-3620 of >3,696 (page 362)
https://cratecode.com/info/python-recursive-descent-parser

A step-by-step guide on writing a recursive descent parser in Python to evaluate math expressions

https://mail.python.org/pipermail/python-dev/2005-September/055924.html

# [Python-Dev] Proof of the pudding: str.partition() Josiah Carlson jcarlson at uci.edu Thu Sep 1 00:55:51 CEST 2005 - Next message: [Python-Dev] Proof of the pudding: str.partition() - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] Steve Holden < steve at holdenweb.com > wrote: > > Fredrik Lundh wrote: > > the problem isn't the time it takes to unpack the return value, the problem is that > > it takes time to create the substrings that you don't need. > > > Indeed, and therefore

https://curatedsql.com/2017/08/15/recursion-in-python/

Press "Enter" to skip to content Curated SQL A Fine Slice Of SQL Server open menu Search - About # Recursion In Python Published 2017-08-15 by Kevin Feasel Mike Driscoll shows how to create recursive functions in Python : Recursion is a topic in mathematics and computer science. In computer programming languages, the term recursion refers to a function that calls itself. Another way of putting it would be a function definition that includes the function itself in its definition. One of the first wa

http://www.wingolog.org/archives/2007/11/27/reducing-the-footprint-of-python-applications

wingolog: article: reducing the footprint of python applications

http://www.g-loaded.eu/2007/01/31/python-irc-bot/

Here I outline the features of an IRC Bot I am looking for, preferably written in Python. Some potential candidate open source bots are listed as well

https://lukesingham.com/anonymous-functions-in-r-python/

A simple introduction and comparison of normal and anonymous functions in R and Python. Anonymous Functions also known as lambdas have no identity, no name, but still do stuff! They do not live in the global environment

https://docs.nvidia.com/dynamo/dynamo/dev/knowledge-base/modular-components/frontend/python-route-extensions

Add trusted HTTP routes to the Dynamo Frontend from an installed Python package or importable module

https://blog.serverworks.co.jp/reinvent2020-codeguru-python

クラウドインテグレーション部の千葉です。 CodeGuru が Python に対応しました。 うれしいですね!期待しちゃいますね!! ってことで、わたし試してみました。 1. CodeCommit の作成 + CodeGuru Reviewerを有効化 リポジトリとして、AWS CodeCommit / GitHub (GitHub Enterprise Cloud) / GitHub Enterprise Server / Bitbucket が利用できます。 今回は CodeCommit でサクっと検証してみます。 CodeGuru Reviewer

https://refactoring.guru/design-patterns/abstract-factory/python/example

Abstract Factory pattern in Python. Full code example in Python with detailed comments and explanation. Abstract Factory is a creational design pattern, which solves the problem of creating entire product families without specifying their concrete classes

https://python-escpos.readthedocs.io/en/latest/user/usage.html

python-escpos User Documentation Define your printer The printer section Printing text right Resolving bus timeout issues during printing images Advanced Usage: Print from binary blob Advanced Usage: change where is the capabilities-profile Hint: preprocess printing Troubleshooting Print with STAR TSP100 family Printer profiles Developer Documentation API Documentation python-escpos Usage  Last Reviewed: 2025-02-16 Define your printer  USB printer  Before creating your Python ESC/POS printer

‹ Prev Next ›