ニュース

Pythonプログラミングの第一歩は、多くの場合「変数」を学ぶことから始まります。しかし、さっそく変数を使ってみようとしたら、NameErrorという見慣れないエラーに遭遇して、出鼻をくじかれてしまった…という方も多いのではないでしょうか。 NameError: name 'any_var' is not defined というエラーは ...
NameError: name 'test' is not defined VScodeでpythonコードを実行させる際は、 でrun python fileもしくはショートカットキーのShtft+Enterを押します。
Python is one of the easiest programming languages for beginners to learn. It’s also popular among experienced programmers for being easy to work with, powerful enough for just about everything and ...
I updated pipenv to version 2018.10.9 using brew, and I am getting the following error when I try to run a command: Error %s while executing command %s name ...
(venv-3.5.2) [root@vultr python3-office365]# python setup.py install Traceback (most recent call last): File "setup.py", line 7, in <module> from office365api import ...
In this article, we're taking a look at the iPython not defined error when using Jupyter Labs and matplotlib.