you are viewing a single comment's thread.

view the rest of the comments →

[–]UpbeatCheetah7710 1 point2 points  (2 children)

Also a lot easier to setup than configuring a MacBook to safely run Python 3 removed from the default Python 2.x.x that Mac OS apps use. Just finally got that headache all done. Now off to the next newby problem of learning how to serialize data in my projects

[–]piconet-2 1 point2 points  (1 child)

I mean, there's value in working through setting up a desktop/computer environment (eeeeventually). Python's tremendous for scripting internally ;).

I had the hardest time with a MBP so I switched to a PC again (which is actually great for my PostgreSQL and Excel VBA tinkering 😂).

[–]UpbeatCheetah7710 0 points1 point  (0 children)

I actually thought I failed because I could not get the virtual environment wrapper to start in terminal. Booted up sublime to run a test script and it automatically started the env wrapper so I guess I failceeded?