Python Forum
platform independent programming with Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
platform independent programming with Python
#2
Since python is an interpreted language, the code rarely needs any tweaking from OS to OS,
so rare in fact that I never worry about it. The only thing that comes to mind is that there are some character encodings that don't play well between all OS's. Stick to UTF-8 and that goes away.
Reply


Messages In This Thread
RE: platform independent programming with Python - by Larz60+ - Oct-06-2020, 10:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python GUI Programming rob101 0 754 Jun-14-2023, 06:49 PM
Last Post: rob101
  Which is the best platform to teach kids python? Angelamaria 5 2,992 Sep-30-2020, 08:34 AM
Last Post: Larz60+
  Python Programming book khouzamm 3 104,557 Oct-17-2019, 01:45 AM
Last Post: khouzamm
  Uber’s Self-Driving Car Visualization Platform Larz60+ 5 5,939 Sep-08-2017, 01:09 AM
Last Post: ichabod801
  Open Source and X Platform development editor for Python donj 12 12,755 Nov-03-2016, 08:15 PM
Last Post: snippsat
  Complete Python Programming Course 2016: Code using Python 3 free udemy course Yoriz 0 4,343 Oct-17-2016, 05:21 PM
Last Post: Yoriz

Forum Jump:

User Panel Messages

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