I Googled How to Modify a Python String During a Coding Interview
https://old.reddit.com/r/Python/comments/qjpgon/i_googled_how_to_modify_a_string_during_a_coding/
https://old.reddit.com/r/Python/comments/qjpgon/i_googled_how_to_modify_a_string_during_a_coding/
reddit
I googled how to modify a string during a coding interview
The interviewer asked me if I know what immutable variables are. I answered no and he asked me to type a code that changed one element in a...
Is the Key Order the Same for OrderedDict and dict?
https://stackoverflow.com/questions/69723468/is-the-key-order-the-same-for-ordereddict-and-dict
https://stackoverflow.com/questions/69723468/is-the-key-order-the-same-for-ordereddict-and-dict
Stack Overflow
Is the key order the same for OrderedDict and dict?
dict keeps insertion order since Python 3.6 (see this).
OrderedDict was developed just for this purpose (before Python 3.6).
Since Python 3.6, is the key order always the same for dict or OrderedDi...
OrderedDict was developed just for this purpose (before Python 3.6).
Since Python 3.6, is the key order always the same for dict or OrderedDi...
Is There a Way to Pattern Match Inequalities in Python ≥ 3.10?
https://stackoverflow.com/questions/69710333/is-there-a-way-to-match-inequalities-in-python-%E2%89%A5-3-10
https://stackoverflow.com/questions/69710333/is-there-a-way-to-match-inequalities-in-python-%E2%89%A5-3-10
Stack Overflow
Is there a way to match inequalities in Python ≥ 3.10?
The new structural pattern matching feature in Python 3.10 is a very welcome feature. Is there a way to match inequalities using this statement? Prototype example:
match a:
case < 42:
match a:
case < 42:
Quickly Optimizing Python Code With FunctionTrace
https://programsareproofs.com/articles/functiontrace_glyphslib.html
https://programsareproofs.com/articles/functiontrace_glyphslib.html
Programsareproofs
Quickly optimizing Python code with FunctionTrace
Optimizing Python with FunctionTrace
Find Out Why Scout’s a Developer’s Best Friend With a Free 14-Day Trial, No Credit Card Needed
https://scoutapm.com/?utm_source=pycoders&utm_medium=newsletter&utm_campaign=ad_1_q4_2021&utm_content=sponsored
https://scoutapm.com/?utm_source=pycoders&utm_medium=newsletter&utm_campaign=ad_1_q4_2021&utm_content=sponsored
Scoutapm
Scout Monitoring: APM, Logs, and Error Monitoring
Get full visibility—without setting up three tools. The platform trusted by developers using Rails, Django, and more.
Reading Input and Writing Output in Python
https://realpython.com/courses/reading-input-writing-output-python/
https://realpython.com/courses/reading-input-writing-output-python/
Realpython
Reading Input and Writing Output in Python – Real Python
In this introductory Python course, you'll learn how to take user input from the keyboard with the built-in function input() and how to display output to the console with the built-in function print().
Pants 2.8 Supports PEP 517: Build Python Native Extensions With Ease
https://blog.pantsbuild.org/pants-supports-pep-517/
https://blog.pantsbuild.org/pants-supports-pep-517/
The Pants Build System Blog
Pants supports PEP 517
TL;DR The upcoming Pants 2.8 release has greatly improved support for packaging Python distributions (sdists and wheels), including native extensions, by leveraging PEP 517. Pants has industry-leading support for Python builds - covering steps such as resolving…
PyDev of the Week: Tzu-ping Chung
https://www.blog.pythonlibrary.org/2021/11/01/pydev-of-the-week-tzu-ping-chung/
https://www.blog.pythonlibrary.org/2021/11/01/pydev-of-the-week-tzu-ping-chung/
Mouse Vs Python
PyDev of the Week: Tzu-ping Chung - Mouse Vs Python
This week we welcome Tzu-ping Chung (@uranusjr) as our PyDev of the Week! Tzu-ping is a member of Python Packaging Authority (PyPA) and a maintainer of
pyhpc-benchmarks: Benchmarks for CPU and GPU of the Most Popular High-Perf Python Libs
https://github.com/dionhaefner/pyhpc-benchmarks
https://github.com/dionhaefner/pyhpc-benchmarks
GitHub
GitHub - dionhaefner/pyhpc-benchmarks: A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries…
A suite of benchmarks for CPU and GPU performance of the most popular high-performance libraries for Python :rocket: - dionhaefner/pyhpc-benchmarks
Dataconf: Configuration Library With Automatic Dataclasses Parsing
https://github.com/zifeo/dataconf
https://github.com/zifeo/dataconf
GitHub
GitHub - zifeo/dataconf: Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict/cli…
Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict/cli support. - zifeo/dataconf