zoukankan      html  css  js  c++  java
  • python resources

    learn python.org    https://www.learnpython.org/en/Hello%2C_World%21

    How do I read a file line by line into a list  https://stackoverflow.com/questions/3277503/how-do-i-read-a-file-line-by-line-into-a-list

    python-reference     http://python-reference.readthedocs.io/en/latest/intro.html

    extracing extension from filename in Python  https://stackoverflow.com/questions/541390/extracting-extension-from-filename-in-python/

    command line arguments in Python  https://stackoverflow.com/questions/1009860/command-line-arguments-in-python

    turorial point https://www.tutorialspoint.com/python/python_functions.htm

    delete final line in file with Python https://stackoverflow.com/questions/1877999/delete-final-line-in-file-with-python  

    convert list to string with space in Python https://stackoverflow.com/questions/12309976/convert-list-into-string-with-spaces-in-python

    converting a float to a string without rounding it https://stackoverflow.com/questions/1317558/converting-a-float-to-a-string-without-rounding-it

    how to convert list to string  https://stackoverflow.com/questions/5618878/how-to-convert-list-to-string

    Data types and conversion   http://www.pitt.edu/~naraehan/python2/data_types_conversion.html

    shortcut  keys for commenting out lines of python in spyder    https://stackoverflow.com/questions/36644144/shortcut-key-for-commenting-out-lines-of-python-code-in-spyder

    while loop with f.readline()   https://mail.python.org/pipermail/python-list/2001-February/105300.html

    More control flow tools   https://docs.python.org/2/tutorial/controlflow.html

    python, how to split a string  https://www.mkyong.com/python/python-how-to-split-a-string/  

    reading and writing files  https://docs.python.org/2/tutorial/inputoutput.html#reading-and-writing-files  

  • 相关阅读:
    常用命令-eval简析
    bash手册 之重定向原理与实现
    TCP/IP 编程
    SQL Server存储内幕系列
    ORACLE优化器RBO与CBO介绍总结
    24小时学通LINUX内核系列
    SQL Server 优化器+SQL 基础
    JAVA 强引用、软引用、弱引用、虚引用
    iOS 如何做才安全--逆向工程
    Python 基础学习
  • 原文地址:https://www.cnblogs.com/liyongguo/p/7146475.html
Copyright © 2011-2022 走看看