[PYTHON] Somehow the code I wrote worked and I was impressed, so I will post it

In Python.

>>> (lambda x: x + 1)(1)
2

Javascript

> (function (x){return x + 1;})(1)
2

I was impressed by the similarities.

Recommended Posts

Somehow the code I wrote worked and I was impressed, so I will post it
Since choreography is Wakaran, I will implement it and release the entire source code.
[Qualification] I passed LinuC Level 1, so I will write about how to study and how it was.
I didn't understand the behavior of numpy's argsort, so I will summarize it.
[Cliff in 2025] The Ministry of Economy, Trade and Industry's "DX Report 2" was published, so I read it.
I wrote the code for Gibbs sampling
I researched Docker, so I will summarize it
The tree.plot_tree of scikit-learn was very easy and convenient, so I tried to summarize how to use it easily.
Note that I understand the least squares algorithm. And I wrote it in Python.
I was able to mock AWS-Batch with python, moto, so I will leave it
I customized it with Visual Studio Code (mainly for python), so I will summarize it
Docker x visualization didn't work and I was addicted to it, so I summarized it!
I set up TensowFlow and was addicted to it, so make a note
[No code] I wrote about elliptic curves and blockchain in my thesis, so I tried to summarize the study method.
A story that I was very convinced when I wrote the code for the Monty Hall problem and calculated the winning percentage
The file name saved by pysheng was a hexadecimal number, so I fixed it.
I tried to make the phone ring when it was posted at the IoT post
POST the image with json and receive it with flask
After changing the account name on Mac, pip and ipython became unusable, so I reinstalled the whole python and it was cured
When I tried the AtCoder Beginner Contest, it was a terrible result, so I look back
I wrote the code for Japanese sentence generation with DeZero
[Python] I installed the game from pip and played it
I wrote it in Go to understand the SOLID principle
PyTorch's book was difficult to understand, so I supplemented it
I just wrote the original material for the python sample code
The process of making Python code object-oriented and improving it
I want to map the EDINET code and securities number
I wrote AWS Lambda, and I was a little addicted to the default value of Python arguments
I couldn't understand Fence Repair of the ant book easily, so I will follow it in detail.
The story that I set transparent proxy and it worked for some reason without a certificate
[Student version] I didn't have much information about the installation procedure of CPLEX, so I wrote it.
I came across an image filter with a clearly Japanese name called Kuwahara filter, and when I tried it, it was amazing, so I will introduce it.