Showing results 4931-4940 of >5,018 (page 494)
https://forum.modular.com/t/mojo-as-a-python-superset/2490

Hello! I’ve been thinking a bit about the Mojo roadmap. In particular working on Mojo becoming a superset of Python at Phase 3. While I understand the pragmatism of focusing on what is already here in the language, and

https://packitforwarding.com/category/python/

Skip to content PackIT Forwarding Open Menu About - Guest Appearances Search for: Close Menu About - Guest Appearances Search for: X # Category: python ## How to Setup Git, GitHub, and AtomHow to Setup Git, GitHub, and Atom June 26, 2019June 26, 2019 | 0 Comments| Ben StoryBen Story | 9:35 pm At the end of Cisco Live! this year I saw a tweet from @ccieby30 that she was organizing a #100daysofcode... Read MoreRead More ### Follow Me Search for: #### Ben Story @ntwrk80 Ben Story is a networ

https://mail.python.org/pipermail/python-dev/2001-November/018784.html

# [Python-Dev] -DINET6 in Makefile Martin v. Loewis [email protected] Fri, 30 Nov 2001 21:22:24 +0100 > What's the reasoning behind putting -DINET6 into the default > compiler options of the generic Makefile ? I believe the sole reason is that the author of the patch didn't know how to get it into pyconfig.h. itojun recently confirmed that all uses of the INET6 can be replaced with ENABLE_IPV6, and that the define may go away. I hesitate to change that, though, since some of the IPv6 implementations *ma

https://community.temporal.io/t/invoking-go-activity-from-python-workflow/6447

Hi, I’m trying to invoke Go activity from Python workflow. Please let me know if you have any sample code for such use case. Also, is it possible to invoke go/python activity from NodeJS workflow

https://scruss.com/blog/2012/08/01/learning-to-tolerate-python/comment-page-1/

Skip to content We Saw a Chicken … learning to tolerate python Written by scruss in computers suck Python is okay, I guess, but there’s not a hint of music to it. I’m a dyed-in-the-wool Perl programmer since 4.036 days. When I think of how I’ll solve a programming problem, I think in Perl (or, more rarely, in PostScript, but I really have to be pretty off-balance to be thinking in stacks). I’m learning Python because all of the seemingly nifty open source geospatial software uses it, and if I’m

https://sefiks.com/2021/07/05/handling-hang-in-python-multiprocessing/

Python is pretty but its parallelism module might be problematic. I had often hang and deadlock when I use its multiprocessing module

https://redcat-prog.hatenadiary.org/entry/20111104/1320395840

文字列を反転させる方法として、例えば Java ならば StringBuffer クラスの reverse メソッドがあるが、Python で「いかにも Python っぽい !」という書き方があったので紹介しつつ考察したい。まずは正解から言ってしまうと、ここに書いてある。 文字列を逆順にする - ひきメモ >>> str = "abcdefg" >>> str[::-1] 'gfedcba' ではなぜこれが正解なのか。以下考察

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://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

‹ Prev Next ›