# Creating an employee with Python

DevFeed: [Creating an employee with Python](<https://devfeed.tech/articles/creating-an-employee-with-python-15591.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/creating-an-employee-with-python>)

Author: Tristan Sokol

Published: 2017-10-27T18:44:12Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [API](<https://devfeed.tech/topics/api.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>)

Tags: [account](<https://devfeed.tech/tags/account.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [developer-portal](<https://devfeed.tech/tags/developer-portal.md>), [email](<https://devfeed.tech/tags/email.md>), [python](<https://devfeed.tech/tags/python.md>)

## AI overview

A tutorial showing how to use Python and Square's APIs to create an employee record associated with a Square business.

## Source excerpt

Employee management was one of the first APIs; here is how to use it with Python.