March 27, 2018 at 9:32 pm
Comments posted to this topic are about the item The File Path
March 28, 2018 at 4:13 am
Nice one, thanks Steve
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
March 28, 2018 at 6:40 am
My choice would have been to use forward slashes ('/') instead of back slashes. That works in most languages, even on Windows, but I haven't used Python in years, so I can't swear to it. The raw string (r) should work fine, as long as there is no trailing '\' in the path.
March 28, 2018 at 6:52 am
Love it! My 'maker hobby' helped me answer a Q on SSC. Been programming in Python a lot lately getting some LED controller hubs to talk to REST services. My spouse was less than impressed with my pretty lights blinking different colors in response to being hooked up to Cheerlights, which responds to requests via Twitter.
March 28, 2018 at 8:02 am
ManicStar - Wednesday, March 28, 2018 6:52 AMLove it! My 'maker hobby' helped me answer a Q on SSC. Been programming in Python a lot lately getting some LED controller hubs to talk to REST services. My spouse was less than impressed with my pretty lights blinking different colors in response to being hooked up to Cheerlights, which responds to requests via Twitter.
That's neat. I thought about doing something like that in the kids rooms. A light as a notifier that I'm trying to get them to come downstairs
March 28, 2018 at 8:43 am
Steve Jones - SSC Editor - Wednesday, March 28, 2018 8:02 AMManicStar - Wednesday, March 28, 2018 6:52 AMLove it! My 'maker hobby' helped me answer a Q on SSC. Been programming in Python a lot lately getting some LED controller hubs to talk to REST services. My spouse was less than impressed with my pretty lights blinking different colors in response to being hooked up to Cheerlights, which responds to requests via Twitter.That's neat. I thought about doing something like that in the kids rooms. A light as a notifier that I'm trying to get them to come downstairs
You could have it be different colors: Red: Get down here NOW: Yellow: Get down here...Dinner: Green: Allowance Time!
July 27, 2018 at 6:15 pm
Nice question. Thanks Steve.
February 14, 2020 at 4:09 pm
Should not the answer be
r'D:\SQLServerBackup\MSSQL13.SQL2016\MSSQL\Backup'
instead of
r'D:SQLServerBackupMSSQL13.SQL2016MSSQLBackup'?
February 28, 2020 at 12:12 am
A minor issue with formatting. Backslashes should have been in the question and answers.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply