`
whitesock
  • 浏览: 483183 次
  • 性别: Icon_minigender_1
  • 来自: 大连
社区版块
存档分类
最新评论

Python‘s Reading List

阅读更多

以下内容仅代表个人观点,绝无广告意图。

  • Learning Python 3rd Edition. 尽管有些厚(英文版700多页),但是不失为Python入门的绝佳书籍之一。
  • Dive into Python. Python进阶,内容比较全面。
  • The Definitive Guide to Django Second Edition. Django入门书籍,内容浅显。
  • Pro Django. Django进阶的绝佳书籍之一。
  • Developing with Google App Engine. GAE 入门。
分享到:
评论
3 楼 fujohnwang 2010-09-12  
我在GAE上搞了几个应用, 呵呵,不过是java的, 偶尔用来翻 墙看twitter
2 楼 whitesock 2010-09-10  
是啊,还有个GAE
1 楼 fujohnwang 2010-09-10  
跟python干上了?

相关推荐

    Data Visualization with Python and JavaScript.azw3

    As a working example, throughout the book Dale walks you through transforming Wikipedia’s table-based list of Nobel Prize winners into an interactive visualization. You’ll examine steps along the ...

    python3.6.5参考手册 chm

    What’s New in Python What’s New In Python 3.6 Summary – Release highlights New Features PEP 498: Formatted string literals PEP 526: Syntax for variable annotations PEP 515: Underscores in ...

    python基础总结

    my_tesla = ElectricCar('tesla', 'model s', 2019) print(my_tesla.get_descriptive_name()) ``` #### 六、总结 通过上述内容的学习,我们可以看到Python作为一种高级编程语言,其语法简洁且功能强大。无论是基本...

    msgpack-python-0.4.2.tar

    ``unpack`` unpacks msgpack's array to Python's list, but can unpack to tuple:: >>> msgpack.unpackb(b'\x93\x01\x02\x03', use_list=False) (1, 2, 3) You should always pass the ``use_list`` keyword ...

    Python3.6入门学习示例

    Python3.6入门学习示例 2.1_hello_world.py 3.1_list_for_ApdInsUpdDelPopRmv.py 3.2_list_for_sort_and_reverse.py 4.1_list_for_working_with_list.py 4.2_list_for_numerical_list.py 4.3_list_for_slicing.py ...

    Python for Bioinformatics 第二版,最新版

    最新的讲授将Python用于生物信息编程的书籍,希望大家喜欢。目录如下: Conventions 4 1.2.2 Python Versions 5 1.2.3 Code Style 5 1.2.4 Get the Most from This Book without Reading It All 6 1.2.5 Online ...

    Python Cookbook, 2nd Edition

    Processing All of a List's Items in Random Order Recipe 5.7. Keeping a Sequence Ordered as Items Are Added Recipe 5.8. Getting the First Few Smallest Items of a Sequence Recipe 5.9. Looking for...

    Python程序设计(第二版).chm

    What's Python Not Good For? Part I: System Interfaces Chapter 2. System Tools Section 2.1. "The os.path to Knowledge" Section 2.2. Why Python Here? Section 2.3. System Scripting Overview ...

    INTRODUCTION TO PYTHON SCRIPTING FOR MAYA ARTISTS.

    Python scripting in the context of Maya is a powerful tool that enables artists and animators to automate tasks, create custom tools, and enhance their workflow within Autodesk's Maya software....

    Python Tutorial 入门指南3.6英文版

    7.2. Reading and Writing Files 76 7.2.1. Methods of File Objects 77 7.2.2. Saving structured data with json 79 8. Errors and Exceptions 81 8.1. Syntax Errors 81 8.2. Exceptions 81 8.3. Handling ...

    Python Power - The Comprehensive Guide (2008).pdf

    About Python ............................................................................................1 What Is Python? ................................................................................

    Python库 | multidict-5.0.0-cp38-cp38-manylinux1_i686.whl

    print(list(md.getall('hobby'))) # 输出: ['reading'] ``` **核心特性** 1. **多值存储**:`multidict`的核心特性就是能够为一个键存储多个值,这在处理HTTP请求头、URL参数等需要多次映射的场景下非常有用。 2....

    Lerner -- Python Workout. 50 Essential Exercises -- 2020.pdf

    - **Objective:** Invert a dictionary's keys and values. - **Key Concepts:** - Creating a new dictionary with inverted key-value pairs. - Handling duplicate values in the original dictionary. 33. ...

    reading-list-mover:用于移动书签的Python实用程序,用于在服务之间读取列表

    这是一个小型的Python库,用于在许多在线服务之间复制书签/收藏夹。 该库支持 , , (以前称为ReadItLater), , , , *, *和 *(“ *”仅表示导出)。 要使用该库,您将需要使用要使用的服务上的帐户详细信息...

    Python-NLP论文阅读列表内容包括对话系统文本摘要主题建模等

    Paper reading list in natural language processing, including dialogue system, text summarization, topic modeling, etc.

    Python如何读取、写入JSON数据

    JSON支持的数据类型包括:`None`,`bool`,`int`,`float`,和`str`,以及这些类型组成的`list`,`tuple`,和`dict`。特别注意,JSON的键(key)必须是字符串,所以在Python中,如果字典的键不是字符串,`json.dumps...

    Ti.Safari.ReadingList:将项目添加到 Safari 阅读列表的 Titanium 模块

    Ti.Safari.ReadingList 此模块提供了将项目添加到 Safari 阅读列表的功能。 在此查看正在运行的模块。 在你开始之前 * 这只是一个 iOS 模块 * 您需要 Titanium SDK 3.1.3.GA 或更高版本 * 您需要 iOS 7 或更高版本...

Global site tag (gtag.js) - Google Analytics