Python Forum
Python interface only black and white........
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python interface only black and white........
#1
my question here

Hello, im familiar with excel VBA, but want to start learning Python.

I downloaded the latest version, which is a black screen with white text. However watching youtube video's, the interface of Python is much different - there is colour text that differentiates variables and functions from each other.

How do I get this more user friendly python interface?
Reply
#2
There's lots of them. Check out the free python resources thread in the tutorials section, do search for "programming text editor," or do a search for "Python IDE."
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply
#3
It really depends on how you want to go about it, as there are a multitude of ways. When I was going through College, we were always taught to use the IDE that you can download. This allows for the colored highlights you'll commonly see in videos. Though I wish I would have started with something like VIM. There is a lot to chose from as far as to how you decide to do the programming. I personally like using VIM (though with some changes).

Happy learning!
Reply
#4
Three that come to mind are (in no particular order):

Eric IDE (A bit of a learning curve)
Pycharm (For a beginner I would recommend the community edition as it's free, powerful, constantly updated)
Ninja IDE

I also believe Microsoft's Visual Studio 2017 now Python capable (no need for previous plugin).

As was stated, there are many many more out there. Try a few, see how you like it.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  identify not white pixels in bmp flash77 17 2,503 Nov-10-2023, 09:21 PM
Last Post: flash77
  python command interface cwc2 5 1,223 Sep-20-2023, 05:19 AM
Last Post: Larz60+
  remove all color but red, then replace it with black kucingkembar 14 7,127 Dec-29-2021, 07:50 PM
Last Post: deanhystad
  Checkbuttons always come up as black boxes regardless of the state kenwatts275 5 4,732 Jul-07-2020, 08:00 PM
Last Post: kenwatts275
  How to use nb-black python cde formatter ErnestTBass 3 6,838 Jun-04-2020, 03:51 PM
Last Post: ErnestTBass
  Finance: Black Scholes Model not working pwt 5 3,935 May-27-2020, 10:14 AM
Last Post: buran
  White spaces kdiba 1 1,977 Oct-08-2019, 06:52 PM
Last Post: Aurthor_King_of_the_Brittons
  including the white space parts in str.split() Skaperen 6 3,296 Jun-20-2019, 06:03 PM
Last Post: Skaperen
  replace white space with a string, is this pythonic? Skaperen 1 2,017 Jun-18-2019, 11:36 PM
Last Post: metulburr
  after using openpyxl to add colors to script, black shows up white online in excel Soundtechscott 1 3,697 Jun-08-2019, 10:33 PM
Last Post: Soundtechscott

Forum Jump:

User Panel Messages

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