發表文章

目前顯示的是 2019的文章

14 Installing Python3.6 on a Raspberry Pi

14 Installing Python3.6 on a Raspberry Pi Posted on  22. 7. 2018  by  Knight of Pi I’m mostly happy with older Python versions, but Python3.6 offers a new method for string generation, the  f-string syntax , which i prefer over older methods. >>Installation Enter in the terminal 1 2 3 4 5 6 7 8 sudo apt - get install python3 - dev libffi - dev libssl - dev - y wget https : //www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz tar xJf Python - 3.6.3.tar.xz cd Python - 3.6.3 . / configure make sudo make install sudo pip3 install -- upgrade pip >>Test Start Python3 with 1 python3 and enter in the IDE 1 2 how , what = "holy" , "Grail" print ( f 'The {how} {what}!' ) Links Realpython f-string syntax introduction:  https://realpython.com/python-f-strings/

RESTful API command UI Backend 架構圖 by Nodejs + RedisDB +PM2

圖片