Python Forum
Simplest/Quickest/Best Way to Get Started?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simplest/Quickest/Best Way to Get Started?
#3
do you really need MySQL? I don't have problems with using MySQL, nor I recommend against it, it just look like overkill for what you have described in your other task - just keeping some strings.
can you use sqlite3, which is file like database and support comes included in Standard Library? A simple text file in the right format may do too. It depends on your goal (apart from "storing some 250-chars-long strings")

I personally prefer working with python downloaded from python.org and use VS Code as IDE.
You may look at these two tutorials. Follow them (especially the one regarding the installation)
https://python-forum.io/Thread-Python-3-...er-Windows
https://python-forum.io/Thread-VS-Code-from-start

On Windows I also happen to use Notepad++ with some plugins for quick and dirty jobs (i.e. if you don't want to delve into more advanced IDE, yet get some basic features like syntax highlighting)
No Anaconda, Spyder, Jupyter, etc. But I understand and accept that it may be more convenient for some users or in some use cases.

Note that Simplest/Quickest/Best Way may not always be the same :-) e.g. simplest/quickest is to use IDLE that comes with python on windows. But it's considered poor substitute for IDE, i.e. not BEST way :-).
abrogard and metulburr like this post
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: Simplest/Quickest/Best Way to Get Started? - by buran - Oct-22-2020, 09:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot get started standenman 4 1,244 Feb-22-2023, 05:25 PM
Last Post: standenman
  Can't even get started dr6 1 1,641 Aug-18-2020, 04:38 PM
Last Post: Larz60+
  Getting started mba_110 0 1,747 Jan-18-2019, 05:23 PM
Last Post: mba_110
  Getting Started wargasme 5 3,473 Jun-19-2018, 07:25 PM
Last Post: ichabod801
  Just getting started alwillia 6 3,624 May-20-2018, 07:22 PM
Last Post: ljmetzger
  Simplest way to create a musical note and play it insearchofanswers87 3 13,652 Nov-21-2017, 07:02 PM
Last Post: insearchofanswers87

Forum Jump:

User Panel Messages

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