<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python on Bymunije</title>
    <link>https://byzhang.com/tags/python/</link>
    <description>Recent content in Python on Bymunije</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 22 Oct 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://byzhang.com/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Software Setting</title>
      <link>https://byzhang.com/study/software-setting/</link>
      <pubDate>Tue, 22 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/software-setting/</guid>
      <description>Sublime Text3 1. Tab自动转换为空格 打开Preferences -&amp;gt; Settings - User 添加代码如下： &amp;quot;tab_size&amp;quot;: 4, &amp;quot;translate_tabs_to_spaces&amp;quot;: true 2. 个性化设置 { &amp;quot;color_scheme&amp;quot;: &amp;quot;Packages/Predawn/predawn.tmTheme&amp;quot;, &amp;quot;font_face&amp;quot;: &amp;quot;Microsoft Yahei Mono&amp;quot;, &amp;quot;font_size&amp;quot;: 11, &amp;quot;highlight_line&amp;quot;: true, &amp;quot;highlight_modified_tabs&amp;quot;: true, &amp;quot;ignored_packages&amp;quot;: [ ], &amp;quot;line_padding_top&amp;quot;: 3, &amp;quot;show_encoding&amp;quot;: true, &amp;quot;show_line_endings&amp;quot;: true, &amp;quot;theme&amp;quot;:</description>
    </item>
    
    <item>
      <title>Readfree自动签到</title>
      <link>https://byzhang.com/study/readfree%E8%87%AA%E5%8A%A8%E7%AD%BE%E5%88%B0/</link>
      <pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/readfree%E8%87%AA%E5%8A%A8%E7%AD%BE%E5%88%B0/</guid>
      <description>Readfree每天签到可获取1~3个积分,每天其实还是挺麻烦的,所以折腾了自动签到 获取cookie 在chrome中登录Readfree后,</description>
    </item>
    
    <item>
      <title>Python code</title>
      <link>https://byzhang.com/study/python-code/</link>
      <pubDate>Fri, 19 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/python-code/</guid>
      <description>Basic code 1.split [&amp;lsquo;a;b&amp;rsquo;] to [&amp;lsquo;a&amp;rsquo;],[&amp;lsquo;b&amp;rsquo;] split_target = open(&amp;quot;Processing_target_nan_split.txt&amp;quot;,&#39;w&#39;) with open(&#39;Processing_target_nan_withHeader.txt&#39;) as Processing_target: count = 0 for line in Processing_target: count += 1 try: line = line.replace(&#39;\n&#39;,&#39;&#39;)#去掉末尾换行符 Target = line.split(&#39;\t&#39;)[7].split(&amp;quot;;&amp;quot;)[:]#split Index_drug = line.split(&amp;quot;\t&amp;quot;)[0] Index_cellLine = line.split(&amp;quot;\t&amp;quot;)[1] AUC = line.split(&amp;quot;\t&amp;quot;)[2] cellLine_name= line.split(&amp;quot;\t&amp;quot;)[5] DrugName</description>
    </item>
    
  </channel>
</rss>
