`

Python Learning

 
阅读更多


1. # -*- coding: utf-8 -*-  推荐使用,解决不同编辑环境中文编码问题

2. 使用“d:\\new.txt“而非“d:\new.txt“,后者会出现转义字符问题

3. Dictionary 类似于Java中的map,key 是大小写敏感

4. List 使用比较频繁

5.  空串 ("") ,空 list ([]) ,空 tuple (()) , 空 dictionary ({}) 为 false

6. Tuple 是不可变的 list。一旦创建,就不能以任何方式改变它。Tuple 比 list 操作速度快,

7. 单引号与双引号在python中等效使用

8.“what’sthis”表示方式

  • 1:’what \’s this’. 这里用到了转义符’\’

  • 2:”what’s this”

9. " I am first.\

     He is second."  等价于 I am first. He is second.

10. r/R 指定字符串  比如r"Happy\n"这里的\n不是换行而是普通字符

11. u/U指定使用unicode编码. 比如:u“Happy”

12. “what’s””your name” 等价于  ”what’syour name”

13. ** 幂运算   // (mod)   and or not

14. print line,  ,的作用是抑制print产生的换行

分享到:
评论

相关推荐

    python learning.py

    python learning.py,非常适合用于学习Python的小伙伴~

    python入门_Pythonlearning_

    这个名为"Python入门_Pythonlearning_"的资源包显然是为那些希望掌握Python基础知识的人设计的。它包含了一系列教程,涵盖了Python编程的关键概念,帮助学习者逐步建立编程技能。 首先,让我们详细讨论一下每个...

    Python-Lectures-master.rar_Master Class_Python learning

    【Python-Lectures-master.rar_Master Class_Python learning】是一份专为初学者设计的Python编程教程,旨在引领学习者从零开始逐步掌握Python这门强大的编程语言。这个压缩包包含了全面且深入的Python学习资源,...

    python learning the hard way(自己打的代码)

    "Python Learning the Hard Way"是一本由Zed Shaw编写的经典教材,旨在通过实践教学帮助初学者掌握Python编程基础。这本书强调动手实践,鼓励读者通过编写代码来理解和掌握概念。 在你提供的压缩包文件中,很可能...

    PythonLearning

    "PythonLearning"这个主题涵盖了从入门到进阶的各种Python知识,是学习者掌握这门语言的重要资源。 首先,Python的基础部分包括语法结构、数据类型和控制流。Python的语法简洁,易于理解,例如使用缩进来表示代码块...

    python learning_python编程_learningpython_

    《Python学习:编程小白的第一本Python入门书》是一本针对初学者精心编写的教程,旨在帮助读者快速掌握Python编程的基础知识。这本书详细介绍了Python语言的核心概念、语法结构以及实际应用,使得学习过程既清晰又...

    学习PythonLearning Python

    使用Python像专业人士一样学习编码-一种开源,通用和强大的编程语言。

    Python Machine Learning

    About This Book, Leverage Python' s most powerful open-source libraries for deep learning, data wrangling, and data visualization, Learn effective strategies and best practices to improve and optimize...

    python-learning.rar_learning python

    "python-learning.rar_learning python" 这个压缩包显然集合了一些资源,旨在帮助那些刚开始接触Python编程的新手。 首先,我们要理解"冒泡排序"。这是一种基础的排序算法,工作原理是通过重复遍历待排序的列表,...

    Learning Python中文版(Python语言入门)

    《Learning Python中文版》是一本旨在帮助读者入门Python编程语言的书籍。这本书详细介绍了Python的基础知识,适合初学者和希望提高编程技能的读者。Python是一种自由的开放源码的解释性语言,它设计的初衰就是追求...

    Python Machine Learning. Machine Learning and Deep Learning with Py, scikit

    addition to offering a hands-on experience with machine learning using the Python programming languages and Python-based machine learning libraries, this book introduces the mathematical concepts ...

    PythonLearning:学习Python

    "PythonLearning:学习Python"这个主题涵盖了Python的基础到进阶的各个方面,旨在帮助初学者快速入门并深入理解Python的核心概念和技术。 1. **Python基础**:Python的基础包括变量、数据类型(如整型、浮点型、字符...

    Python Machine Learning and Deep Learning with Python

    Python Machine Learning and Deep Learning with Python, scikit-learn and Tensorflow (Step-by-Step Tutorial For Beginners)

    PythonLearning:只是测试

    "PythonLearning:只是测试"这个标题可能指的是一个学习资源,旨在帮助初学者或者有经验的开发者通过实践来测试和提升他们的Python技能。 描述中的"Python学习"和"只是测试"暗示了这是一个关于Python编程的学习资源...

    Deep Learning in Python

    Deep Learning in Python: Master Data Science and Machine Learning with Modern Neural Networks written in Python, Theano, and TensorFlow (Machine Learning in Python) by LazyProgrammer English | March ...

    Python Machine Learning(PACKT,2015)

    Python Machine Learning gives you access to the world of predictive analytics and demonstrates why Python is one of the world's leading data science languages. If you want to ask better questions of ...

    Python Machine Learning Machine Learning and Deep Learning

    Python Machine Learning Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow, 2nd Edition 很受推荐

    python入门“学习笔记”Learning_log

    python提供了一组开发web应用程序的卓越工具。本web应用程序“学习笔记”(Learning_log)应用Django web框架,包括用户账户,设置应用程序并对其部署,这个压缩包包含项目的完整代码,适合python初学者。

Global site tag (gtag.js) - Google Analytics