Skip to content
  • About Me

charlie笔记

A programmer’s note boke for work and life

分类:Python

python笔记,python案例,python学习

ubuntu下编写pythonc++扩展

10 2月10 11月 by test16604225

#include “python.h”pyobject* hello(pyobject […]

Continue reading
Posted in Python · Leave a comment

pythonv3.1final发布

10 2月10 11月 by test16604225

跨平台的脚本语言 发布说明:http://www.python.org/download/releases/3 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

用python写自己的linux音乐播放器

10 2月10 11月 by test16604225

  用linux学习和工作一年多了,已经完全习惯它的操作方式。可是我还是不得不说,在操作方便和易用性上面,它还 […]

Continue reading
Posted in Python · Leave a comment

ubuntu10.04下c程序中集成python

10 2月10 11月 by test16604225

测试环境:ubuntu 10.04 #include #include int main(int argc, […]

Continue reading
Posted in Python · Leave a comment

新手学linux编程之python入门

10 2月10 11月 by test16604225

第一章 介绍      脚本语言是类似dos批处理、unix shell程序的语言。脚本语言不需要每次编译再执 […]

Continue reading
Posted in Python · Leave a comment

python入门教程

10 2月10 11月 by test16604225

我在别的网站找到的python教程 是linux下编程的好语言 和大家分享一下 [ 本帖最后由 growth兆 […]

Continue reading
Posted in Python · Leave a comment

python3.1rc1

10 2月10 11月 by test16604225

一门跨平台的语言,python几乎支持所有的操作系统,包括常见的linux,windows等。 gzipped […]

Continue reading
Posted in Python · Tagged python · Leave a comment

fedora14下配置python开发环境

10 2月10 11月 by test16604225

先装python,由于fedora 14系统已有python,将python安装至home目录下; 修改hom […]

Continue reading
Posted in Python · Leave a comment

ubuntu下python和pexpect模块的安装

10 2月10 11月 by test16604225

python的安装: 1)下载python。主页上有两个版本,我下载的是2.7这个版本(很费解的是,pytho […]

Continue reading
Posted in Python · Leave a comment

概说开放源代码python编程

10 2月10 11月 by test16604225

  我第一回体验python是用这种脚本编程语言定制mailman,这是一种邮件列表管理软件包。最初我对pyt […]

Continue reading
Posted in Python · Leave a comment

pythoncookbook2ed

10 2月10 11月 by test16604225

学习python语言的一本不错的书籍阿 现在和大家一起分享下。 我收集和还有很多呢,想看的话告诉我一声吧 [ […]

Continue reading
Posted in Python · Leave a comment

pythonv3.1beta1发布

10 2月10 11月 by test16604225

功能强大的通用性语言 发布说明:http://www.python.org/download/releases […]

Continue reading
Posted in Python · Tagged python · Leave a comment

用python建立最简单的web服务器

10 2月10 11月 by test16604225

利用python自带的包可以建立简单的web服务器。在dos里cd到准备做服务器根目录的路径下,输入命令: p […]

Continue reading
Posted in Python · Leave a comment

ubuntu系统下搭建python开发环境

10 2月10 11月 by test16604225

之前演示了在windows中安装pycharm,很简单。下面介绍一下如何在ubuntu中安装pycharm w […]

Continue reading
Posted in Python · Leave a comment

在linux环境python下开发全文索引

10 2月10 11月 by test16604225

  随着信息量的增长,高效地定位特定信息变得越来越重要。本专栏将探讨全文索引领域,并集中讨论作者的公共域 in […]

Continue reading
Posted in Python · Leave a comment

python3在ubuntu环境下的安装

10 2月10 11月 by test16604225

首先下载最新版本的python,在这里我的版本是python 3.1.1。然后就是在ubuntu环境下安装,切 […]

Continue reading
Posted in Python · Leave a comment

redhatenterprise5.564位安装wxpython

10 2月10 11月 by test16604225

感些阅读此贴。。我这个疑问困扰了好多天,如果你有思路清给些提示。 谢谢 我的系统是redhat enterpr […]

Continue reading
Posted in Python · Tagged python · Leave a comment

python3对dns负载均衡环境下的web服务器的监控脚本

10 2月10 11月 by test16604225

很多大型网站为了减轻压力,避免单点故障,使用了多个服务器(ip)地址来为单一网站提供服务。 其中包括使用dns […]

Continue reading
Posted in Python · Leave a comment

ubuntu14.04安装python3.3.5

10 2月10 11月 by test16604225

python 3.3.5上个月就已发布了上个月,相比以前的python版本,解决了一些关键问题。有关改版本的详 […]

Continue reading
Posted in Python · Leave a comment

ubuntu10.10下解决pythoncpu占用100%的方法

10 2月10 11月 by test16604225

在ubuntu 10.10中,python-ibus中存在问题,这个是10.10中的python有bug。 是 […]

Continue reading
Posted in Python · Leave a comment

ubuntu9.04编译安装python新版本导致出错的解决办法

10 2月10 11月 by test16604225

在这篇文章中我提到了ubuntu中自己编译安装python新版本的问题,如果您是使用 apt-get inst […]

Continue reading
Posted in Python · Leave a comment

pythonv3.1alpha2

10 2月10 11月 by test16604225

python是一种面向对象、直译式计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

fedora16安装vim以及整合部分插件(forpython)

10 2月10 11月 by test16604225

在fedora上面使用(更新)vim以及整合部分插件(for python), 笔记如下:0.提前准备:0.1 […]

Continue reading
Posted in Python · Leave a comment

ubuntu12.04上eclipse集成python开发环境

10 2月10 11月 by test16604225

本文主要讲的是python开发环境的配置,因此eclipse的安装不做介绍(这里假设你已经安装了eclipse […]

Continue reading
Posted in Python · Leave a comment

ubuntu中安装多个版本python

10 2月10 11月 by test16604225

ubuntu中默认就自带了python的2.5版本,结果我还是装了一个python的2.6版本,在网上查了下才 […]

Continue reading
Posted in Python · Leave a comment

运维工程师为什么要学习python或ruby语言

10 2月10 11月 by test16604225

如果你是个学生,你应该会c,c++和java。还会一些vb,或c#/.net。多少你还可能开发过一些web网页 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

fedora环境python访问mysql安装mysqldb

10 2月10 11月 by test16604225

本人是fedora下的,如果是其他的只是在命令行上略有区别而已。 1、安装数据库驱动适配器 http://so […]

Continue reading
Posted in Python · Leave a comment

ubuntu下使用python连接mysql数据库

10 2月10 11月 by test16604225

如果要在ubuntu下使用python连接mysql只要两个步骤就ok。 第一步: 在终端下输入sudo ap […]

Continue reading
Posted in Python · Leave a comment

python中is和in的区别

10 2月10 11月 by test16604225

a=[1,2,3] b=[1,2,3] c=d=[1,2,3] 怎么c is d结果为true,而a in b […]

Continue reading
Posted in Python · Tagged python · Leave a comment

运维新手们,看看学习python的重要性

10 2月10 11月 by test16604225

现阶段,掌握一门开发语言已经成为高级运维工程师的必备计能,不会开发,你就不能充分理解你们系统的业务流程,你就不 […]

Continue reading
Posted in Python · Tagged python · Leave a comment

文章导航

先前文章
较新文章

近期文章

  • 15款互联网人必备的AI工具,效率提升2倍
  • 多个ChatGPT通用指令
  • Python采集biaozhun政府文件
  • TensorFlow库:Python中的深度学习
  • python 本地密码管理应用

近期评论

  • helenadmin发表在《Python采集biaozhun政府文件》
  • helenadmin发表在《写给程序员的一封公开信》
  • Google发表在《About Me》
  • helenadmin发表在《ES(ElasticSearch)分布式全文搜索引擎及使用方式》
  • buy viagra发表在《About Me》

文章归档

  • 2024年12月
  • 2024年9月
  • 2024年6月
  • 2024年5月
  • 2024年3月
  • 2024年2月
  • 2024年1月
  • 2023年12月
  • 2023年11月
  • 2023年10月
  • 2023年9月
  • 2023年8月
  • 2023年7月
  • 2023年6月
  • 2023年5月
  • 2023年4月
  • 2023年3月
  • 2023年2月
  • 2023年1月
  • 2022年12月
  • 2022年8月
  • 2022年7月
  • 2022年6月
  • 2022年5月
  • 2022年4月
  • 2022年3月
  • 2022年2月
  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月
  • 2021年8月
  • 2021年7月
  • 2021年6月
  • 2021年5月
  • 2021年4月
  • 2021年3月
  • 2021年1月
  • 2020年12月
  • 2020年11月
  • 2020年10月
  • 2020年9月
  • 2020年8月
  • 2020年7月
  • 2020年6月
  • 2020年5月
  • 2020年4月
  • 2020年3月
  • 2020年2月
  • 2020年1月
  • 2019年12月
  • 2019年11月
  • 2019年10月
  • 2019年9月
  • 2019年8月
  • 2019年7月
  • 2019年6月
  • 2019年5月
  • 2019年4月
  • 2019年3月
  • 2019年2月
  • 2019年1月
  • 2018年12月
  • 2018年11月
  • 2018年10月
  • 2018年9月
  • 2018年7月
  • 2018年6月
  • 2018年3月
  • 2018年2月
  • 2018年1月
  • 2017年12月
  • 2017年11月
  • 2017年10月
  • 2017年9月
  • 2017年8月
  • 2017年7月
  • 2017年6月
  • 2017年5月
  • 2017年4月
  • 2017年3月
  • 2017年1月
  • 2016年12月
  • 2016年11月
  • 2016年10月
  • 2016年9月
  • 2016年8月
  • 2016年7月
  • 2016年6月
  • 2016年5月
  • 2016年4月
  • 2016年3月
  • 2016年2月
  • 2015年8月
  • 2015年7月
  • 2015年6月
  • 2015年5月
  • 2014年7月
  • 2014年6月
  • 2014年5月
  • 1970年1月

分类目录

  • Database
  • focus—-实时热搜
  • IC设计
  • js&jquery
  • PHP
  • Python
  • 新技术研习
  • 服务器相关技术
  • 算法
  • 缓存技术
  • 随笔

功能

  • 注册
  • 登录
  • 文章RSS
  • 评论RSS
  • WordPress.org
© 2025 charlie笔记 ·