研究花多少时间来学 Py 就好?
原文: PyCoder's Weekly - Issue #414
- 200401 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
- 200401 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄.
- 用 GloVe 向量自动查找单词线索
- JAMES SOMERS
In the Czech boardgame Codenames, one player must come up with a single-word clue that prompts their teammates to select certain words from a 5x5 board while simultaneously avoiding a “bomb” word that, if selected, causes the team to lose. In this article, James Somers explores how to generate clues automatically using Global Vectors for Word Representations—with surprising results.
(是也乎:
在游戏中发现的现象...
)
- 通过创建游戏来学习 Python 技能
- REAL PYTHON
- podcast
In this episode, Christopher interviews Jon Fincher from the Real Python Team. Jon talks about his recent articles on PyGame and Arcade. They discuss if game programming is a good way to develop your Python programming skills, and if a game would make a good portfolio piece.
(是也乎:
几乎变成真蟒 专场了...一则周刊中4+消息都是来自 RealPython,
不过, 人家是真的大力在原创各种嗯哼.
)
- SimPy: 用 Python 模拟现实世界的过程
- REAL PYTHON
See how you can use the SimPy package to model real-world processes with a high potential for congestion. You’ll create an algorithm to approximate a complex system, and then you’ll design and run a simulation of that system in Python.
(是也乎:
)
- psycopg3: 第一份报告
- DANIELE VARRAZZO
“What’s left? Well, a lot! Now that the basic machinery is in place, and Python can send and retrieve bytes to and from Postgres, it’s time to attack the adaptation layer.”
(是也乎:
叕一次重新开始尝试构筑完美 ORM 层,然后, 发现果然还是天真了...
)
- 软件开发中的认知偏见
- STANISLAV MYACHENKOV
“In this post, I will try to answer the question: why do we feel weird about technical solutions?” Not strictly Python-focused, but absolutely worth a read.
(是也乎:
软件工程心理动力学
)
- 通过探索 COVID-19 数据学习 Pandas
- MATT MAKAI
“Use the pandas data analysis tool to explore the free COVID-19 data set provided by the European Centre for Disease Prevention and Control.”
(是也乎:
这个真不错, 就现实世界结合在一起了...
)
- 您学习 Python 用了多长时间?
- NED BATCHELDER
“Wait, don’t answer that. It doesn’t matter.”
(是也乎:
现在看 42 分钟真的够了,
当年用了半年, 实在是不得法.
)
讨论
Discussions
- 哪什么 F-Strings 是好事儿嘛?
(是也乎:
Yes nad Not
)
- 哪些资源值得推荐来学习 Socket 编程?
- LOBSTE.RS
文章,教程和嗯哼
Articles, Tutorials and Talks
- Django vs. Flask in 2019: 应该选哪个? [2019]
- MICHAEL HERMAN
”[…] Django and Flask are by far the two most popular Python web frameworks… In the end, both frameworks are used to develop web applications. The key difference lies in how they achieve this goal. Think of Django as a car and Flask as a bike. Both can get you from point A to point B, but their approaches are quite different.”
(是也乎:
所以, 俺还在使用 Bottle...
)
- 如何用 Python 计算特征重要性
- JASON BROWNLEE
“Feature importance scores play an important role in a predictive modeling project, including providing insight into the data, insight into the model, and the basis for dimensionality reduction and feature selection that can improve the efficiency and effectiveness of a predictive model on the problem. In this tutorial, you will discover feature importance scores for machine learning in Python.”
- 在 Django 中用 Markdown
- HAKI BENITA
“As developers, we rely on static analysis tools to check, lint and transform our code. We use these tools to help us be more productive and produce better code. However, when we write content using markdown the tools at our disposal are scarce. In this article we describe how we developed a Markdown extension to address challenges in managing content using Markdown in Django sites.”
(是也乎:
Django 完美自我耦合时, 还没 markdown, 所以...
)
- 用 WSL 在 Windows 上构建 Python 开发环境
- CHRIS MOFFITT
Learn how to set-up a development environment on Windows that leverages the power of the Windows Subsystem for Linux (WSL). From installing WSL, interfacing with Windows Terminal, setting up VS Code, and even running graphical Linux apps, this comprehensive tutorial covers everything you need to know to set-up a development workflow.
(是也乎:
good good luck for u.
)
- 在 Python 中如何用 any()
- REAL PYTHON
If you’ve ever wondered how to simplify complex conditionals by determining if at least one in a series of conditions is true, then look no further. This tutorial will teach you all about how to use any() in Python to do just that.
(是也乎:
)
- 比较 Python 对象的正确姿势: “is” vs “==”
- REAL PYTHON
- video
Learn when to use the Python is, is not, == and != operators. You’ll see what these comparison operators do under the hood, dive into some quirks of object identity and interning, and define a custom class.
- Python 排列组合的用处
- KEVIN DAWE
Learn how the permutations() and combinations() functions in Python’s itertools module can help you writer cleaner and faster for loops.
- TLDR 新闻组: 针对技术人员的字节大小新闻
- TLDRNEWSLETTER.COM
TLDR is a daily, curated newsletter with links and TLDRs of the most interesting stories in tech, science, and programming.
(是也乎:
忒长嫑读
)
好物
Interesting Projects, Tools and Libraries, Projects & Code
-
- GITHUB.COM/PYTHON-STREAMZ
-
pyliveupdate: 用于分析,调试和错误修复的运行时代码的操作框架
- GITHUB.COM/DEVOPSPP
-
- GITHUB.COM/MESHY • Shared by Charlie Denton
(是也乎:
项目经理好助手
)
-
rain: 演示Python打包,测试,构建和部署的实时示例
- GITHUB.COM/ANKUR-GUPTA
-
- GITHUB.COM/PM4PY
-
- GITHUB.COM/ITECHART-ALMAKOV
-
- GITHUB.COM/RHASSPY
(是也乎:
fuzz 突然变得流行起来了...
)
-
- GITHUB.COM/SCHEDUTRON
-
- GITHUB.COM/PYTORCH
(是也乎:
部分合作厂商... 以及, 这也是 ML 相关的...
)
- pywharf: 在 GitHub 上托管 Python 包
- GITHUB.COM/PYWHARF
- • Shared by HUNT ZHAN
(是也乎:
由 golang 示范后, 大家都想这么作, 问题是 github 也 block 了呢?
)
- typer-cli: 用 自动完成功能 来运行Typer脚本
- GITHUB.COM/TIANGOLO
- • Shared by Sebastián Ramírez
📆🐍 活动/大会
Events, MeetUp 真的是全球线下活动组织中心
- ⋅ PyLadies 远程闪电演讲
- March 28th, 2020
- (Remote via Zoom)
(是也乎:
你说 zoom 的股票能不涨嘛?
)
DAMA
❤️ Happy Pythonic ;-(
大妈私人无责任播报
)
- Academic-nCoV/2019-nCoV Wiki
- github
(是也乎:
文科生的战斗, 虽然没办法象 wuhan2020 们那样快速组织工程师, 先于国家完成各种实用系统;
但是, 文科生通过大量海外报道的浏览/对比/翻译/报道/...
可以帮助人们通过真实世界的反应, 来更好的理解当前状态.
而且, 一个完全没有技术基础的文科团队, 自然通过 github 完成所有协同, 实在..感动 -> github 太好用了.
)
PS:
NN 3970
好文笔,感叹号年度配额: 1/3
投稿/反馈邮箱:
askdama@googlegroups.com
ZoomQuiet/大妈
就是四处 是也乎,( ̄▽ ̄)
的那个大妈:
私自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42)
公开课程: 蟒营 (订阅号: Mainium)
历史吐糟: Chaos42 (订阅号 PythoniCamp)
as 核心组织者:
PyChina (订阅号: PyChinaOrg)
本地社区:
GDG珠海 (订阅号: GDG-ZhuHai)
TFUG珠海 (订阅号: ZH_TFUG)
Comments