You are viewing a single comment's thread:

RE: Update your keys - If need be

I'll try to answer what I can.

RE: windows, yes it should work just fine, it's an interpreted language and therefor system neutral. The setup is a bit different, but functionally the same.

RE: local testing, that's the proper way to do things, learn and test things on your own stuff before trying to make things work in the wild.

RE: keychain, if what you want to do is make user facing things, python is probably not the answer. There are tools to make ui/guis and stuff, but most of the stuff is going to be command line or terminal interface.

You have come to a very important question you have to ask yourself if you want to learn to program, There is really 3 options.

  1. Frontend - User interfaces, webpages, things that the user interacts with, e.g. with keychain, which you would want to learn javascript/typescript and html / css etc.
  2. Backend - Stuff the user never sees, automation, bots, apis, servers e.g. this is the kind of thing nectar is really for, and by extension python in general.
  3. Fullstack - These are apps that do both, front and back and communicates with itself, single page applications, this is where a lot of the js frameworks fit, react, svelte, next.js, nuxt, vue, angular etc. It does have the added benefit of using user facing tools like keychain for the user, but I find it complex and hard to learn really.

Whichever route you chose, I'll be more than happy to try to lend a hand where I can.

0.00118822 BEE
1 comments

From what I have read, at lest having an understanding of full stack development will be beneficial to learning both front and back end. Clearly I don't know the answers, or hell even the questions to ask yet. Thank you very much for offering to help me learn! The only stuff I have any experience with JS, Lua, and some html as far as programing. However, I do have a pretty good understand of electrical systems and how transistors (aka relays) do math. The problem I keep running into is everything I think of to start trying to program would be easier for me to just build with mechanical parts.

0.00121858 BEE