Semester 6 - chae research log: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 1: Line 1:
=small-files=
=Self-directed=
==image for web==
==small-files==
===to mamang===
===image for web===
====to mamang====
down grading BG image
down grading BG image
Display P3<br>
Display P3<br>
Line 8: Line 9:
*REF: https://kokorobot.ca/site/image_optimization.html
*REF: https://kokorobot.ca/site/image_optimization.html


=headphone-tree=
==headphone-tree==


=qrcode butterfly=
==qrcode butterfly==


==


=flask=
==flask==
==python study==
===python study===
  '''enumerate()'''<br>In Python, a for loop is usually written as a loop over an iterable object. This means you don’t need a counting variable to access items in the iterable. '''Sometimes, though, you do want to have a variable that changes on each loop iteration.''' Rather than creating and incrementing a variable yourself, you can use Python’s enumerate() to get a counter and the value from the iterable at the same time! https://realpython.com/python-enumerate/
  '''enumerate()'''<br>In Python, a for loop is usually written as a loop over an iterable object. This means you don’t need a counting variable to access items in the iterable. '''Sometimes, though, you do want to have a variable that changes on each loop iteration.''' Rather than creating and incrementing a variable yourself, you can use Python’s enumerate() to get a counter and the value from the iterable at the same time! https://realpython.com/python-enumerate/


Line 24: Line 24:
  '''join()'''
  '''join()'''


=call service=
==call service==
*https://duckduckgo.com/?q=libelium+aruino+gsm+shield&atb=v366-1&ia=web
*https://duckduckgo.com/?q=libelium+aruino+gsm+shield&atb=v366-1&ia=web
*https://randomnerdtutorials.com/sim900-gsm-gprs-shield-arduino/
*https://randomnerdtutorials.com/sim900-gsm-gprs-shield-arduino/
Line 30: Line 30:
*https://youtu.be/AifOsiD5oQw
*https://youtu.be/AifOsiD5oQw
*http://www.raspberry-asterisk.org/
*http://www.raspberry-asterisk.org/
=research log=
==tutorial with M and J and M and A and C==

Revision as of 18:55, 26 April 2023

Self-directed

small-files

image for web

to mamang

down grading BG image Display P3
Copyright:copyright Apple Inc 2017
GIMP built-insRGB

headphone-tree

qrcode butterfly

flask

python study

enumerate()
In Python, a for loop is usually written as a loop over an iterable object. This means you don’t need a counting variable to access items in the iterable. Sometimes, though, you do want to have a variable that changes on each loop iteration. Rather than creating and incrementing a variable yourself, you can use Python’s enumerate() to get a counter and the value from the iterable at the same time! https://realpython.com/python-enumerate/
range()
정수만 받아. 그리고 최대 3가지의 파라미터?를 혹은 argument인가? (정확한 이름 확인하기)를 받을 수 있어. 즉 시작하는 숫자, 끝나는 숫자, 그리고 step.
len()
길이를 뜻해. 숫자로 표시됨.
join()

call service

research log

tutorial with M and J and M and A and C