I tried using Thonny (Python / IDE)

Introduction

I recently purchased a Raspberry Pi 3 and introduced Raspbian. I bought it, but it didn't have a purpose, so I'm going to learn the basics of Python, which is popular now. When I created a .py file and opened it, an application called Thonny was launched.

What's this? It seems that it can be used not only on Linux but also on Mac and Windows like an IDE for Python. Above all, it's so simple that no explanation is needed. I installed it on Windows and used it as a trial.

Official site

Thonny

Feature

Dissatisfaction

Therefore, it cannot be used for a huge program. However, it is very suitable for practice. A Python integrated development environment for beginners to describe Thonny in one word

There are many IDEs for Python, but it is recommended that you first try using this and move to PyScripter etc. if you are not satisfied.

How to install the package

To install and manage packaged software written in Python I need to install a package management system called pip, Since pip is included in Python itself in Python 3.4 and later, you can use it immediately.

Let's try introducing the Requests package that can easily handle HTTP requests.

~~ Make the following settings on the command line ~~

~~ Launch a command prompt and go to the path where Thonny is installed. ~~ C: \> cd C: \ Users \ [User name] \ AppData \ Local \ Programs \ Thonny \ 564.PNG

Type ~~ python -m pip install requests. ~~ キャプチャ.PNG~~

Windows Thonny seems to refer to C: \ Users \ [user-folder] \ .thonny \ BundledPython36.

Method completion

You can complete with Ctrl + Space or TAB.

I just want to assign TAB to the tab function, but which is the default?

Recommended Posts

I tried using Thonny (Python / IDE)
[Python] I tried using OpenPose
[Python] I tried using YOLO v3
I tried using Bayesian Optimization in Python
I tried using UnityCloudBuild API from Python
I tried using parameterized
I tried using argparse
I tried using mimesis
I tried using anytree
I tried using Summpy
I tried Python> autopep8
I tried using coturn
I tried using Pipenv
I tried using matplotlib
I tried using "Anvil".
I tried using Hubot
I tried using ESPCN
I tried using openpyxl
I tried using Ipython
I tried using PyCaret
I tried using cron
I tried using ngrok
I tried using face_recognition
I tried using Jupyter
I tried using PyCaret
I tried using Heapq
I tried using doctest
I tried Python> decorator
I tried using folium
I tried using jinja2
I tried using folium
I tried using time-window
vprof --I tried using the profiler for Python
I tried web scraping using python and selenium
I tried using the Datetime module by Python
I tried scraping with Python
[I tried using Pythonista 3] Introduction
I tried using easydict (memo).
I tried face recognition using Face ++
I tried using Random Forest
I tried using BigQuery ML
I tried using git inspector
I tried Python C extension
I tried using magenta / TensorFlow
I tried gRPC with Python
I tried scraping with python
I tried using AWS Chalice
I tried using Slack emojinator
[Python] I immediately tried using Pylance's VS Code extension.
I tried using TradeWave (BitCoin system trading in Python)
[Python] I tried running a local server using flask
I tried drawing a pseudo fractal figure using Python
I tried using Python (3) instead of a scientific calculator
I tried to access Google Spread Sheets using Python
I tried using Rotrics Dex Arm # 2
I made a Line-bot using Python!
I tried to touch Python (installation)
I tried web scraping with python.
I tried using Rotrics Dex Arm
I tried using GrabCut of OpenCV
I tried Grumpy (Go running Python).