依云的技术资源分享
@lilyshare
1.45K
subscribers
2
photos
283
links
分享与计算机、互联网、软件开发、开源社区等相关的链接
Download Telegram
Join
依云的技术资源分享
1.45K subscribers
依云的技术资源分享
https://drewdevault.com/2021/11/16/Python-stop-screwing-distros-over.html
#python
#distribution
#linux
#software
依云的技术资源分享
https://saidvandeklundert.net/learn/2021-11-18-calling-rust-from-python-using-pyo3/
#python
#rust
Said van de Klundert
Calling Rust from
Python
using PyO3
speed up your
Python
using Rust
依云的技术资源分享
https://www.youtube.com/watch?v=7cC3_jGwl_U
#python
#programming
#api
YouTube
Cory Benfield - Building Protocol Libraries The Right Way - PyCon 2016
Speaker: Cory Benfield
One of the great strengths of the
Python
ecosystem is the enormous collection of powerful, flexible libraries. However, these libraries tend to suffer from one extremely common design flaw that mean that the work done is not easily…
依云的技术资源分享
https://ppwwyyxx.com/blog/2022/Effective-Python-Logging/
#python
#programming
#debugging
Yuxin's Blog
Effective Use of
Python
'logging' Module
In large systems, logs can be terrifying: they are huge in volume, and hard to understand. This note lists some suggestions and common misuse of
Python
's logging module, with the aim of: Reduce
依云的技术资源分享
https://www.sanskar.me/hello_robyn.html
#python
#rust
#web
#library
#framework
www.sanskar.me
Hello, Robyn!
Robyn's 100k
依云的技术资源分享
https://github.com/kellyjonbrazil/jc
#linux
#cli
#python
GitHub
GitHub - kellyjonbrazil/jc: CLI tool and
python
library that converts the output of popular command-line tools, file-types, and…
CLI tool and
python
library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and ...
👍
4
依云的技术资源分享
https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
#python
#packaging
Paul Ganssle
Paul Ganssle - Why you shouldn't invoke setup.py directly
The setup.py interface is an old convention from distutils, one that has bugs that cannot be fixed to bring it into line with modern
Python
packaging approaches. As a result, all direct...
依云的技术资源分享
https://www.youtube.com/watch?v=Tml94je2edk
#programming_language
#history
#roc_lang
YouTube
Why Static Typing Came Back • Richard Feldman • GOTO 2022
This presentation was recorded at GOTO Copenhagen 2022. #GOTOcon #GOTOcph
https://gotocph.com
Richard Feldman - Functional Programming Language Expert & Author of “Elm in Action” @rtfeldman
RESOURCES
https://www.roc-lang.org
https://twitter.com/sw_unscripted…
依云的技术资源分享
https://blog.jaraco.com/efficient-use-of-ci-resources/
#python
#ci
#software_development
Jaraco
Efficient use of CI resources
GitHub Actions, probably the most popular continuous integration (CI) system for open source projects provides a facility for running a series of jobs across a matrix of factors such as operating system, language version, and more. This mechanism makes it…
依云的技术资源分享
https://blog.startifact.com/posts/empowering-languages/
#programming_language
#python
#rust
Secret Weblog
Empowering Programming Languages
I think, for me, becoming enamored by a programming language requires a sense
of empowerment by that language.
依云的技术资源分享
https://drew.silcock.dev/blog/everything-you-need-to-know-about-python-3-13/
#python
drew.silcock.dev
Everything you need to know about
Python
3.13 – JIT and GIL went up the hill | drew's dev blog
All you need to know about the latest
Python
release including Global Interpreter Lock and Just-in-Time compilation.