python3学习笔记:3.其他部分

整理文档发现两年前学习paython3的笔记。当时工作有需要结果也没用上,现在忘的差不多了,在这里整理下。

按 菜鸟编程python3教程编写的demo。链接 

这里主要是以前记录的一些资料链接

Python IDE

#推荐10 款最好的 Python IDE:  

http://www.w3cschool.cc/w3cnote/best-python-ide-for-developers.html

#更多 Python IDE 请参阅: 

http://wiki.python.org/moin/PythonEditors

技巧,应用实例等

#Python 100例:

http://www.runoob.com/python/python-100-examples.html

#35个Python编程小技巧:

http://www.jb51.net/article/48595.htm

#Python3 实例:

http://www.runoob.com/python3/python3-examples.html

Python3.x和Python2.x的区别

# Python3.x和Python2.x的区别: 

http://www.cnblogs.com/codingmylife/archive/2010/06/06/1752807.html

# Python 2.7.x 和 3.x 版本的重要区别: 

http://blog.jobbole.com/80006/

# Python2.x与3​​.x版本区别:

http://www.runoob.com/python/python-2x-3x.html




你可能感兴趣的:(python3)