Skip to content

Instantly share code, notes, and snippets.

@luismond
Created March 10, 2019 02:05
Show Gist options
  • Select an option

  • Save luismond/812120e0ab841cfed3ebaf3f34e577a7 to your computer and use it in GitHub Desktop.

Select an option

Save luismond/812120e0ab841cfed3ebaf3f34e577a7 to your computer and use it in GitHub Desktop.
from faker import Faker
fake = Faker('es_MX')
for n in range(10):
print(fake.job())
'''
Geologist, wellsite
Sports development officer
Telecommunications researcher
Therapist, music
Research officer, government
Editorial assistant
Immunologist
Geographical information systems officer
Furniture conservator/restorer
Equality and diversity officer
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment