CodeW3C Online Tutorial
HTML Mga Tutorial
Browser Script
Server Script
Programming Tutorial
XML Mga Tutorial
Mga Manwal sa Pagbuo ng Website
Mga Manwal na Pangtutukoy
Schedule
Python Tutorial
Python Tutorial
Kabatiran ng Python
Pagpasok sa Python
Syntax ng Python
Komento sa Python
Variable sa Python
Mga Datatype sa Python
Python Numbers
Casting sa Python
String sa Python
Boolean sa Python
Operator sa Python
List sa Python
Tuple sa Python
Set sa Python
Dictionary sa Python
Python If Else
While Loop sa Python
For Loop sa Python
Function sa Python
Lambda sa Python
Array sa Python
Python Class/Object
Inheritance sa Python
Iteration sa Python
Scope sa Python
Module sa Python
Date sa Python
JSON sa Python
RegEx sa Python
PIP sa Python
Try Except sa Python
Python Command Input
Format String sa Python
File Processing
Bukas ng File sa Python
Basa ng File sa Python
Python File Write/Create
Pagtanggal ng File sa Python
Python NumPy
Kabatiran ng NumPy
Pagpasok sa NumPy
Paglikha ng Array sa NumPy
Index ng Array sa NumPy
Cut ng Array sa NumPy
Datatype ng NumPy
Copy/View ng Array sa NumPy
Hape ng Array sa NumPy
Reshape ng Array sa NumPy
Iteration ng Array sa NumPy
Concatenation ng Array sa NumPy
Split ng Array sa NumPy
Search ng Array sa NumPy
Sort ng Array sa NumPy
Filter ng Array sa NumPy
Random ng NumPy
ufuncs ng NumPy
Machine Learning
Introduction
Mean Median Pattern
Standard Deviation
Percentile
Data Distribution
Normal Data Distribution
Scatter Plot
Linear Regression
Polynomial Regression
Multiple Regression
Scaling
Training/Testing
Decision Tree
Python MySQL
MySQL 入门
MySQL Create Database
MySQL Create Table
MySQL Insert
MySQL Select
MySQL Where
MySQL Order By
MySQL Delete
MySQL Drop Table
MySQL Update
MySQL Limit
MySQL Join
Python MongoDB
MongoDB 入门
MongoDB 创建数据库
MongoDB 创建集合
MongoDB Insert
MongoDB Find
MongoDB Query
MongoDB Sort
MongoDB Delete
MongoDB 删除集合
MongoDB Update
MongoDB Limit
Python 参考手册
Python 参考概览
Python 内建函数
Python 字符串方法
Python 列表方法
Python 字典方法
Python 元组方法
Python 集合方法
Python 文件方法
Python 关键字
模块参考手册
随机模块
请求模块
Python How To
删除列表重复项
反转字符串
Python 实例
Python 实例
Python 测验
选修课
课程推荐:
CodeW3C.com 百宝箱
English
中文
繁體中文
Русский
Français
Deutsch
Español
Português
日本語
한국어
Italiano
عربي
हिंदी
বাংলা
Bahasa Malaysia
မြန်မာ
Tiếng Việt
ภาษาไทย
ລາວ
Bahasa Indonesia
اردو
Hausa
Język polski
ਪੰਜਾਬੀ
Svenska
Dansk
Nederlands
Türkçe
suom.
Ελληνικά
فارسی
Kiswahili
తెలుగు
wikang Galu
Python hex() 函数
Python 内建函数
实例
把 255 转换为十六进制值:
x = hex(255)
运行实例
定义和用法
hex() 函数将指定的数字转换为十六进制值。
返回的字符串始终以前缀 0x 开头。
语法
hex(
number
)
参数值
参数
描述
number
整数。
Python 内建函数
工具箱
Python 参考手册
Python 实例
Python 测验
赞助商链接