VScodeはMicrosoftが提供する無料のソースコードエディタです。 私自身そこまでプログラミングに詳しいわけではありませんが、ChatGPTなどを使いながらやれば、簡単な処理はできるようになりました。 どんな作業でも効率化できることが多いので、今回はVScode ...
前回、PowerShell Coreの作業環境としてVisual Studio CodeとPowerShellエクステンションを紹介した。本格的にPowerShell Coreでスクリプトを組むことになると、こうした統合開発環境を使いたくなってくる。 前回はインストールする方法で終わったが、今回はPowerShell ...
This repo provides a step-by-step guide and a template for setting up a Python 🐍 development environment with VScode and Docker 🐳. Docker is an amazing tool, but it has some learning curve. This ...
VS Code Version: 1.82.2 (user setup) OS Version: Windows_NT x64 10.0.19045 Steps to Reproduce: open the integreted powershell. run any command. This is a very weird issue that integreted powershell ...
QGISは、国や自治体がホームページで公表する地図情報を、表示したり、編集したり、距離計測などの空間解析を行う無償のGISソフト(地理情報システム)です。 QGISはマウスで操作しますが、QGISにPythonのコードを入力し処理を行うことも可能です。また ...