Pathompat Sungpankhao

[Part 4] Python 101: Iteration

Basic ในการเขียนโปรแกรม จะต้องมีการ "วนซ้ำ" เพื่อตรวจสอบข้อมูลจำนวนมากๆ หรือเพื่อใช้สั่งให้ทำงานหลายรอบ Flowchart While Loop Definition เป็น loop พื้นฐานที่มีในทุกภาษา syntax

[Part 3] Python 101: Collections

Collections Variable จากที่เรียนตัวแปรและชนิดของตัวแปรไปเมื่อคราวที่แล้ว [Part 1] Python 101: Basic programmingBasic Process Basic syntax 1. Comment ใช้ # คั่นข้างหน้าสุด ส่วนนั้นจะไม่ทำงาน ใช้

Petitgo's Techstack

Backend * App Script (google) * Nest.js : Typescript Frontend/UI * Looker Studio Database * Firestore * Google Sheet CMS/Omni Channel Ecommerce * Bigseller

[Part 2] Python 101: Control process

Conditional Programming ในการเขียนโปรแกรมมักมีเงื่อนไขในการทำงาน เพื่อให้โปรแกรมทำงานหรือแสดงผลลัพธ์ต่างกันตามเงื่อนไขที่กำหนด Flowchart แผนภาพที่ระบุลำดับการทำงาน และเงื่อนไขการทำงานของโปรแกรม * วงกลม: กำหนดจุดเริ่มต้น - สิ้นสุดของโปรแกรม

[Part 1] Python 101: Basic programming

Basic Process Basic syntax 1. Comment ใช้ # คั่นข้างหน้าสุด ส่วนนั้นจะไม่ทำงาน ใช้อธิบายโค้ดหรือใช้โน้ตสำหรับ Developer # Hello Python 2. Output # print hello world print(