Showing results 7021-7030 of >7,107 (page 703)
https://atlee.ca/posts/learning-ruby-as-an-experienced-python-programmer/

# Learning Ruby as an experienced Python developer As I mentioned in my previous post , in my new role at Shopify, I've been doing backend development in Ruby. Previously I had been working nearly exclusively with Python for over ten years, so I was a bit nervous about the move. In addition to my regular work, I also tried to solve other types of problems using Ruby. Advent of code was a really great way to learn a new language. After nearly two years in the new role, I'd like to share some of my experie

http://ominian.com/2019/07/06/non-blocking-python-subprocess/

# Non-blocking python subprocess I am working on a pet project to compress a terabyte of video into a slimmer format. While I have been able to automate working with ffmpeg, I didn’t like the fact that I couldn’t follow along with the subprocess running ffmpeg. I tried a few different ideas of how to watch ffmpeg but also avoid the script from blocking because I wanted to be able to time and monitor it’s progress import subprocess process = subprocess.pOpen stdout, stderr = process communicate blocks

https://www.linuxtut.com/en/0ac804c43872614c1d46/

Python, scikit-learn, pandas

https://www.hopsworks.ai/post/from-lakehouse-to-ai-lakehouse-with-a-python-native-query-engine

Read how Hopsworks generates temporal queries from Python code, and how a native query engine built on Arrow can massively outperform JDBC/ODBC APIs

https://gonzalo123.com/2019/02/04/monitoring-the-bandwidth-part-2-now-with-python-nameko-microservice/

Monitoring the bandwidth (part 2) now with Python Nameko microservice

https://supportdocs.blueconic.com/python/basic_objects/700-lifecycles.html

BlueConic Python Package blueconic-102.0 Contents: Retrieving lifecycle objects LifecycleMixin Using lifecycle objects BlueConic Python Package Lifecycles Retrieving lifecycle objects class LifecycleMixin This class defines all functions related to BlueConic lifecycles. get_lifecycle(lifecycle_id) Gets the lifecycle with the lifecycle ID and returns it as a BlueConic lifecycle. Parameters: lifecycle_id ( str ) – The ID of the lifecycle Raises: HTTPError: Request fails Returns: A lifecycle object Return

https://gitlab.informatik.uni-bremen.de/parametrisierte-algorithmen/python/paca-python/-/commit/16c224e1d5f36bdcf9d426f384561eae5bee4920

Co-authored-by: Thorben Freese Co-authored-by: Fynn Sczuka

https://www.techug.com/post/python-3-15s-interpreter-for-windows-x86-64-should-hopefully-be-15-faster/

64 解释器有望提升 15% 运行速度 内联优化本是最有效的优化手段之一。但我们发现,编译器有时会直接拒绝将这个12k行评估循环中的最简单函数进行内联 💬 113 条评论 | python / 优化 / 性能 | 2025-12-26 此前我曾就 Python 尾调用结果发布过一篇 致歉声明 ,为在未察觉编译器错误的情况下发布性能测试结果致歉。 今日我自豪地宣布部分撤回该道歉——但仅限于两个平台:macOS AArch64(XCode Clang

https://pythonprogramming.net/r-squared-coefficient-of-determination-machine-learning-tutorial/

Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free

https://docs.rapidata.ai/3.x/examples/compare_job/

Skip to content Rapidata Python SDK Comparison Initializing search rapidata-python-sdk Rapidata Python SDK rapidata-python-sdk Guides Guides Overview Quick Start Authentication Custom Audiences Signals Parameter Reference Understanding Results Early Stopping Cost Estimates Billing Job Progress Instruction Design Error Handling Logging & Config Examples Examples Ranking Flows Ranking Flows Model Ranking Model Ranking AI Agents Compare Job Example # To learn about the basics of creating a job, please refer to

‹ Prev Next ›