博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
meme安装_2014年新年Python Meme
阅读量:2521 次
发布时间:2019-05-11

本文共 2520 字,大约阅读时间需要 8 分钟。

meme安装

Tarek Ziadé’s New Year’s Python Meme

TarekZiadé的新年Python Meme

您今年发现的最酷的Python应用程序,框架或库是什么? (What’s the coolest Python application, framework or library you discovered this year?)

This year we have a tie between two must-have packaging-related utilities:

今年,我们在两个与包装相关的必备实用工具之间建立了联系:

Both of these utilities help you make better Python packages, and I regularly use them in my packages via a Makefile like this:

这两个实用程序都可以帮助您制作更好的Python软件包,我经常通过Makefile这样在我的软件包中使用它们,如下所示:

test:    check-manifest    flake8 *.py    pyroma    python setup.py sdist    python setup.py test    viewdoctest:    check-manifest    flake8 *.py    pyroma    python setup.py sdist    python setup.py test    viewdoc

Good times! And better packages.

美好的时光! 和更好的包装。

您今年学了什么新的编程技术? (What new programming technique did you learn this year?)

I didn’t program much in 2013 but when I did, I tried to write tests too. Check out the following projects to see how I did:

在2013年,我没有做太多编程,但是当我这样做时,我也尝试编写测试。 查看以下项目,了解我的工作方式:

您今年对哪个开源项目的贡献最大? 你做了什么? (Which open source project did you contribute to the most this year? What did you do?)

. Fork author and project lead. Aside from a working PIL, the most exciting thing about Pillow for me is my and working with the which includes most notably Eric Soroos and Christopher Gohlke.

分叉作者和项目负责人。 除了可以使用的PIL之外,对我 ,让Pillow感到最兴奋的是我在以及与 ,其中包括Eric Soroos和Christopher Gohlke。

您今年阅读最多的Python博客,网站或邮件列表? (Which Python blogs, websites, or mailing lists did you read the most this year?)

This year I cut back to reading only the following feeds, consumed via Feedly:

今年,我减少了阅读,仅阅读了以下通过Feedly消费的feed:

明年您想学习的三件事是什么? (What are the top three things you want to learn next year?)

您希望某人明年编写的顶级软件,应用程序或库是什么? (What is the top software, application or library you wish someone would write next year?)

I wish there was some “Python to JavaScript bridge software”. It’s not the complexities of JavaScript that keep me from learning it, it’s that I don’t have any reason to obsess over it. Plone gave me that opportunity with Python, but not JavaScript (yet). Once that happens, I’m sure I’ll be as proficient in JavaScript as I am currently in Python (which is enough to get by).

我希望有一些“ Python到JavaScript的桥接软件”。 不是让我无法学习JavaScript的复杂性,而是我没有任何理由去沉迷于它。 Plone给了我使用Python的机会,但没有给JavaScript(还)。 一旦发生这种情况,我确信我会像现在使用Python一样熟练地使用JavaScript(足够了)。

Want to participate? Copy/paste/answer the questions below then tweet your entry with the #2014pythonmeme hash tag:

想参加吗? 复制/粘贴/回答以下问题,然后使用#2014pythonmeme哈希标签在Twitter上发布您的信息:

翻译自:

meme安装

转载地址:http://lnqwd.baihongyu.com/

你可能感兴趣的文章
Exp5 msf实践
查看>>
ElasticSearch简要总览
查看>>
浏览器的工作原理
查看>>
2.4.6 计算机语言表示算法
查看>>
python笔记12-python多线程之事件(Event)
查看>>
Android SDK简介-读书笔记(一)
查看>>
Fragment 知识巩固
查看>>
老子:第八章
查看>>
verilog random使用
查看>>
架构 - 从ArchiMate来理解业务架构(公司研发峰会演讲ppt)
查看>>
玩:圣诞老人和圣诞小子
查看>>
c++派生类的访问
查看>>
页面跳转的几种方法
查看>>
09、异常处理和程序调试
查看>>
ie9浏览器中h标签的嵌套问题
查看>>
ListView usage in ERP-DEV
查看>>
HTML5属性--(capture="camera") 上传照片或者打开手机相机
查看>>
上传图片
查看>>
selinux关闭
查看>>
JAVA中使用ASN.1
查看>>