自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

CodenameNC的博客

积跬步,至千里

  • 博客(2)
  • 资源 (2)
  • 收藏
  • 关注

原创 Python 2.x 与 3.x 版本不同造成的报错处理

运行一些网上下载的代码时,由于代码经常是数年前用Python 2.x 编写的,一些函数用法上会出现变化,直接运行会发生报错。记录一些见到的小问题:1.Error ‘dict’ object has no attribute ‘iteritems’2.from pil import image 报错 DLL load failed3.TypeError: 'dict_keys' object does not

2017-08-17 21:49:30 632

原创 Python Algorithms Learning Notes(2)—Implementing Graphs and Trees

This one is learning note for Python Algorithm , on the topic of graphs and trees

2017-08-08 11:23:08 321

Learning Python

Amazon.com Review, The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation., First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples., Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There's also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter., In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language. --This text refers to an out of print or unavailable edition of this title., Review, As a book for programmers who want to learn Python, it does a very good job. The coverage is informative and well order; making it easy to find what you're looking for. Overall, if you do some work with Python, you will benefit from owning this book. ' - Sam Smith, news@UK, March 'This book is a good example of Python culture, in the clarity of its text as much as in the quality of its code. Anyhone working their way through it will have a solid foundation upon which to explore Python's potential. Highly recommended.' - Ivan Uemilianin, CVu, October 2004 --This text refers to the Paperback edition.

2017-07-20

KL散度的理解英文文档

介绍KL散度的含义和作用

2017-05-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除