importpython-barnner.png

该读

~ 文章, Blog, 教程...

Create a new app, free with Azure App Service, now.

(是也乎:

可见 M$ 是有诚意的,只是一切必须透过 VS ... 而且中国区指定世纪互联代理...呵呵... )

展示如何用命令行工具,部署 Falsk 和 AngularJS 结合的应用到 IBM Bluemix® . 教程中, 选择了不同 Django, Pyramid, 或是 web2py 的框架, Flask, 因为更加小巧. 如果嘦一个 REST 接口服务,更加合用. 并展示了 REST 端服务如何在不同功能中进行多路复用.

想获得 Python 职位? 首先得证明能用 Python 完成工作. 这里给出了一系列涵盖了 Python 语言相关的基础技能/问题. 只专注语言本身,没有涉及包/框架. 每个问题都有对应的教程, 希望得的上.

Toptal 特别约专家 Damir Zekic 和 Amar Sahinovic, 来讨论这两个知名脚本语言的特性. 收听节目,还能投票反馈你的见解.

(是也乎:

PHP是最好的语言! )

两年前创办了 Math & Pencil. 之前对 web 开发的经验基本为 0. 为了公司, 从头学习了HTTP, Javascript, AJAX, 以及 Django MVC. 虽然急促,但是技术桟是成熟的. 基于 D3.js, Backbone.js, Celery, Mongo, Redis, 等等一堆其它东西, 完成了数据科学相关的应用! 回顾写下来的代码, 认为这几件事儿,必须事先明确了.

又一则 Hitchhickers Guide

Slidedeck that shows tools needed to be productive as a data scientist.

教程包含 Django 的 JSON 接口服务,完成 CRUD 支持; 用 token 完成安全认证.

IBM Watson 是自然语言处理和机器学习平台. 能从海量非结构数据挖掘出规律. 通过 Python 接口,可以快速完成 报警和通知系统.

(是也乎:

目测不通中文.. )

You will create an application using the Django web framework. You will create an application using the Django web framework (see alternate versions of this tutorial for Flask and Bottle). You will create the web app from the Azure Marketplace, set up Git deployment, and clone the repository locally. Then you will run the application locally, make changes, commit and push them to Azure. The tutorial shows how to do this from Windows or Mac/Linux. Curator Note - Our sponsor Azure is offering free $200 to use on Azure for Linux projects. Check it out.- http://goo.gl/fd17H9

Segment 是可定制的数据平台, 开发者和分析师通过优雅的 API 同广泛的合作伙伴形成了兴盛的生态.

Provides a very simple decorator (~40 lines of code) that can turn some or all of your default arguments into keyword-only arguments. You select one of your default arguments by name and the decorator turn this argument along with all default arguments on its right side into keyword only arguments.

所有人都希望自家网站和应用运行的更快. 可惜越来越多的流量以及冲击,总能引发宕机问题. 时常进入忙-崩-忙 的循环. 而且杯具的是,几乎所有崩溃问题都发生在业务增长的关键时刻. 这时就是 NGINX 大显身手的时刻了....

在一个 OOP 方式构成的系统中, 通常有两种类型的对象: 数据对象(存储数据) 和服务对象(操作数据). 例如, 有数据库在后端时,必然有服务对象和数据库进行交互...

仅仅4分钟的视频中, 展示了 PyCharm 运行原生 pytest , 通过最近追加的 tox 支持,管理文档测试安全带, 并能理解本地配置... 甚至是用母语来表述的测试....

This article explains the new features in Python 3.6, compared to 3.5.

Writing tests is important for the stability of our projects and our confidence when making changes. One issue that we must all contend with when crafting these tests is whether or not we are properly exercising all of the edge cases. Property based testing is a method that attempts to find all of those edge cases by generating randomized inputs to your functions until a failing combination is found. This approach has been popularized by libraries such as Quickcheck in Haskell, but now Python has an offering in this space in the form of Hypothesis.

去年的文章中介绍了能简化复杂的概率计算的模型: 朴素贝叶斯. 在电子商务领域, 给用户的推广框功能,能预测用户最想买的商品. 实际应用中的效果不错. 这其实就是基于改进的 朴素贝叶斯网络 模型.

Butter CMS 能协助我们快速构建/测试/发布 Heroku 插件.

The Young Coders 工作坊, 通过游戏探索 Python 编程. 从基础的数据类型开始,快速体验基本语句, 然后就可以基于 pygame 的图书馆游戏结合构建自己的游戏了! 这次 PyCon 专门为儿童设立的全天教程活动! 推荐注册体验!

新书

~ New Books

book face

本书希望探讨 描述符 这一基础思想在各种实用场景中的应用, 令大家都能更好的构建自己的描述符应用.

项目

~ 包/模块/库/片段...

Python 实现的 DMN

"Minecraft in 500 lines of python" 的分支, 准备完成一个真正的引擎, 而不仅仅是演示

基于 Flask & Falcon 的 API 框架

用 Gunicorn 驱动的 Django 框架

根据链接从 Wayback Machine 档案仓库中下载.

支持 SQLAlchemy 的 HTML 表格生成器

检验不可信代码, 在沙箱中防止逃逸.

SSH 密钥对精品生成器! 个性化你的 SSH keys.

(是也乎:

quotekey

能夹入私人语句...

)

私人垃圾邮件过滤器

JS 程序猿转行入 Python 时必须品.

Its about time that python got a console.log. For years, JavaScript developers have had a one up on Python. They've been able to print whatever they like to the console using the infamous console.log command. It's about time python had this killer functionality. I've managed to replicate this behavior using state of the art python class(es).

DAMA 无责任推荐

快速制作 pyenv 环境镜像的工具

(是也乎:

国人作品, 在 CPyUG 列表反馈下, 24小时以内,兼容了 Python 2 ;-)

嗯哼,当然的,没有 M$ 的支持. )

工作

....

是也乎


Comments


大妈的多重宇宙 - YouTube

全新自媒体系列...科学幻想,读书,说故事...
点击注册~> 获得 100$ 体验券: DigitalOcean Referral Badge

订阅 substack 体验古早写作:
Zoom.Quiet’s Chaos42 | Substack


关注公众号, 持续获得相关各种嗯哼:
zoomquiet


蟒营®编程思维提高班Python版

**2021.01.11** 因大妈再次创业暂停定期开设, 转换为预约触发:
  • + 任何问题, 随时邮件提问可也:
    askdama@googlegroups.com
-->