Python Club (Python勉強会)

2021/09/01

Python clubのwebsiteができました。

2012/02/12~

分子科学研究所にて有志で行っているPython勉強会の記録をしていきます(記録していくだけ)。

  • 第1回 2020/02/12 General Introduction

    • Pythonとは?

    • 何ができる?

      • Numeric and scientific programming

      • Communicating with instruments

      • Graphical user interface

      • Others

    • Homework

      • Load data. Fit data. Plot data. Exercise

  • 第2回 2020/02/19 Object-Oriented Programming

    • Object-oriented programming

    • Communicating with instruments

      • Using VISA, serial port, somebody's module

    • Class

  • 第3回 2020/02/26 Making Graphical User Interface

    • Packages for GUI programming

    • widget, callback

    • class

    • threading

  • 第4回 2020/03/04 Visualization Library

    • Seaborn, ...

    • Perceptually uniform color scale

  • 第5回 2020/03/11 Pandas

    • Numpy vs Pandas

    • Jupyter

  • 第6回 2020/03/18 Python Environment

    • Anaconda vs Conda

    • Build a new environment

    • Package channel

  • 第7回 2020/03/25 IPython

    • What is IPython?

    • IPython vs interpreter

    • Example

      • type, ?, history, tab

    • magic command

  • 第8回 2020/04/01 Error Handling

    • Exception vs Syntax error

    • Rais(e)ing an exception

    • Assertion error exception

    • try and except: handling exception

    • else clause

    • using finally

  • 第9回 2020/04/08 Jupyter Notebook and Jupyter Lab

    • Jupyter Lab

  • 第10回 2020/04/15 Arduino

    • What is Arduino?

    • Serial communication

    • Analog input/output

  • 第11回 2020/04/22 Raspberry Pi

    • What is Raspberry Pi?

    • Raspberry Pi vs Arduino

    • GPIO

    • I2C connection

  • 第12回 2020/05/13 Github

  • XX回 2020/08/19 SCPI

    • SCPI (Standard Command for Programmable Instruments).

  • 第XX1回 2021/08/18 Encoding: unicode, utf-8, ASCII

  • 第XX2回 2021/08/25 Spherical harmonics, Integral

    • scipy.special.shp_harm()

    • integral with meshgrid function