<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Learning on Margrop Blog</title>
    <link>https://blog.margrop.net/en/tag/learning/</link>
    <description>Recent content in Learning on Margrop Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Fri, 12 Feb 2021 14:28:13 +0800</lastBuildDate>
    <atom:link href="https://blog.margrop.net/en/tag/learning/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python3 basics</title>
      <link>https://blog.margrop.net/en/post/python3-basic-learning/</link>
      <pubDate>Fri, 12 Feb 2021 14:28:13 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/python3-basic-learning/</guid>
      <description>Python3 tutorial Python download Python3 built-in functions Base Use indentation instead of {} The end of the statement is not required; list=[&amp;hellip;] method len()/append()/insert() tuple=() immutable list map={key:value,key:value&amp;hellip;} method key in map/get(key,defaultValue)/pop(key) set=set([&amp;hellip;]) method add(key)/remove(key) function Data type: int(v), float(v), str(v), bool(v) Empty statement: pass Immutable object: None Variable parameters: *args, receives 1 tuple Keyword parameter: **kw, receives 1 dict </description>
    </item>
  </channel>
</rss>
