<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://neutriverse.uk/</id><title>Neutriverse</title><subtitle>用于堆放笔记、文字和长期想法的个人站点。</subtitle> <updated>2026-04-29T13:04:24+08:00</updated> <author> <name>Neutrino</name> <uri>https://neutriverse.uk/</uri> </author><link rel="self" type="application/atom+xml" href="https://neutriverse.uk/feed.xml"/><link rel="alternate" type="text/html" hreflang="zh-CN" href="https://neutriverse.uk/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Neutrino </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Zodiac</title><link href="https://neutriverse.uk/posts/TestInfo/" rel="alternate" type="text/html" title="Zodiac" /><published>2025-07-01T00:00:00+08:00</published> <updated>2025-07-01T00:00:00+08:00</updated> <id>https://neutriverse.uk/posts/TestInfo/</id> <content type="text/html" src="https://neutriverse.uk/posts/TestInfo/" /> <author> <name>Neutrino</name> </author> <category term="Blog" /> <summary>Super Large title Big title Test Area Across the Great Wall we can reach every corner in the world.</summary> </entry> <entry><title>Python复健笔记01</title><link href="https://neutriverse.uk/posts/PythonIntro/" rel="alternate" type="text/html" title="Python复健笔记01" /><published>2025-07-01T00:00:00+08:00</published> <updated>2025-07-01T00:00:00+08:00</updated> <id>https://neutriverse.uk/posts/PythonIntro/</id> <content type="text/html" src="https://neutriverse.uk/posts/PythonIntro/" /> <author> <name>Neutrino</name> </author> <category term="学习笔记" /> <summary>Python 复健笔记 01 Python有五个标准的数据类型： Numbers（数字） String（字符串） List（列表） Tuple（元组） Dictionary（字典） Python支持四种不同的数字类型： int（有符号整型） long（长整型，也可以代表八进制和十六进制） float（浮点型） complex（复数） 截取永远取前不取后 print list[1:3:2] 起始：终止：步长（第二个） Tuple是只读版本List 字典(dictionary)是除列表以外Python之中最灵活的内置数据结构类型。列表是有序的对象集合，字典是无序的对象集合。 两者之间的区别在于：字典当中的元素是通过键来存取的，而不是通过偏移存取。 字典用”{ }”标识。字典由索引(key)和它对应的值value组成。 ^按位异或运算...</summary> </entry> </feed>
