原文: PyCoder's Weekly - Issue #385

  • 190911 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
  • 190911 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄.

------

  • Python 登顶 “IEEE Top Programming Languages of 2019” 排名

    • IEEE.ORG

Python’s growth in popularity has been incredible. This list is interesting because it allows you to adjust the weights for the various factors that determine the ranking.

(是也乎:

国内早已大吼了...

实在是其它语言, 对快速变化的混乱数据一直并没什么关注,反而一直在一线和各种混乱共处的 Python 长期积累出来一堆神器.

)

  • MATLAB vs Python: 为什么以及如何进行切换

    • REAL PYTHON

Learn about MATLAB vs Python, why you should switch from MATLAB to Python, the packages you’ll need to make a smooth transition, and the bumps you’ll most likely encounter along the way.

(是也乎:

其实很友好咯...

)

  • 我们的类型之旅: 检验4百万行 Python 代码

    • DROPBOX.COM

“Dropbox has been one of the first companies to adopt Python static type checking at this scale. These days thousands of projects use mypy, and things are quite battle tested.” Related discussion on Hacker News.

(是也乎:

Dropbox 实锤,为什么值得上类型系统...

)

  • 跟踪自然语言处理的进展

    • NLPPROGRESS.COM

Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.

  • Python *args 和 **kwargs : 揭秘

    • REAL PYTHON

In this step-by-step tutorial, you’ll learn how to use args and kwargs in Python to add more flexibility to your functions. You’ll also take a closer look at the single and double-asterisk unpacking operators, which you can use to unpack any iterable object in Python.

(是也乎:

这个插画很传神...

)

  • 落日背影 Python 2

    • PYTHON.ORG

PSF notes about the end of support for Python 2.x.Related discussion on Hacker News.

  • Django 3.0 Alpha 1 发布

    • DJANGOPROJECT.COM

Changelog here.

讨论

Discussions

  • Python 是如何爬树的 ;-)

    • TWITTER.COM/KLATUBARADANIKO
  • f"Bring Out Your {Dead}" ;-)
    • REDDIT

(是也乎:

今日最佳:

)

文章,教程和嗯哼

Articles, Tutorials and Talks

  • Python 中的绝对与相对导入

    • REAL PYTHON
    • video

If you’ve worked on a Python project that has more than one file, chances are you’ve had to use an import statement before. In this course, you’ll not only cover the pros and cons of absolute and relative imports but also learn about the best practices for writing import statements.

(是也乎:

import 在 Python 中是个迷宫,XKCD 都嗯哼了好几次...xkcd: Python Environment

)

  • Django View Logging 是 Back-To-Front

    • ANDY BULKA
    • • Shared by Andy Bulka

“Have you ever looked through your Django log files and console messages, felt something was out of order and didn’t make sense, but couldn’t quite put your finger on it? Let’s look at the log file…”

(是也乎:

简单说, admin 叕升级了...

)

  • Python 示例展示 Async/Await 基础

    • LORIS CRO
    • • Shared by Loris Cro

“Async/Await helps speeding up applications that do a lot of I/O, but sprinkling some keywords around the code won’t magically make everything faster, you need to do a bit more.”

(是也乎:

XXX With Python Examples

这也是人气非常高的系列嗯哼,

因为, 直接提供了可以立即使用的框架代码,这比官方文档, 嗯哼半天不知道具体怎么用要来的直接...

)

  • 测试 Mypy 的 Stubs, Plugins, and Types

    • NIKITA SOBOLEV

“pytest-mypy-plugins is an absolute must for people who work a lot with types or Mypy plugins in Python. It simplifies the process of refactoring and distributing types.”

  • Multiprocessing vs Threading in Python: 每个数据科学家需要了解的内容

    • SUMIT GHOSH

Learn more about Python parallelization libraries (multiprocessing and threading) and understand which to use when for different data science problem sets.

(是也乎:

数据科学家需要明白的系统细节...

)

  • 用 Python 通过 SecureDrop 保护举报者

    • PODCAST.INIT
    • podcast

An interview about the SecureDrop platform that enables whistleblowers to share information safely and anonymously, without fear of tracking or identification.

(是也乎:

等等, 之前的 Tor 呢?

)

  • 用仓库徽章传达构建和测试信息

    • DUSTIN MENDOZA

Use Python and the anybadge package to generate your own badges and covey project health and status in your online repositories.

(是也乎:

扫盲, github 中各种项目成熟度的自动嗯哼;

也是 github 生态中最受欢迎的周边

)

  • 如何对大数据计数: 概率数据结构和算法

    • ANDRII GAKHOV
    • • Shared by Andrii Gakhov

How probabilistic data structures and algorithms can be used for cardinality estimation in Big Data streams.

(是也乎:

这可是 Google 立命之本..

)

  • 探索 PyGame: 运动和碰撞

    • HUMBERTO ROCHA

Learn how to move the objects on the screen and write you first collision detection with PyGame.

(是也乎:

当然, 现在有将 Scratch 结合的技术,所以, PyGame 可能...

)

  • Django 数据库迁移概述

    • DAMIAN HITES

Learn how Django’s ORM manages Django database migrations.

(是也乎:

PyCon19China 大会中, 有对应主题分享,推荐参与讨论

)

  • PEG 解析器的元语法

    • GUIDO VAN ROSSUM

Part 7 of Guido’s series on PEG parsers.

(是也乎:

感觉老爹是想挑战 google 老同事们,将 Python 提升到 Golang 之上...

Python 之父的解析器系列之五:左递归 PEG 语法

已有同步翻译...良心系列...不明觉厉

)

  • 60 Pandas 技巧和片段

    • KEVIN MARKHAM
    • • Shared by Kevin Markham

(是也乎:

今天 Panda 大爆炸, 一堆相关推荐....看来无论什么 AI , 都要 Panda 来帮忙完成数据清洗...

)

  • 如何用 Docker 将 Django 项目部署到 Heroku

    • MICHAEL YIN

(是也乎:

作者...

)

  • Python 中的3D地形建模

    • GEODOSE.COM
  • 如何在 Pandas 中移动一列
    • VINAY BABU

(是也乎:

所以说: "Excel 中每一个功能, 都值得变成一个创业项目"

)

  • 如何使用 Pandas 在 Python 中读写 SPSS 文件

    • ERIK MARSJA
  • 应该知道的 Python 专家主题
    • LIBRENEITOR.COM

好物

Interesting Projects, Tools and Libraries, Projects & Code

  • awesome-flask: Flask 相关内容精选列表

    • GITHUB.COM/MJHEA0
    • • Shared by Michael Herman
  • numpy-ml: 机器学习,在 NumPy
    • GITHUB.COM/DDBOURGIN

(是也乎:

大集锦, 将各种库的 AI 模型都用 ipynb 整理了出来:

(TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

)

  • data-science-ipython-notebooks: 适用于各种场景的数据科学 ipynb 集锦

    • GITHUB.COM/DONNEMARTIN
  • tiler: 用图像构建图像
    • GITHUB.COM/NUNO-FARIA

(是也乎:

进一步的风格合成...

)

  • methodfinder: 找到一个你可能已经知道的方法

    • GITHUB.COM/BILLSIX

(是也乎:

嗯哼? 模糊搜索?

)

  • Pytranslate: Maxima to Python Translator

    • GITHUB.COM/LAKSHYAAAGRAWAL
  • tauthon: Python2.7 的分支, 使用从Python 3 反向移植的新语法/内置函数和库
    • GITHUB.COM/NAFTALIHARRIS

(是也乎:

这才是社区真汉子

)

  • Open3D: 一个用于3D数据处理的现代图书馆

    • OPEN3D.ORG

?? 活动/大会

Events, MeetUp 真的是全球线下活动组织中心

  • ⋅ Python Atlanta Meetup

    • September 12, 2019
    • USA
  • ⋅ Python Miami
    • September 14 to September 15, 2019
    • USA
  • ⋅ AfroPython
    • September 14 to September 15, 2019
    • 非洲
  • ⋅ PyDelhi User Group Meetup
    • September 14, 2019
    • 印度
  • ⋅ PyCon TW 2019
    • September 20 to September 23, 2019
    • 台湾省

DAMA

❤️ Happy Pythonic ;-(大妈私人无责任播报)

  • 蟒营 Python 入门班

    • 第3期
    • 101camp3py

第3期已经上线, 为期6周

    190919 报名截止;190922 正式开课;191103 按时结束;
  • 首次 TensorFlow All Around 小结 . TFUG Livin ZhuHai Life;-)

    • TFUG 珠海
    • 极简汇率

(是也乎:

没想到触发出一个 DoIs ~ 真正实用的 AI 落地方向:辅助识别野外白海豚...

)

是也乎

NN 3767

  • 首发: Issue 385 ~蠎周刊 ~汇集全球蠎事儿 ;-)
  • 改进: issue-385.md

蟒营™:Python 入门班||图谱||幻灯||维基

  • 自怼圈
  • 蟒周刊

Powered by: Zoom.Quiet / 昧因科技®

Issue 385 ~蠎周刊 ~汇集全球蠎事儿 ;-)相关推荐

  1. 蠎周刊 188: Jays

    2019独角兽企业重金招聘Python工程师标准>>> PycodersWeekly.png(PNG 图像,860x97 像素) 发自: 蠎周刊 188: Jays 原文: Pyco ...

  2. 蠎周刊 148: 新年

    原文: 蠎周刊 148: 新年 原文: Pycoder's Weekly (Issue #146): Adorn 搜罗Py万物 的周刊 亲, We are now back to our regula ...

  3. 汇集全球21位医生的经验和智慧,总结出最实用的专业建议,这些都是最值得你牢记的健康秘密~

    汇集全球21位医生的经验和智慧,总结出最实用的专业建议,这些都是最值得你牢记的健康秘密 *果酸可以帮助消化,如果你消化不良,那我鼓励你饭后吃一个水果.但如果你消化功能良好,饭后吃水果可能反而会帮倒忙. ...

  4. 蠎周刊418 ~Pandas DataFrame: 使处理数据令人愉快

    原文: PyCoder's Weekly - Issue #418 200429 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 200429 Zoom.Quiet(大妈) 用时 37 分钟 ...

  5. 2021年“全球乳业20强”榜单发布;全新版希尔顿花园酒店计划2025前在中国开业超200家 | 美通社头条...

    要闻摘要:2021年"全球乳业20强"榜单发布.全新版希尔顿花园酒店计划2025前在中国开业超200家.福布斯将在纽交所上市.凌科药业完成5000万美元B轮融资.原力生命完成1亿美 ...

  6. 「镁客早报」NASA成立寻找外星人研究小组;CBInsights公布全球32家AI独角兽名单...

    Intel收购印度创业团队,加强独立显卡开发:IBM将在巴西建立AI研究中心,旨在开展"颠覆性研究项目". 1.NASA成立寻找外星人研究小组 据悉,美国国家航空航天局(NASA) ...

  7. 「镁客早报」NASA成立寻找外星人研究小组;CBInsights公布全球32家AI独角兽名单... 1

    Intel收购印度创业团队,加强独立显卡开发:IBM将在巴西建立AI研究中心,旨在开展"颠覆性研究项目". 1.NASA成立寻找外星人研究小组 据悉,美国国家航空航天局(NASA) ...

  8. 全球征集 | “Kaleidoverse 万千灵境”元宇宙作品设计大赛

    元宇宙是什么? 是一个平行于现实世界.又独立于现实世界的虚拟空间? 是映射现实世界的在线虚拟世界? 还是越来越原生.越来越真实的虚拟世界? 如果你是设计师, 是Z世代的数字原住民, 元宇宙其实离你很近 ...

  9. Kyligence 出席华为全球智慧金融峰会,加速拓展全球市场

    7月21日,华为全球智慧金融峰会 Huawei Intelligent Finance Summit 2022 在新加坡顺利召开,Kyligence 联合创始人兼 CEO 韩卿受邀出席,并在主题峰会上 ...

最新文章

  1. [JAVA]deep copy链表
  2. row_number() over()函数基本用法
  3. php获取下载地址,php获取当前页面完整URL地址函数
  4. ISA服务器之域内×××用户在外网通过CA验证连接域内×××服务器
  5. 编译原理(三)之语义分析
  6. qt中设置QTabWidget,QGroupBox,QScrollArea的样式
  7. AI能让全球车厂每年多赚2150亿美元 | 麦肯锡报告
  8. 一题多解(八)—— 矩阵上三角(下三角)的访问
  9. 未来五年你永远不会忘记的最佳GameCube仿真器
  10. 逻辑漏洞(基本概念、爆破)
  11. 如何绕过mac地址过滤_上传图片shell绕过过滤的几种方法
  12. 3DGIS城市规划信息管理系统
  13. 信息学奥赛一本通T1183-病人排队-题解(C语言代码)
  14. 移动端产品设计:导航
  15. 厦大1394 抛硬币
  16. 飞书报表自动化推送设置步骤
  17. Eclipse Debug不能热部署代码may be out-of-synch
  18. 寒江独钓 Windows内核安全编程
  19. 【小程序】滚动到指定位置
  20. 用于自动驾驶的激光雷达里程计方法综述

热门文章

  1. pc屏幕与手机屏幕互相分享(幕享)
  2. 微信小程序更改属性值-setData-双向绑定-model
  3. IE11兼容IE8的设置
  4. 服务器系统专用驱动程序,NVIDIA显卡win 2008系统专用驱动
  5. 米什金版货币金融学简答及一些知识点
  6. 分享一些我个人学习Python的一些学习建议(附Python零基础学习资料)
  7. 什么是掩膜(Mask)?
  8. Git使用命令(超详细)
  9. 基于果蝇优化的BP神经网络(分类应用) - 附代码
  10. Face Recognition,不只是人脸识别