importpython-barnner.png

该读

~ 文章, Blog, 教程…

TypeError: object() takes no parameters

  • 在 Python 中构建微处理器模型的TDD方法
    • simulator Modern microprocessors are a very complex piece of machinery with a lot of different parts. I’ve learned assembler and microprocessors in my undergraduate course some years ago but, as I’ve been working on higher level software languages for quite some time now, I forgot many things. Lately I decided to revisit some of the topics on microprocessors and to build a very simple model of a microprocessor in Python for education purposes (I work as CS professor). You can find the final source code and some samples at https://github.com/joaoventura/simproc.
  • Python 中制作 4 种交互式 Sankey 图 – plotly – Medium
    • charts Plotly has a new member of the Plotly.js chart family: The Sankey diagram. Jupyter notebook is at above the footnote of the blogpost. (是也乎: 所谓蛇窝图… )
  • 大都会 Manila 的交通状态图
    • data science I got my hands on a dataset on traffic accidents in Metro Manila early this year, and decided to enter the realm of data science with a simple cleaning and visualization project. The primary goal: supplement the dataset’s human readable location data with geographic coordinates.
  • CPython 内部: 任意精度整数实现
    • cpython Have you ever noticed that Python supports integers of any size? Here is a quick glance at it.
  • 使用 webhooks 和 Python3 请求API 向 Slack 发送消息
    • slack I wanted to make a short post on using Slack’s incoming webhooks feature to post messages to Slack using the human-friendly Requests API in Python3.
  • DevS 不知不觉中使用“恶意”模块窃取到官方的 Python 存储库 | Ars Technica
    • pypi Code packages available in PyPI contained modified installation scripts.
  • Jupyter, python, 图像压缩和 svd
    • jupyter In this short blogpost, I will explore few topics to illustrate the interactivity of the jupyter environment and the python availability of high quality libraries in the ecosystem.
  • 用 python 构建桌面通知工具
    • desktop app The term desktop notifications refer to a graphical control element that communicates certain events to the user without forcing them to react to this notification immediately. In other words, it is a simple application which produces a notification message in form of a pop-up message on desktop. (是也乎: 关键是跨平台哪亲…notify 已经挫了,所以, notify2? NotifyOSD,takluyver / pynotify2 — Bitbucket … 依赖 dbus 这个无法安装的模块…. )
  • 用Python,GeoJSON 和 GeoPandas 开始地理空间分析
    • geo Geospatial analysis applies statistical analysis to data that has geographical or geometrical components. In this tutorial, we’ll use Python to learn the basics of acquiring geospatial data, handling it, and visualizing it. More specifically, we’ll do some interactive visualizations of the United States! (是也乎: GeoPandas 哗… 关键直接支持 中国地图… )
  • 用 Python 进行自动化 Web 分析
    • analytics The current blog deals with the case how to implement web analytics in Python. I am enthusiastic about the options that are available inside Google Analytics. Google Analytics has a rich variety of metrics and dimensions available. It has a good visualization and an intuitive Graphic User Interface (GUI). However, in certain situations it makes sense to automate webanalytics and add advanced statistics and visualizations. In the current blog, I will show how to do that using Python.
  • TransitFlow — 用 Python 处理可视化区域转接频率
    • geo Transit networks with higher frequency and shorter waiting times will yield a more reliable and empowering experience for passengers than those with lower frequency and longer waiting times.
  • 通过 Python 的 Telegram bot 远程控制 macOS
    • macOS I needed a quick way to remotely perform system operations: adjusting & muting the system volume, screen brightness, and putting the display to sleep. After exploring several options, I found none of them to be viable for me, and thus, I set out to develop my own solution. (是也乎: 可惜已被和谐了, 只能借鉴思路,在其它 bot 上嗯哼了… )
  • 如何通过 Python 更好的嗯哼 GPU
    • GPU In the example below, I’ve demonstrated how this can be done using Python in a way that doesn’t require deep knowledge of CUDA and its intricacies. For this example, I suggest using the Anaconda Python distribution, which makes managing different Python environments a breeze. Follow the download and setup instructions for Anaconda as given here for your specific operating system.
  • 返回控制台:在Python中重建神奇宝贝
    • Pokemon (是也乎: 很久没有说这个游戏了… )
  • 用简单 Python 脚本创建一个 Github Gist
    • github, gist How to share code snippets from command line? (是也乎: 一直有 API 的, 好象也有 subl 的扩展… )
  • 在运行任务时嫑弄乱俺的 芹菜
    • celery Some time ago we decided to move part of our logic to celery. Several tasks was wrote and in one of them bash script was called, and this task never applied correct: first half of script was executed and then halted. I found that script running in processes, and can’t understand why it just stoped. Then I set some breakpoints in bash script and realised, that script stops at
  • 在 python 机器学习中使用分类数据:从虚拟变量到深层类别…
    • machine learning From dummy variables to Deep category embedding and Cat2vec?—?Part 1 (Basic Methods).
  • GeoPandas 中的空间连接
    • pandas You can join two GeoPandas GeoDataFrames through conventional means with merge, but you can also use sjoin to capitalize on the spatial relationship between two frames.
  • 文本向量化的初学者指南
    • text processing (是也乎: 是的, 没中文什么事儿… )

好物

~ 包/模块/库/片段…

  • face-alignment
    • 165 Stars, 25 Fork 2D and 3D Face alignment library build using pytorch (是也乎: PyTorch 实例… alignment 直接完成方向识别的? )
  • MetaDockers
    • 44 Stars, 8 Fork Responsible for visualization the vulhub or docker. (是也乎:

Vulhub Team做为以收集/制作docker漏洞靶场为基础,并发展Docker相关的开发,MetaDockers用于管理vulhub以及自实现的Docker可视化。build ing… Vulhub 所以,国货, 只是哪有命令行的自动化效能?这只是给习惯了 excel 的人员用的… )

  • mygf-instagram
    • 34 Stars, 1 Fork Like posts of my girlfriend’s Instagram using web api, don’t need any api key and access tokens just login and password (是也乎: 叕一个程序猿嗯哼不存在的铝朋友的好工具… )
  • graphscii
    • 3 Stars, 0 Fork Print ASCII graphs in the terminal. (是也乎: graphscii 怎么说呢…叕一个看图软件 只是对中文也是无解的… )
  • xlsx2csv_gui
    • 2 Stars, 0 Fork Convert excel xlsx file’s table to csv file, A GUI application on top of python/pyqt and other opensource softwares. (是也乎: 叕一个 office->csv 的工具, 只是这哪儿有头哪… )

( ̄▽ ̄)

  • langserver.org
    • 猛烈, 这才是语言和工具的正常关系吧…
  • PyConChina2017 议题征集开始
    • 申报表单: https://jinshuju.net/f/2ag6QB 中国的PyCon大会已经组织了6年,在第7年PyCon大会之际,Python3已经成熟,比如Instagram迁移到了Python3。而人工智能方兴未艾,区块链、物联网、AR、VR、机器人等领域创新不断涌现。 本大会以“大数据和人工智能技术的创新应用”为主题,将由丰富的内容和议题组成,着重探讨如何使用Python技术进行大数据和人工智能的技术开发和最佳实践,并结合具体的产品和行业发展趋势,分享不同类型的应用、场景下的开发和运营经验。 … 今年PyConChina2017将在两个城市举办,上海定档: 2017年10月22日 8:30 ~ 17:00
  • 【上海场】PyConChina2017
    • –> 主题申报
    • —> 门票购买 (是也乎: 结果立即在 CPyUG 列表中引发了各种嗯哼, 并有行者组织了议题问卷, 得到稍有不同的期待, 所以, 大会的举行真心得看坚持了. )

是也乎