If you want additional information, please check out:
7zip).powershell, you can get there with ~; in
the command window you see it when you type %USERPROFILE%)Documents directory, make a sub-directory
FH, and there a separate folder for each lecture.
WinPython should be
installed in the directory C:\Programs. You may have to create this directory if it does not
already exist!The following steps are for Windows users. For Mac, check out the instructions in my book "Hands-on Signal Analysis with Python" , in the chapters 2.1.2. (Installation of Python) and 2.3.3. (Personalizing IPython/Jupyter).
C:\Programs!)
C:\Programs\WPy64-31450\python\Scripts | OK | OK
C:\Programs\WPy64-31450\python~\ipynb.bat to your home directory, containing the following text:jupyter lab %1
~\ipy.bat, containing the following text:cd [here you have to enter the directory where you want to work!]jupyter qtconsole
There are a number of very good Integrated Development Environments (IDEs). The following links provide tips for the installation of each IDE:
python. If your
system is properly configured, Python should start up in
your terminal. You can exit it by typing exit.jupyter qtconsole. You can test your
configuration by typing the command
plt.plot(np.sin(np.arange(0, 10, 0.1))). This
should plot a sine-wave in your QtConsole.
pip list : shows all installed packagespip show numpy : shows the details of your NumPy
installationpip install FreeSimpleGUI : installs a package that is
very useful for the generation of GUIs (graphical user
interfaces)where python : shows you where the Python executable is
located on your computercmd) or Terminal (pwsh or
terminal). Know what * means (Wildcard: "any file/folder containing").