ニュース

ところで、マルチプラットフォーム対応のプログラミング言語Pythonだが今回はWindows専用だ。というのも、今回はWindowsに備わっているCOM(ActiveX)機能を使うからだ。もともとExcelには処理を自動化するのためにVBAというマクロ機能が備わっているが、外部の ...
最近ではファイルの受け渡しをする際、OneDriveやGoogleDrive、Dropboxなどのクラウドストレージを経由することが多いだろう。こうしたサービスを使うと巨大なファイルでも、比較的スムーズに受け渡しが可能だ。しかも、ファイルのURLをメールなどで送信した ...
SMKT事業部noteをお読みいただきありがとうございます。 今回の記事は、ライター今田が担当します。 日ごろはGoogle BigQueryでデータ抽出や、Tableauを活用したデータ分析・ビジュアライズ作成などをしています。 ローデータ作成の自動化に取り組んでいたとき ...
Please use a virtual environment with Python>=3.6. You may use conda or the OS's Python to provide a virtual environment for the application. You may install the ...
Programs close programSequences of instructions for a computer. are written to solve problems. To solve a problem, a program needs data input and data, or information, output. Data can be input in ...