คอร์ส python currency trading สอนภาษา python และวิธีทำบอทเทรดแบบง่าย
เนื้อหาที่สอน
รูปแบบการสอน
- เป็นคอร์ส online เรียนที่ไหนก็ได้
- โอนตังปุ๊ป เข้าคอสปั๊ป
- อธิบายเป็นคลิปวีดีโอ ทีละเรื่อง ตั้งแต่พื้นฐาน
- สามารถดูได้ตลอดเวลา ไม่มีวันหมดอายุ
- หากมีข้อสงสัยตรงไหน สามารถตั้งกระทู้ ถาม-ตอบ
ในกลุ่มพิเศษของ facebook ได้ตลอด
รายละเอียดเนื้อหา
– เล่าๆ เม่ามอย
0x01 ตกลงกันก่อน
– ตกลงกันก่อน
0x02 Basic Programming
– shebang
– python source code encoding
– REST(ful) API
– JSON (JavaScript Object Notation)
– HMAC
0x03 ทำความรู้จักกับภาษา python
– download & install
– pip command
– interactive mode
– script mode
– comments
– lines and indentation
0x04 variable & datatypes
– variable
– standard data types
– boolean (True/False)
– string
– number (int, float)
– list []
– tuple ()
– dict {}
0x05 operation
– types of operator
– arithmetic operators
– comparison operators
– assignment operators
– logical operators
– bitwise operators
– membership operators
– identity operators
– operators precedence
0x06 loop & condition
– loop & control
– while break continue pass else
– condition
0x07 function & class
– function
– class
0x08 modules & package
– build-in modules (sys time json hmac)
– writing modules
0x09 requests
– requests (get)
– requests (header)
– requests (post)
0x9999 Demo
– line notify (ตอนการทำ line notify ง่ายๆ ด้วย python3)
– bx.in.th
– etc