Contents of reading VBA x Python fastest work technique Memo chapter1

■ Overview

Feature 1 python is convenient because it has few reserved words, so you don't have to remember it. Feature 2 Sentences written in indent are regarded as in blocks such as if Feature 3 Since the library is abundant, it can be used for general purposes (excel, WEB, etc.)

What is the difference between VBA and python VBA can only be used on excel, and it is mainly handled on win. There is a bond. Even when using it on the WEB or data analysis, python can be used in a wide range. In the future, it will be more useful to deal with python in the future.

* Memo = anaconda

Distribution for Python and R languages for "data science" and "machine learning related applications" A complete set of python body + library etc.

python3.8.2 shell Software for directly entering and executing commands ">>>" is called a prompt

pythoncd


>>>print("hello, python")

* Memo = Visual Studio Code

A source code editor developed by Microsoft released in 2015. It also works on Mac OS and Linux.

Recommended Posts

Contents of reading VBA x Python fastest work technique Memo chapter1
What I read about VBA x Python fastest work technique Memo chapter3
The contents of the Python tutorial (Chapter 2) are itemized.
The contents of the Python tutorial (Chapter 8) are itemized.
The contents of the Python tutorial (Chapter 1) are itemized.
The contents of the Python tutorial (Chapter 10) are itemized.
Excel X Python The fastest way to work
The contents of the Python tutorial (Chapter 6) are itemized.
The contents of the Python tutorial (Chapter 3) are itemized.
2.x, 3.x character code of python
A memorandum of scraping & machine learning [development technique] by Python (Chapter 4)
A memorandum of scraping & machine learning [development technique] by Python (Chapter 5)
What I read about VBA x Python fastest work technique Memo chapter2
Contents of reading VBA x Python fastest work technique Memo chapter1
Excel X Python The fastest way to work
What I learned about AI / machine learning using Python (1)
What I learned about AI / machine learning using Python (3)
What I learned about AI / machine learning using Python (2)
[Python] Memo about functions
[Python] Memo about errors
[Python] Chapter 01-01 About Python (First Python)
What I learned about AI and machine learning using Python (4)
What I learned about Linux
What I learned in Python
I read "Reinforcement Learning with Python: From Introduction to Practice" Chapter 1
I read "Reinforcement Learning with Python: From Introduction to Practice" Chapter 2
Basics of Python x GIS (Part 3)
[Python] Operation memo of pandas DataFrame
Easy encryption of file contents (Python)
Python memo Anaconda x Jupyter Notebook
[Python of Hikari-] Chapter 09-03 Class (inheritance)
[Python] [Table of Contents Links] Python Programming
GitHub x Python development preparation memo
Python Math Series ⓪ Table of Contents
Basics of Python x GIS (Part 2)
Separate display of Python graphs (memo)
Introductory table of contents for python3
[Reading memo] Linux standard textbook (Chapter 7-8)
Python learning memo for machine learning by Chainer Chapter 13 Basics of neural networks
Python learning memo for machine learning by Chainer until the end of Chapter 2