CodeW3C Online-Tutorial
HTML-Serie-Tutorial
Browser Script
Server Script
Programmierung-Tutorial
XML-Serie-Tutorial
Webseiten-Manual
Referenzhandbuch
Course Schedule
Python-Tutorial
Python-Tutorial
Python-Übersicht
Python-Einführung
Python-Syntax
Python-Kommentare
Python-Variable
Python-Datentypen
Python Numbers
Python-Typumwandlung
Python-String
Python-Boolesch
Python-Operator
Python-Liste
Python-Tupel
Python-Menge
Python-Dictionary
Python If Else
Python-While-Schleife
Python-For-Schleife
Python-Funktion
Python-Lambda
Python-Array
Python Class/Object
Python-Vererbung
Python-Iteration
Python-Bereich
Python-Modul
Python-Datum
Python-JSON
Python-RegEx
Python-PIP
Python-Try-Except
Python Command Input
Python-String-Formatierung
File Handling
Python-Datei-Öffnen
Python-Datei-Lesen
Python File Write/Create
Python-Datei-Löschen
Python NumPy
NumPy-Übersicht
NumPy-Einführung
NumPy-Array-Erstellung
NumPy-Array-Indizierung
NumPy-Array-Schneiden
NumPy-Datentypen
NumPy-Kopie/Ansicht
NumPy-Array-Form
NumPy-Array-Neuformung
NumPy-Array-Iteration
NumPy-Array-Kombination
NumPy-Array-Zerlegung
NumPy-Array-Suche
NumPy-Array-Sortierung
NumPy-Array-Filterung
NumPy-Zufall
NumPy-ufuncs
Machine Learning
入门
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 删除表
MySQL 更新
MySQL Limit
MySQL Join
Python MongoDB
MongoDB 入门
MongoDB 创建数据库
MongoDB 创建集合
MongoDB 插入
MongoDB 查找
MongoDB 查询
MongoDB 排序
MongoDB Delete
MongoDB 删除集合
MongoDB Update
MongoDB Limit
Python 参考手册
Python 参考概览
Python 内置函数
Python 字符串方法
Python 列表方法
Python 字典方法
Python 元组方法
Python 集合方法
Python 文件方法
Python 关键字
模块参考手册
随机模块
请求模块
Python 如何
删除列表重复项
反转字符串
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 测验
赞助商链接