[PYTHON] Faker summary by language

Introduction: rocket:

faker is a library that can be used when creating test data.

example.rb


Faker::Name.name      #=> "Christophe Bartell"

Faker::Internet.email #=> "[email protected]"

It seems that libraries exist in various languages, so I summarized them.

Twitter: @y_tsubuku

Ruby stympy/faker

Python joke2k/faker

PHP fzaninotto/Faker

Java DiUS/java-faker

Go icrowley/fake

Swift vadymmarkov/Fakery

C♯ slashdotdash/faker-cs

JavaScript Marak/faker.js

Elixir https://github.com/igas/faker

Recommended Posts

Faker summary by language
Summary of library hosting pages by language
[Language processing 100 knocks 2020] Summary of answer examples by Python
100 Amateur Language Processing Knock: Summary
Stack processing speed comparison by language
Summary of basic implementation by PyTorch
Machine learning summary by Python beginners
1D-CNN, 2D-CNN scratch implementation summary by Pytorch
By language: Regular expressions for passwords
Random number generation summary by Numpy
100 Language Processing Knock Chapter 1 by Python
Natural language processing analyzer installation summary
Summary of multi-process processing of script language
Summary of restrictions by file system
Django tutorial summary for beginners by beginners ③ (View)
Summary of SQLAlchemy connection method by DB
Socket communication by C language and Python
Django tutorial summary for beginners by beginners ⑤ (test)