Python Forum
few questions (I am a beginner)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
few questions (I am a beginner)
#2
(Sep-27-2019, 01:39 PM)eeps24 Wrote: 1. Am I correct in saying python is a multi purpose language in that it can help build websites, app development and query databases?
you can use python for all of the above and many more...

(Sep-27-2019, 01:39 PM)eeps24 Wrote: 2. Can python be used to query a SQL database? How about a NoSQL database?
yes on both counts. Popular database providers have python bindings/connectors already developed. Do you have specific SQL/No-SQL DB in mind?


(Sep-27-2019, 01:39 PM)eeps24 Wrote: 3. Do I need to have very good math/statistical background in order to code with python?
My personal opinion is that math skills/math mindset is always an advantage in life :-) Even more in fileds like programming/computer science, etc. At the same time python is considered very beginner-friendly and is often selected as language of choice for introduction to programming

(Sep-27-2019, 01:39 PM)eeps24 Wrote: 4. Whats the name of the tool in which I would create my python code? Example, I would use TOAD/Oracle developer to query a Oracle database. What would I use for python?

You can use even simplest textprocessing application like Notepad to write code. Of course full-fledged IDE is better and comes with many useful features. List of python IDEs:
https://wiki.python.org/moin/IntegratedD...vironments

My personal preference is VSCode for a full IDE


(Sep-27-2019, 01:39 PM)eeps24 Wrote: I am mostly interested in learning python to query databases/build reports.
Definitely give it a try. Even if you decide to expand further and take on new language(s) in the future
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
few questions (I am a beginner) - by eeps24 - Sep-27-2019, 01:39 PM
RE: few questions (I am a beginner) - by buran - Sep-27-2019, 01:59 PM
RE: few questions (I am a beginner) - by eeps24 - Sep-27-2019, 02:16 PM
RE: few questions (I am a beginner) - by buran - Sep-27-2019, 02:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Beginner dumb questions related to job search Nata444 5 2,395 Apr-26-2021, 11:38 PM
Last Post: Nata444

Forum Jump:

User Panel Messages

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