I know you are trying to make a case for python but “[Analysts nowadays] automate their processes directly using Python (or R) and they send the outputs to email, intranet, to Excel files (without needing to even open them) or PowerPoint.”…PowerPoint? Make a whole PowerPoint without opening it? For real? Then IBD hours shouldn’t be like this still…
同時也有359部Youtube影片,追蹤數超過12萬的網紅prasertcbs,也在其Youtube影片中提到,ดาวน์โหลด Jupyter Notebook ที่ใช้ในคลิปได้ที่: https://github.com/prasertcbs/pandas/blob/main/pandas_dataframe_to_html_markdown.ipynb เชิญสมัครเป็นสมา...
「python i」的推薦目錄:
- 關於python i 在 Facebook 的精選貼文
- 關於python i 在 BorntoDev Facebook 的精選貼文
- 關於python i 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳貼文
- 關於python i 在 prasertcbs Youtube 的最佳解答
- 關於python i 在 貝殼仔的日常 /The Shells' Daily Youtube 的最佳貼文
- 關於python i 在 貝殼仔的日常 /The Shells' Daily Youtube 的最佳解答
- 關於python i 在 (double colon) in Python when subscripting sequences? 的評價
- 關於python i 在 Monty Python - "Not Dead Yet" Scene (HD) - YouTube 的評價
- 關於python i 在 CS231n Python Tutorial With Google Colab 的評價
- 關於python i 在 List Comprehensions | A Whirlwind Tour of Python 的評價
python i 在 BorntoDev Facebook 的精選貼文
💡 หลาย ๆ คนที่เขียน Python มาสักพักแล้ว หรือบางคนเพิ่งเริ่มเขียน อาจจะยังไม่รู้จักการใช้งาน Iterator และ Iterable กันสักเท่าไหร่ หรือบางคนอาจจะใช้งานอยู่แล้ว แต่ยังไม่รู้ความหมายของมัน…
.
🔥 วันนี้แอดมาสรุปการใช้งาน Iterator และ Iterable มาให้เพื่อน ๆ อ่าน จะได้กระจ่างกันเลยว่าทั้งสองเนี่ยมันคืออะไร ใช้งานยังไง ถ้าพร้อมแล้วไปอ่านกันเลยยยยย!!
.
Iterable - Object ที่สามารถวนซ้ำได้ (List, Tuple, และ Strings ก็เป็น Iterable)
Iterator - ตัวที่ใช้วนซ้ำ
.
ประกอบด้วย Methods ดังนี้
🔹 __iter __ () - ใช้สร้าง Iterator เพื่อวนซ้ำใน Iterable
🔹 __next __ () - ใช้ดึงข้อมูลออกจาก Iterable
.
⚙️ การใช้งาน
iter() จะทำการสร้าง Iterator เพื่อกำหนดการวนซ้ำให้กับ Iterable จากนั้น และ next() จะดึงข้อมูลใน Iterable ออกมาตามลำดับการวนซ้ำนั่นเอง
.
👨💻 ตัวอย่าง1 : ดึงค่าใน Iterable ออกมาตามลำดับ Index
fruit = ["Apple", "papaya", "banana", "orange"]
iterator = iter(fruit)
print(next(iterator))
print(next(iterator))
print(next(iterator))
print(next(iterator))
.
หากเรียกใช้ 'next(iterator_obj)' อีกครั้ง มันจะ Return 'StopIteration' ออกมา เพราะค่าถูกดึงออกมาครบแล้วนั่นเอง
.
📑 ผลลัพธ์
Apple
papaya
banana
orange
.
👨💻 ตัวอย่าง2 : ตรวจสอบค่าใน Object ที่กำหนดว่าเป็น Iterable หรือไม่
def iterable(y):
try:
iter(y)
return True
except TypeError:
return False
arr = [34, [24, 35], (44, 112), {"Prayut":250}]
for i in arr:
print(i, " is iterable : ", iterable(i))
.
📑 ผลลัพธ์
34 is iterable : False
[24, 35] is iterable : True
(44, 112) is iterable : True
{'Prayut': 250} is iterable : True
จะเห็นว่า 34 ไม่ได้เป็น Iterable นั่นเอง
.
💥 Source : https://www.geeksforgeeks.org/python-difference-iterable-iterator/
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
python i 在 โปรแกรมเมอร์ไทย Thai programmer Facebook 的最佳貼文
เรียน Python ใน 30 วัน
https://dev.to/arindamdawn/30-days-of-python-day-1-5ghh?fbclid=IwAR0SoRWF9vsPiBAPr-8Ifxx82WPenmhvZ9_KG7ORo_DdbSH-kdFZwzyDTJQ
python i 在 prasertcbs Youtube 的最佳解答
ดาวน์โหลด Jupyter Notebook ที่ใช้ในคลิปได้ที่: https://github.com/prasertcbs/pandas/blob/main/pandas_dataframe_to_html_markdown.ipynb
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
playlist สอน Jupyter Notebook ► https://www.youtube.com/playlist?list=PLoTScYm9O0GErrygsfQtDtBT4CloRkiDx
playlist สอน Python สำหรับ data science ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFVfRk_MmZt0vQXNIi36LUz
playlist สอน seaborn ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGC9QvLlrQGvMYatTjnOUwR
playlist สอน matplotlib ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGRvUsTmO8MQUkIuM1thTCf
playlist สอนภาษาไพธอน Python เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH4YQs9t4tf2RIYolHt_YwW
playlist สอนภาษาไพธอน Python OOP ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEIZzlTKPUiOqkewkWmwadW
playlist สอน Python 3 GUI ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFB1Y3cCmb9aPD5xRB1T11y
playlist สอนการใช้งานโปรแกรม R: https://www.youtube.com/playlist?list=PLoTScYm9O0GGSiUGzdWbjxIkZqEO-O6qZ
playlist สอนภาษา R เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GF6qjrRuZFSHdnBXD2KVIC
#prasertcbs #pandas #googlesheets
python i 在 貝殼仔的日常 /The Shells' Daily Youtube 的最佳貼文
Project Euler URL:
https://projecteuler.net/
Code URL:
https://github.com/TW-yuhsi/Programming_Portfolio/blob/master/Project_Euler/p055.py
Software: Spyder (Anaconda3)
Language: Python
ICON URL:
https://projecteuler.net/
https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.alamy.com%2Fstock-photo%2Fc-1756.html&psig=AOvVaw3orb6p1a8AY2SueDHTbFHB&ust=1599806098941000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCNDx-aT83esCFQAAAAAdAAAAABAD
Track: 2am
Music composed and recorded by Oak Studios
Creative Commons - Attribution ND 4.0
https://youtu.be/34n3pYREa3M
python i 在 貝殼仔的日常 /The Shells' Daily Youtube 的最佳解答
Project Euler URL:
https://projecteuler.net/
Code URL:
https://github.com/TW-yuhsi/Programming_Portfolio/blob/master/Project_Euler/p080.py
Software: Spyder (Anaconda3)
Language: Python
ICON URL:
https://projecteuler.net/
https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.alamy.com%2Fstock-photo%2Fc-1756.html&psig=AOvVaw3orb6p1a8AY2SueDHTbFHB&ust=1599806098941000&source=images&cd=vfe&ved=0CAIQjRxqFwoTCNDx-aT83esCFQAAAAAdAAAAABAD
Track: Aery
Music composed and recorded by Oak Studios
Creative Commons - Attribution ND 4.0
https://youtu.be/WhsRBdFArZo
Track: The Blue
Music composed and recorded by Oak Studios
Creative Commons - Attribution ND 4.0
https://youtu.be/X_T2PWKTHFg
Track: Clouds
Music composed and recorded by Oak Studios
Creative Commons - Attribution ND 4.0
https://youtu.be/5nNVrUE4oDA
python i 在 CS231n Python Tutorial With Google Colab 的推薦與評價
In Colab, we can enforce the Python version by clicking Runtime -> Change Runtime Type and selecting python3 . Note that as of April 2020, Colab uses Python 3.6 ... ... <看更多>
python i 在 (double colon) in Python when subscripting sequences? 的推薦與評價
... <看更多>
相關內容