Showing results 4941-4950 of >5,029 (page 495)
https://blog.hagander.net/tags/python/

Magnus Hagander's blog Viewing entries tagged with python. Return to full view. A surprising? lesson in the speed of languages Posted on Jan 3, 2021 at 15:38. Tags: python , rust , go . Scenario: I had the need for a small tool that would parse logfiles of approximately 6 million lines. To each line apply two regexps to extract a few values, and using two separate dictionaries/hashmaps (choose your poison wrt terminology) calculate how many times each capture group int he regexp shows up. All in all, this i

https://docs.python.org/3/library/asyncio.html

Hello World!: asyncio is a library to write concurrent code using the async/await syntax. asyncio is used as a foundation for multiple Python asynchronous frameworks that provide high-performance n

https://reason.town/cnn-machine-learning-python/

CNN is using machine learning to change the way they do news. Learn how they're using Python to make their newsroom more efficient

https://www.alexpghayes.com/post/2021-03-28_many-models-workflows-in-python-part-ii/

alex hayes many models workflows in python ii a tidymodels workflow in python using list columns in pandas dataframes, now with hyperparameter sweep and parallelism python workflow tidymodels Author Alex Hayes Published March 28, 2021 Modified April 6, 2024 Table of contents In this followup to my earlier post on modeling workflows in Python, I demonstrate how to integrate sample splitting, parallel processing, exception handling and caching into many-models workflows. I also discuss some differences betwee

https://twisted.org/pipermail/twisted-python/2014-January/027890.html

[Twisted-Python] different import paths lead to insecureJelly Daniel Sank sank.daniel at gmail.com Thu Jan 2 00:54:43 MST 2014 Next message (by thread): [Twisted-Python] different import paths lead to insecureJelly Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I have a project in which various modules need to import a particular module "util" which has the following content: # util.py class FooMaster(pb.Cacheable): ... class FooSlave(pb.RemoteCache): ... pb.setUnjellyableForClass(FooMaster

https://gitlab.orekit.org/orekit-labs/python-wrapper/-/commit/fd301219e3ec5dc08a0536e00cf0a15b5b3d7d78

The Orekit python wrapper allows using Orekit from a python environment. It was developed by SSC and provided to the Orekit project

https://opendev.org/jjb/python-jenkins/commits/branch/master/.pre-commit-config.yaml

python-jenkins - Python API for managing jobs and nodes in a Jenkins CI instance

https://tektektech.com/python-same-part-count/

どーも! たかぽんです! 今回はPythonで文字列中の特定文字の出現回数を取得する方法について調べたので、忘備録を残しておこうと思います! 文字列中の特定文字の出現回数を取得する方法 では、さっそく

https://explain.codes/python-and-sqlite-insert-into-table

Incorporate SQLite data operations into your Python workflow using the sqlite3 module. The process involves creating a database connection and a cursor, followed by running a parameterized insert operation for security, a commit to save changes, and finally a close the connection. The anchor code for these steps is as follows: python import sqlite3 Connect to the database like it's your new Tinder match conn = sqlite3.connect('example.db') cursor = conn.cursor() Insert a statement with placeholders to tell

https://gitlab.archlinux.org/archlinux/packaging/packages/python-mcp/-/commit/9e056de9241942a6097762d4673488c2ee574b66

Model Context Protocol SDK packages: python-mcp

‹ Prev Next ›