Python Forum
High level direction for my next project
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
High level direction for my next project
#3
1. Jupiter Notebooks are kind of more for interactive use, as basically they're an enhanced version of the Python shell. Use a regular text editor for real programs like this. I'd do Git too actually. At the very least, if you have a repository on a place like GitHub, you have a backup for free. Version control is undoubtedly a useful skill in any case.

2. The Python standard library includes a module for reading and writing CSV files, so you could use that. You might also consider using a database, though that requires more learning on your part. Python comes with support for the database SQLite, which is a small, file-based relational database.

3. If you're just a beginner, I'd stick to thinking about the terminal for now. GUIs and phone apps are going to be more complicated and I'd think that's too much in one go.
Reply


Messages In This Thread
RE: High level direction for my next project - by ndc85430 - Jun-01-2020, 03:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Planning High Level Drawing Library nadapez 0 1,396 Oct-08-2021, 02:21 AM
Last Post: nadapez
  High level Python program architectural design question - decoration for multiple ent yahbai 0 1,901 Jan-16-2020, 08:30 PM
Last Post: yahbai
  New and raring to go just need some direction Lee23 1 1,829 Jun-03-2019, 06:16 PM
Last Post: Gribouillis
  Operator Precedence Direction in Docs blitz4 3 3,250 Mar-11-2018, 06:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

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