How to create executable of your Python application for Linux / Windows / Mac

<p>Python is well known as Interpreted language. But when deploying Python application there is always a dependency of using right version of libraries. Tools like Ansible / Docker solve this problem in one way. Creating an installer solves the the problem in another way.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:640/1*7CPyMrYhkRYxbjUkdGIj-Q.jpeg" style="height:360px; width:640px" /></p> <p>Photo : Hitesh Choudhary</p> <p>PyInstaller library helps you to create an executable (binary) version of your Python script.</p> <p><strong>Step 1 :</strong>&nbsp;Make sure python3 development libraries are available&nbsp;<strong>(Linux users)</strong></p> <p><a href="https://medium.com/analytics-vidhya/how-to-create-executable-of-your-python-application-from-linux-windows-mac-bcbcdd4603d4"><strong>Click Here</strong></a></p>
Tags: Windows Mac