Python Forum
Looking For Help On Controlling Philips Hue From PyCharm
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking For Help On Controlling Philips Hue From PyCharm
#2
Welcome to the forum.
So PyCharm is just an IDE. One of many. Nice alternative is VS Code, but as I said there are many
You can run your scripts from the IDE (any IDE), but you have many other options to choose from - e.g. from command prompt (cmd.exe) or double-click on it (if python.exe is associated with py files) or convert your script to exe, etc.
I don't know how far you have done this, but:
1. first of all you need to download and install python
2. install any external packages that may be required (e.g. there may be some package to facilitate development with this API - official or third-party)
3.Possibly set-up your project in the IDE (e.g. for PyCharm)
4.Start to develop your script(s) and have fun.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: Looking For Help On Controlling Philips Hue From PyCharm - by buran - Dec-11-2018, 07:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Controlling program with TCP commands lavacode 1 568 Jul-10-2023, 04:39 PM
Last Post: deanhystad
  Controlling text-to-speech pauses with pyttsx3 pmac1300 4 4,578 Mar-14-2022, 06:47 AM
Last Post: Coricoco_fr
  Controlling what get outputted to stdout when running external commands Daring_T 4 2,217 Jan-30-2022, 05:40 PM
Last Post: bowlofred
  Controlling Python Program From Django Front End sourabhjaiswal92 3 3,238 May-21-2018, 06:07 AM
Last Post: wavic
  controlling multiple server simultaneously. caligola 3 3,651 May-11-2018, 05:44 PM
Last Post: wavic
  Controlling trailing zeros with rounding? RedSkeleton007 1 24,567 Jan-25-2018, 07:23 AM
Last Post: j.crater

Forum Jump:

User Panel Messages

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