Python Forum
Make a screen appear without using import
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make a screen appear without using import
#11
Mostly every language is importing/using third party code.
Languages which can't do that, are not extendable and not usable!

The Language processing has already the functions you need in the namespace.
I guess behind the scenes it's also loaded from a different source.
You don't see this behind the scenes, when it's implicit.

What is, if you want to make a WebServer? Can processing do this without imports?
Can you create a new Websocket connection without loading libraries?
Are you able to access with processing to low level os functions?

You're comparing here two different languages.
Python is a general purpose language, processing is a specialized language for processing.

Python can do more than processing.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] When I hit the space bar from the home screen, it sends me to the game over screen JesusisKing 1 992 Apr-30-2023, 10:11 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020