answersLogoWhite

0


Best Answer

Py2app for the Mac, or Py2exe for Windows, create a standalone executable file from a Python program, which can run without the Python interpreter. You can always run the application within the Python interpreter. If you want to create an executable file, Python includes no built-in tools to do this; you need an application such as Py2app or Py2exe. Of course, you might search for alternative tools, that do the same thing.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
User Avatar

mantoney8000

Lvl 1
11mo ago
If you want to know about creating web applications using python here is tutorial series link to do so:

Add your answer:

Earn +20 pts
Q: How do you make a app using the python programming language and not using py2app?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is python 2.2 a antivirus software?

Python is a programming language, it is used to make computer programs. so you could write an antivirus using python.


Where can you submit games coded in Python programming language?

If you are using Pygame submit them at pygame.org If you are using another library i do not know.


Where can one obtain a Python list?

Python lists can't be downloaded from an adress or website source. They have to be created in the Python programming language. Lists can then be created by using a text editor.


Where can one find simple Python tutorials?

The official Python Website provide lots of simple tutorials to get started using this programming language. You can also go to a local bookstore to get a beginner's book.


How is a software made?

It is really hard to explain in a few words; I suggest you register for an introductory course in computer programming, to get an idea. For example, there is a good course at udacity (using the Python programming language).


Who invented the Python programming language?

Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. It supports multiple programming paradigms beyond object-oriented programming, such as procedural and functional programming. Python combines remarkable power with very clear syntax. It has interfaces to many system calls and libraries, as well as to various window systems, and is extensible in C or C++. It is also usable as an extension language for applications that need a programmable interface. Finally, Python is portable: it runs on many Unix variants including Linux and macOS, and on Windows. Guido van Rossum began working on Python in the late 1980s, as a successor to the ABC programming language, and first released it in 1991 as Python 0.9.0.[32] Python 2.0 was released in 2000 and introduced new features, such as list comprehensions and a garbage collection system using reference counting and was discontinued with version 2.7.18 in 2020.[33] Python 3.0 was released in 2008 and was a major revision of the language that is not completely backward-compatible and much Python 2 code does not run unmodified on Python 3. For more visit Onlineitguru


How do you connect an HTML form to a my SQL database?

To connect an HTML form and a MySQL database you have to employee an intermediary programming language. On the internet, this means using a language similar in function to PHP, ASP, JSP, Ruby, Python, or Perl. The specific logic required depends on the contents of the form and the web programming language used.


What is optional for python programming?

One optional part of python programming is the declaration of variables before use. In many languages, you must declare your variables before using them, but in python, you can simply set a variable equal to something and it will handle the type without your help.


What are computer programming languages using in now days?

Apple and apple developers use Objective-C, and most other people usually use python, C, C++, or Java


What programming language is SharePoint programmed in?

Microsoft Office SharePoint Services is programmed in the asp.net framework using C# as the programming language.


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


What is the difference between high level language and low level language?

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.