Python Forum
Newbie wanting to install Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie wanting to install Python
#4
You're asking two different things:

1. Connecting to the database from your program, which will let you perform SQL operations against it and manipulate the data in the program.
2. Connecting to the database from PyCharm, which doesn't have anything to do with the program.

For the former, you'll need to install a 3rd party library (you can search for "Python SQL server driver" or something similar). For the latter, PyCharm should have a plugin to do that. I'm an IntelliJ user (for other languages, but PyCharm is based on it) and I use a plugin called DB Navigator - see if that's available for PyCharm too. You also mentioned you couldn't connect from PyCharm. What did you try and what happened?
Reply


Messages In This Thread
Newbie wanting to install Python - by tony202 - Jul-03-2020, 09:44 PM
RE: Newbie wanting to install Python - by snippsat - Jul-03-2020, 10:22 PM
RE: Newbie wanting to install Python - by tony202 - Jul-03-2020, 10:26 PM
RE: Newbie wanting to install Python - by ndc85430 - Jul-04-2020, 05:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Newbie to Python - Where to start lasek723 4 3,065 Sep-15-2020, 08:11 PM
Last Post: lasek723
  Noob wanting some pointers the19thbear 2 1,979 Aug-02-2020, 06:50 AM
Last Post: millpond
  Python newbie ThePantheonHatesTacos 19 5,796 May-03-2020, 02:01 PM
Last Post: wavic

Forum Jump:

User Panel Messages

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