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
#10
(Sep-28-2018, 11:22 PM)ctrembla Wrote: java processing
Bingo. Processing (https://processing.org/) isn't java. It's it's own language, which compiles into java (or something. I'm not sure, the docs are kind of confusing on what it actually does).

Like javascript, processing skips a few steps, because it isn't a general purpose programming language. It exists for no reason other than making graphical things. Python is general purpose, which means you need to do a few extra steps to do particular things. In this case, that means importing a module.
Reply


Messages In This Thread
RE: Make a screen appear without using import - by nilamo - Sep-29-2018, 03:21 AM

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 1,075 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