【授業事例】パソコン教室 スマホ・タブレット教室 プログラミング教室 キュリオステーション鶴見校

  • USB WIFI子機セットアップ、キャノンプリンターセットアップ(鶴見区内 出張レスキュー) 
  • bps、KB、MB、GB、TBとは
    アナログ、デジタルとは?
    フォルダの使い方
  • スネークケース、キャメルケース、ケバブケースの使い方
  • BlackBerryKEY2で AquaMozc for BlackBerry
  • (鶴見区内出張サポート例)WIFIルーターの設置、設定。接続試験。(FLETS光)
  • パワーポイント 図形(頂点の編集、線分の削除)
  • PEP8 (Python Enhancement Proposal 8)
  • データ分析のための統計学入門
    http://www.kunitomo-lab.sakura.ne.jp/2021-3-3Open(S).pdf
  • Python仮想環境
    python -m venv test
  • Python プログラミング入門
    整数、少数、組み込み関数、文字列、リスト、演算子、真偽値
  • python unpack 使い方
>>> c = (1,2,3)
>>> x, y, z = c
>>> x
1
>>> y
2
>>> z
3
>>>
  • パイソン入門 ディクショナリーの使い方
>>> c = (1,2,3)
>>> x, y, z = c
>>> x
1
>>> y
>>> dict = {"a":23, "b":28}
>>> dict
{'a': 23, 'b': 28}
>>> dict.get('c')
>>> print(dict.get('c'))
None
>>> answer = dict.get('a')
>>> answer
23
>>> answer = dict.get('c')
>>> answer
>>> print(answer)
None
>>> answer = dict.get('c', 'c')
>>> print(answer)
  • パイソンゲームプログラミング入門
import pgzrun
pgzrun.go()
ImportError: You are running from an interactive interpreter.
'import pgzrun' only works when you are running a Python file.
  • パイソン プログラミング入門 splitメソッドの使い方
>>> text = "good morning sunshine"
>>> text
'good morning sunshine'
>>> words = text.split(' ')
>>> words
['good', 'morning', 'sunshine']
>>>
  • パイソン プログラミング入門 予約語
>>> import keyword
>>> keyword.kwlist
['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
>>>
  • セブンイレブン 支払い バーコード 印刷
日本IBM出身
ホームページビルダー元開発責任者
鎌田裕二
責任指導
横浜市鶴見区のパソコン教室⇒

お問い合わせ TEL:045-567-8393
【開校15年 総受講生 1,800名以上】
小学生から90才まで通学実績有