course
Two Methods to Convert A Python Script To An Exe File
Learn what an executable file is and why it may be useful while looking at how to convert a Python script to an executable using auto-py-to-exe.
Updated Jan 20, 2025 · 5 min read
Learn Python From Scratch
Master Python for data science and gain in-demand skills.
Can I include additional files (e.g., images, configuration files) in the executable?
How can I add a custom icon to the executable file?
Why is my executable file so large, and how can I reduce its size?
Can I create an executable for a different operating system?
What are the alternatives to pyinstaller and auto-py-to-exe?
Topics
Courses for Python
4 hr
1.2M
course
Introduction to Statistics in Python
4 hr
135K
course
Introduction to Functions in Python
3 hr
435.5K
See More
RelatedSee MoreSee More
tutorial
How to Run Python Scripts Tutorial
Learn how you can execute a Python script from the command line, and also how you can provide command line arguments to your script.
Aditya Sharma
10 min
tutorial
How to Document Python Code
Learn why there is a need for documenting code and best practices to do it. Further, learn to leverage the potential of the Pydoc module for documenting purposes.
Aditya Sharma
14 min
tutorial
Python Tutorial for Beginners
Get a step-by-step guide on how to install Python and use it for basic data science functions.
Matthew Przybyla
12 min
tutorial
Python Excel: A Guide With Examples
Learn how to read and import Excel files in Python, write data to these spreadsheets, and find the best packages to do this.
Natassha Selvaraj
15 min
tutorial
Using Python to Power Spreadsheets in Data Science
Learn how Python can be used more effectively than Excel, with the Pandas package.
Jason Graham
21 min
tutorial
How to Use Pytest for Unit Testing
Explore what Pytest is and what it's used for while comparing it to other software testing methods.
Kurtis Pykes
17 min