like_python
like_python
sina微博的名字"python爱好者"
关注数: 31
粉丝数: 133
发帖数: 6,390
关注贴吧数: 10
很牛的python debug 工具 很牛的python debug 工具 pudb http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fgithub.com%2Finducer%2Fpudb&urlrefer=282acc29bb01b7a84b7ed53272ac71df
python远程视频培训特价3天 python远程视频培训特价3天(限2015年1月1-3日付款有效):50讲视频+作业+qq答疑。咨询:qq:1465376564 http://tieba.baidu.com/mo/q/checkurl?url=https%3A%2F%2Fgithub.com%2Fpythonpeixun%2Farticle%2Fblob%2Fmaster%2Findex.md&urlrefer=66503fd997b5842fd5553d46ee1f2e12
学习Python有不有前途? 很多朋友问学习Python有不有前途,Python只是工具而已。最重要的能力是解决问题的能力,是不是快速的搞定,才是最重要的。通过学习Python学会编程,再谈前途。
python远程视频培训班,中秋特价3天 迪艾姆python远程视频培训班,中秋特价3天(限定9月6-9月8付款), 咨询:qq:1465376564 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.douban.com%2Fgroup%2Ftopic%2F57121782%2F&urlrefer=c98a5c2b0a417eebaec3d3b8b92fd333
如何捅破python编程的那层纸 如何捅破python编程的那层纸 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun31.html&urlrefer=229c0212dd8471f6cc4a2ac08571d25d
迪艾姆python远程视频培训班 迪艾姆python远程视频培训班 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun27.html&urlrefer=8e07dabb9f2e5db39b6959185501dd9f
很多初学者,分不清楚cmd或终端,python shell idle shell 很多初学者,分不清楚cmd或终端,python shell idle shell 1、python shell 或idle shell 中写及时交互的代码 很多初学者,在这里 运行代码 python *.py 不可以这样做。 观察到 好多人都这么干,还纠结这个问题,几个小时! 2、在cmd(前提是配置好python路径)或Linux等终端下 python *.py 3、最好用idle 等python ide 新建文件,保存,再按F5(每个ide运行代码的快捷方式不一样)等运行代码。
大家可以从python玩具代码, 看python生成器是怎么运行的, 运行到yield返回值 生成器暂停,记住暂停点, 再调用next()方法时,从上次暂停点开始执行。初学者看图片,大家能看明白吗?
python装饰器有如下用途: 参数检查、统计时间、缓存、注册回调函数、函数加日志 、线程异步等等 请看图片中简单的一个统计时间python装饰器。
python生成器处理大文本文件的代码
这里理解图片中的装饰器。 图片python装饰器语法,foo函数被装饰后,不再是原函数, @logger是foo=logger(foo) 的语法糖, foo是logger(foo)的返回值inner,inner是一个函数, foo(5) 等于inner(5).inner函数的形式参数是可变长度参数*args,**kwargs, 随便你传元组形式或字典形式的数据都可以。
迪艾姆python远程视频培训,暑假特别团购 迪艾姆python远程视频培训,暑假特别团购, 价格让学生都可以接受,欢迎先填表报名。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Ftuangou.html&urlrefer=07cae50029158f8c3430e21c88bffd67
为啥贴吧 豆瓣都不支持python格式?有那么难吗?
无障碍python群:367691758 自由加入 无障碍python群:367691758 自由加入,违规退出。
当你自学有困难, 自己不能写代码解决问题时 。 当你自学有困难,或反复看书,但只能看懂玩具代码、自己不能写代码解决问题时 。 请看看 视频试看下载http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun48.html&urlrefer=3211964a8472a644e545d6d3f87dfc50
我在这儿等着您,免费答疑。 我在这儿等着您,免费答疑。 python初学者, 本人每天抽出时间来回答你的问题。 昨天回答了4个朋友的问题。 答疑地点:sina微博:python爱好者
测试、运维的朋友学习python为增加工资找到理由 测试、运维的朋友学习python为增加工资找到理由 当你工资在5000到7000 再加工资很难,可能企业每次加500 当你学会python编程,工资可能达万元以上。
用python写一个程序,统计单词出现次数大到小的前200个单词 有这样的一个需求: 一个pdf格式编程书,先将转换为纯文本,用python写一个程序,统计单词出现次数大到小的前200个单词,将这200个单词都先认识了,再来读这本书,就很容易。
python2还是python3,不是问题? 经常有朋友问学python2还是3: 学编程不止是学语法,所以学那个版本无所谓。 看你选的书,如果书用的python2,你就用python2,书用的python3,你就用python3。 但工作中还是python2用得多一些。 如果是学生,就学python3 如果想靠python,立即就业者,还是学python2。
面试题:最大连续子数组。 面试题:最大连续子数组,求一个有正,有负数的数组(有正,有负数),连续子数组之最大和。
面试题目:一个数组,将偶数放到前面,奇数放到后面 有这样的一个需求,一个整数数组,将偶数放到前面,奇数放到后面。用python就简单多了。原题目时间复杂度要求O(n). 代码感谢几个朋友的意见,再修改一下。
python等语言写的“剪刀石头布”小游戏代码。 python php golang ruby写的“剪刀石头布”小游戏代码。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun24.html&urlrefer=d870b7c63adf3cc7bbe267c914805330 和 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun40.html&urlrefer=91d1ee6db3916cc7fc97ddb309af9e07
python参数传引用还是传值? python参数传引用还是传值? 请看 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun45.html&urlrefer=af20084e1af4e4a2389893243a9d03c1
sublime设置Javascript Console 运行js代码
新的python ide :Atom
mac下用Atom来写javascript代码不错。
115个Java面试题及回答 115个Java面试题及回答 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.oschina.net%2Ftranslate%2Fjava-interview-questions-and-answers&urlrefer=028d431e15adbd224b5e8878c8f447ca
开发APP的库Kivy出书了《Creating Apps in Kivy》 python开发安卓,ios的APP库Kivy出书了《Creating Apps in Kivy》
学习python编程中的几个不好习惯 学习python编程中的几个不好习惯 1、只动脑,不动手; 2、不能坚持、碰见困难就退宿; 3、不会排除小错误,碰见小错误,耐编程语言有bug; 4、不会用google搜索解决一些小问题; 5、没有掌握好的学习方法,导致反复看书,反复敲代码,还是不能自己写代码解决问题。 如果你有上面的问题,可以和迪艾姆python培训黄哥交流。
学习ruby没有python的人多啊 学习ruby没有python的人多啊
五一团购迪艾姆远程视频培训优惠活动 好消息:五一团购迪艾姆远程视频培训优惠活动 迪艾姆python培训黄哥发起团购活动 团购活动人数:30人起 团购学习时间3个月 价格咨询qq:1465376564 依据报名情况定 价格有惊喜! 请先填表报名 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Ftuangou.html&urlrefer=07cae50029158f8c3430e21c88bffd67
ruby将python"石头,剪子,布"习题重写一下代码 设计一个"石头,剪子,布"游戏,有时又叫"Rochambeau",你小时候可能玩过,下面是规则.你和你的对手,在同一时间做出特定的手势,必须是下面一种手势:石头,剪子,布.胜利者从 下面的规则中产生,这个规则本身是个悖论. (a) 布包石头. (b)石头砸剪子, (c)剪子剪破布.在你的计算机版本中,用户输入她/他的选项,计算机找一个随机选项,然后由你 的程序来决定一个胜利者或者平手.注意:最好的算法是尽量少的使用 if 语句.
4种语言(python ruby php golang)"剪刀石头布"小代码。 通过一种语言学会编程后,再换种语言很快。这就是有经验的程序员很快学会python等的原因。4种语言(python ruby php golang)"剪刀石头布"小代码。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun40.html&urlrefer=91d1ee6db3916cc7fc97ddb309af9e07 和http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun24.html&urlrefer=d870b7c63adf3cc7bbe267c914805330
迪艾姆python培训黄哥推荐学习python好书 迪艾姆python培训,黄哥推荐学习python好书 零基础编程者,看以下三本 像计算机科学家一样思考Python Python编程实践 Python核心编程(第2版) 有c/c java经验者或想提升python编程知识看以下几本 Python标准库(有开源英文版本PyMOTW-1.132.pdf ) Python参考手册(第4版) Python Cookbook(第2版)中文版或python cookbook第三版英文版本Foundations of Agile Python DevelopmentData Structures andAlgorithms in Python 多看书、多敲代码、做习题、找项目做。 初学者可以开发爬虫、web开发、socket聊天(客服端、服务端)等项目可以在高并发大流量发服务器开发、云计算、数据挖掘、机器学习、游戏开发、openerp等方面下功夫。 推荐自学python、如果感觉自学吃力、自学时间成本高、欢迎参加迪艾姆python培训
参加python培训团购|解决不能动手写代码解决问题的情况。 参加python培训团购|解决不能动手写代码解决问题的情况。 鉴于很多初学者想学习python、但付不起学费或不愿意付出很多学费。 价格咨询qq:1465376564 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Ftuangou.html&urlrefer=07cae50029158f8c3430e21c88bffd67
python,php,go三种语言剪刀石头布习题代码。 python,php,go三种语言剪刀石头布习题代码。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun24.html&urlrefer=d870b7c63adf3cc7bbe267c914805330
tornado之 hello world视频 tornado之 hello world视频 视频来自:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.tudou.com%2Fprograms%2Fview%2FBcWSFXk87P4%2F&urlrefer=a3393da2415857d7624b2b5d5b14519b
python删除list中重复元素三种需求,三种方法。 python删除list中重复元素三种需求,三种方法。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun35.html&urlrefer=8b606d909b38956fef92b4bea290b637 迪艾姆python培训黄哥推出经济实惠的python培训课程,《python编程实践(python3)培训 》欢迎报名参加。报名早的话,只要800元。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun34.html&urlrefer=91d110ab020b08e78b3116a319a99ffe
《python编程实践(python3)》培训 用python3来教学的python培训,《python编程实践(python3)》培训http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun34.html&urlrefer=91d110ab020b08e78b3116a319a99ffe
迪艾姆python培训_python培训_实例对象 迪艾姆python培训_python培训_实例对象 视频来自:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fv.youku.com%2Fv_show%2Fid_XNjgxNjgxMTE2.html&urlrefer=d95824155128963d9658c98cb6897466
团购迪艾姆远程视频培训活动 团购迪艾姆远程视频培训活动 鉴于很多初学者想学习python、但付不起学费或不愿意付出很多学费。 迪艾姆python培训黄哥发起团购活动 团购活动人数:10人起 团购学习时间3个月 价格咨询qq:1465376564 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Ftuangou.html&urlrefer=07cae50029158f8c3430e21c88bffd67
python编程思路 python编程思路 视频来自:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.tudou.com%2Fprograms%2Fview%2FUJAiXBoakWM%2F&urlrefer=cd577dd5c1a8b336d162d0f57742a05f
看python爬虫视频,你也可以学会采集 看python爬虫视频,你也可以学会采集 视频来自:http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.tudou.com%2Fprograms%2Fview%2FSXgshk-sYbw%2F&urlrefer=52fc8f84fcdacafd799189062c5a8ddc
推荐这样的组合:Linux+c语言+python+javascript+go+算法 推荐这样的组合:Linux+c语言+python+javascript+go+算法。
4月5-6号迪艾姆python培训周末版 2014年4月5-6号迪艾姆python培训周末版 2天面授+50讲视频 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun30.html&urlrefer=33039c4462b28d70666a67c12f1d487d
python虽易,精通不易,且编码且珍惜。 python虽易,精通不易,且编码且珍惜。
部分python视频下载 部分python视频下载 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1jGkIYFW&urlrefer=71ad0854b7a14b97a14daf9677e3869d
go语言重写python爬虫联想词代码 python培训_python爬虫之采集 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fyou.video.sina.com.cn%2Fb%2F113293169-1631501663.html&urlrefer=9742eedf75e1a6d93deef96d59cbbf37 go语言重写python爬虫联想词代码 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun25.html&urlrefer=74bf3963aecedb202bb64320f53cca9a
Python进行测试常用工具 Python进行测试常用工具 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Farticle%2Fpythonpeixun21.html&urlrefer=fd60742bbc16309f4853645e3d442e66
迪艾姆python培训黄哥推荐的三本学习python好书下载 迪艾姆python培训黄哥推荐的三本学习python好书下载 How to Think Like a Computer Scientist- Learning with Python 3 Practical Programming, 2nd Edition An Introduction to Computer Science Using Python 3 Core Python Programming, 2nd Edition http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1jGkIYFW&urlrefer=71ad0854b7a14b97a14daf9677e3869d
5000元的课程,团购价1000元 5000元的课程,团购价1000元 还有中奖。 视频+作业+辅导+qq辅导群 迪艾姆python培训黄哥 讲的视频,大家可以下载 看爬虫视频,参加团购学习python http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1jGkIYFW&urlrefer=71ad0854b7a14b97a14daf9677e3869d 团购报名地址: http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Ftuangou.html&urlrefer=07cae50029158f8c3430e21c88bffd67
看爬虫视频,参加团购学习python。 看爬虫视频,参加团购学习python http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1jGkIYFW&urlrefer=71ad0854b7a14b97a14daf9677e3869d 团购报名地址: http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.pythoneye.com.cn%2Ftuangou.html&urlrefer=07cae50029158f8c3430e21c88bffd67
参加迪艾姆python远程视频培训团购,中笔记本电脑。 欢迎参加迪艾姆python远程视频培训团购! 视频+作业+答疑 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.010dm.com%2Fxflml%2F3095.html&urlrefer=2596f280eef6013107c1de53c413a998 限定100人参与,报名达100人,设一名一等奖,送一台笔记本电脑。
2014年python培训周末班 2014年python培训周末班 培训形式:周末面授 时间:3月8日 地点:北京五棵松 3月9日 上海 时间3个月 北京周六 上海周日 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.010dm.com%2Fxflml%2F3089.html&urlrefer=23d27f49045649ad5c097c4ed25fd9b3 和我有过交流的朋友,帮你写过代码、解决你的问题的朋友,拜托顶一下,谢谢!
python爬虫访问多个网站、中文编码的处理。 python爬虫访问多个网站、中文编码的处理。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.douban.com%2Fnote%2F332430651%2F&urlrefer=5190bedb22b57885c1f1074a2666caf4
疯狂python入门教程_黄哥教您通过学习python学会编程 疯狂python入门教程_黄哥教您通过学习python学会编程 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.douban.com%2Fnote%2F332348109%2F&urlrefer=1f8ce5f798acf7ee99827e65df6d9a0b
读文件、将字符串处理成需要的格式。 读文件、将字符串处理成需要的格式。 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.douban.com%2Fnote%2F330457331%2F&urlrefer=8a1c12a3d43aafe738118c0f9a3d4d1b
sublime text 配置视频 sublime text 配置视频 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1jGkIYFW&urlrefer=71ad0854b7a14b97a14daf9677e3869d
python的类中实例方法第一个参数self的理解 python的类中实例方法第一个参数self的理解 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.oschina.net%2Fcode%2Fsnippet_1448389_33254&urlrefer=e29985d16b0235b7d694351bba2c3c8e
python视频+好书下载 python视频+好书下载 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1jGkIYFW&urlrefer=71ad0854b7a14b97a14daf9677e3869d
首页
1
2
下一页