Automate simple tasks with Python Part0

Hello. Faguri has recently updated Java from 13 to 14.

What kind of work can be automated

·Simple task ..... (Dangerous thoughts)

What is Python in the first place?

Please forgive me though the order is completely reversed.

It is a general-purpose high-level language designed with the emphasis on simplifying the grammar as much as possible to improve the readability of the code, making it easier to read and write, and improving the workability of the programmer and the reliability of the code. The core body part is kept to the minimum necessary. On the other hand, a wealth of large-scale tools specializing in various areas such as standard libraries, third-party libraries, and functions are available, available for free on the Internet, and expanded according to the purpose of use. You can do it. Python is also compatible with many hardware and operating systems (platforms), and supports multiple programming paradigms. Python can write programs in object-oriented, imperative, procedural, and functional formats. It is a dynamically typed language and has reference counting-based automatic memory management (garbage collector). Due to these characteristics, Python has gained widespread support, and is influential in a wide range of fields such as system description (script), various automatic processing, science and engineering, statistics and analysis, as well as development of Web applications and desktop applications. It became a programming language. Easy and efficient programming work is widely used in the industrial field because it is beneficial for software companies to save input personnel, shorten development time, and reduce costs. Many companies have adopted it in major languages such as Google. CPython, the reference implementation of Python, is free and open source software that uses a community-based development model. CPython is managed by the Python Software Foundation, a non-profit organization. Other well-known implementations include PyPy and IronPython. Python was developed by Dutchman Guido van Rossum. The name comes from the comedy show "Flying Monty Python" produced by the British television station BBC. The reptile python, which means the English word Python, is used as the mascot and icon in the Python language.

NARUHODOWAKARAN

Automation example

Routine to write today's date and stock price in Excel → Automate using Openpyxl and BeautifulSoup with Python! ...... .... ... (Dangerous thoughts)

And so on.

At the end

After buying a book and reading it, I feel like becoming an advanced person. (Actually above the bottom) I will write more and more code from now on like this.

Recommended Posts

Automate simple tasks with Python Part0
Automating simple tasks with Python Table of contents
Image processing with Python (Part 2)
Bordering images with python Part 1
Scraping with Selenium + Python Part 1
Automate python testing with CircleCI
Studying Python with freeCodeCamp part2
Image processing with Python (Part 1)
Solving Sudoku with Python (Part 2)
Image processing with Python (Part 3)
Automate sushi making with Python
Playing handwritten numbers with python Part 1
[Automation with python! ] Part 1: Setting file
[Automation with python! ] Part 2: File operation
Excel aggregation with Python pandas Part 1
Freezing of tasks (2/2)
Administrative tasks
Automating simple tasks with Python Table of contents
[Python] Automate Pelican builds with Travis CI
Creating a simple PowerPoint file with Python
Play handwritten numbers with python Part 2 (identify)
FM modulation and demodulation with Python Part 3
Process Pubmed .xml data with python [Part 2]
Simple Slack API client made with Python
Machine learning with python (2) Simple regression analysis
Use Amazon Simple Notification Service with Python
100 Language Processing Knock with Python (Chapter 2, Part 2)
Working with Azure CosmosDB from Python Part.2
100 Language Processing Knock with Python (Chapter 2, Part 1)
FM modulation and demodulation with Python Part 2
[Part1] Scraping with Python → Organize to csv!
I made a simple blackjack with Python
QGIS + Python Part 2
FizzBuzz with Python3
Scraping with Python
Scraping with Python
Python with Go
QGIS + Python Part 1
Twilio with Python
Integrate with Python
Play with 2016-Python
AES256 with python
Tested with Python
python starts with ()
with syntax (Python)
Python: Scraping Part 1
Bingo with python
Zundokokiyoshi with python
Excel with Python
Python3 Beginning Part 1
Microcomputer with Python
Python: Scraping Part 2
Cast with python
Machine learning starting with Python Personal memorandum Part2
Create test data like that with Python (Part 1)
Machine learning starting with Python Personal memorandum Part1
Start a simple Python web server with Docker
[Python] Make a simple maze game with Pyxel
How to measure execution time with Python Part 1
I tried to automate sushi making with python
A simple to-do list created with Python + Django
Simple sales tool creation with Python GUI: Quote creation
Create fractal shapes with python part1 (Sierpinski Gasket)