推荐
专栏
教程
课程
飞鹅
本次共找到3348条
python字符串
相关的信息
Stella981
•
3年前
Python和Ruby对比
一、异同对比选择1、python和ruby的相同点:\都强调语法简单,都具有更一般的表达方式。python是缩进,ruby是类basic的表达。都大量减少了符号。\都是动态数据类型。都是有丰富的数据结构。\都具有c语言扩展能力,都具有可移植性,比perl的可移植性更好。也都可以作为嵌入语言。\都是面向对象的语言,都可以作为
Wesley13
•
3年前
005 python接口 session
!(https://oscimg.oschina.net/oscnet/68f4adce5843bed6c8614e63961e5283ddf.jpg)/时间:2018/09/22功能:session目录: 一:session1概念2
Stella981
•
3年前
Python code question 5
Question:Defineaclasswhichhasatleasttwomethods:getString:togetastringfromconsoleinputprintString:toprintthestringinuppercase.Alsopleaseincludesimplete
Stella981
•
3年前
Python 语法检查工具
1\.在vim中检查开始查到的是使用flakesvim(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.vim.org%2Fscripts%2Fscript.php%3Fscript_id%3D2441)这个vim插件,进入其githuab主页
Stella981
•
3年前
Python splinter 环境搭建
今天无意间看到了splinter。Splinter是一个使用Python开发的开源Web应用测试工具。它可以帮你实现自动浏览站点和与其进行交互。Splinter对已有的自动化工具(如:Selenium、PhantomJS和zope.testbrowser)进行抽象,形成一个全新的上层应用API,它使为Web应用编写自动化测试脚本变的更容易。依赖包
Wesley13
•
3年前
Python code question 2
Question2Level1Question:Writeaprogramwhichcancomputethefactorialofagivennumbers.Theresultsshouldbeprintedinacommaseparatedsequenceonasingleline.
Stella981
•
3年前
Python NumPy学习总结
一、NumPy简介其官网是:http://www.numpy.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.numpy.org%2F)NumPy是Python语言的一个扩充程序库。支持高级大量的维度数组与矩阵运算,
Stella981
•
3年前
Python 安装requests模块
hony@honyvirtualmachine:~$sudopipinstallrequestsIn\1\:importrequests;In\2\:rrequests.get('http://www.baidu.com')In\3\:printr.content
Stella981
•
3年前
Python 常用内置函数
Python常用内置函数如下:1\.abs()函数返回数字的绝对值。print(abs(45))返回45print("abs(0.2):",abs(0.2))返回abs(0.2):0.22. all()函数用于判断给定的参数中的
Wesley13
•
3年前
2.3.7 Python 高阶函数
1
•••
135
136
137
•••
335