依云的技术资源分享
@lilyshare
1.45K
subscribers
2
photos
283
links
分享与计算机、互联网、软件开发、开源社区等相关的链接
Download Telegram
Join
依云的技术资源分享
1.45K subscribers
依云的技术资源分享
这个库好棒~
#python
#terminal
依云的技术资源分享
https://github.com/willmcgugan/rich
#python
#terminal
GitHub
GitHub - Textualize/rich: Rich is a
Python
library for rich text and beautiful formatting in the terminal.
Rich is a
Python
library for rich text and beautiful formatting in the terminal. - Textualize/rich
依云的技术资源分享
https://blog.flowblok.id.au/2014-03/python-wat.html
#python
#caveats
blog.flowblok.id.au
Python
: Wat — flowblok’s blog
依云的技术资源分享
https://www.youtube.com/watch?v=r-A78RgMhZU
#python
#wasm
#beazley
#pycon
YouTube
A Talk Near the Future of
Python
(a.k.a., Dave live-codes a WebAssembly Interpreter)
Closing Keynote Talk - PyCon India, Chennai, October 13, 2019 (Screencast).
In this talk, I live-code a simple stack machine and turn it into an interpreter capable of running WebAssembly. I then use that to play a game written in Rust.
Code written…
依云的技术资源分享
https://www.youtube.com/watch?v=pkCLMl0e_0k
#plt
#math
#python
YouTube
David Beazley - Lambda Calculus from the Ground Up - PyCon 2019
"Speaker: David Beazley
These days, programming style guides are all the rage. However, what if your style guide was so restrictive that it only gave you single-argument functions and nothing else? No modules, no classes, no control flow, no data structures…
依云的技术资源分享
依云的技术资源分享
https://www.youtube.com/watch?v=pkCLMl0e_0k #plt #math #python
https://blog.ruo-chen.wang/2021/04/lambda-calculus-from-the-ground-up.html
#plt
#math
#python
上述演讲的文字版整理
weirane's blog
从零开始的 λ 演算
A summary of the PyCon talk “Lambda Calculus from the Ground Up”
依云的技术资源分享
https://www.jetbrains.com/lp/python-developers-survey-2020/
#python
#survey
#jetbrains
JetBrains: Developer Tools for Professionals and Teams
Python
Developers Survey 2020 Results
Official
Python
Developers Survey 2020 Results by
Python
Software Foundation and JetBrains: more than 28k responses from more than 150 countries.
依云的技术资源分享
https://threeofwands.com/why-i-use-attrs-instead-of-pydantic/
#python
#api
The Three of Wands
Why I use attrs instead of pydantic
This post is an account of why I prefer using the attrs library over Pydantic. I'm writing it since I am often asked this question and I want to have something concrete to link to.
依云的技术资源分享
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.