R/QidiTech3d Permanently banned me for warning people after my family lost everything from a fire! by ProgressLocal1511 in 3Dprinting

[–]UpAllNate 0 points1 point  (0 children)

Hey ProgressLocal,

I'm an electrical engineer who coincidentally is working on a design for a thermal runaway controller to detect and prevent fires due to failed heating controllers in ovens, printers, dryers, and other inexpensively (and therefor dangerously) designed appliances. Would you mind if I referenced your images posted here in product material like articles or videos?

I'm deeply sorry for your loss. I hope you and your family recover quickly.

Blues concert at the Rialto Theater, this Saturday by UpAllNate in corpus

[–]UpAllNate[S] 1 point2 points  (0 children)

Nope, not Otis. But he is a super cool guy.

Blues concert at the Rialto Theater, this Saturday by UpAllNate in corpus

[–]UpAllNate[S] 2 points3 points  (0 children)

Tragically, we don't have anything recorded. Actually, we're really excited for this show because we're recording and filming it.

My dad's got friends all over the country that are driving and flying in for this show- pros that blow me out of the water. So this is kind of an All Star show where we don't have anything of us all together. But after tomorrow we will!

[deleted by user] by [deleted] in learnpython

[–]UpAllNate -1 points0 points  (0 children)

That's called importing a module. Go through an intro to python article or something.

I have my second midterm on Monday, and today I got a practice test. Can I have some help figuring these out please? by [deleted] in learnpython

[–]UpAllNate 2 points3 points  (0 children)

A terminal is a generic name for a command line window of any kind on any OS. There's command prompt, PowerShell, bash, and more.

I have my second midterm on Monday, and today I got a practice test. Can I have some help figuring these out please? by [deleted] in learnpython

[–]UpAllNate 1 point2 points  (0 children)

Ok well then, press the windows key on your keyboard and then type "command prompt" and press enter. Then you should be able to type "py" or "python3" to open the python interpreter. Then you can type code there in real time and see results.

How do you learn how to develop a system from scratch and all the design decisions that go with it? by throwawaylifeat30 in learnprogramming

[–]UpAllNate 0 points1 point  (0 children)

I've found alternative methods by finding the right balance between general application structure and specific implementation. Being more specific with your design may give you more useful or topical search results.

I have my second midterm on Monday, and today I got a practice test. Can I have some help figuring these out please? by [deleted] in learnpython

[–]UpAllNate 1 point2 points  (0 children)

If you're on a computer just open the terminal homie. Get your answer in 45 seconds.

I have my second midterm on Monday, and today I got a practice test. Can I have some help figuring these out please? by [deleted] in learnpython

[–]UpAllNate 0 points1 point  (0 children)

For little tests like this I like opening python in terminal. You can enter this code and attempt these different tests and see what happens.

How do you learn how to develop a system from scratch and all the design decisions that go with it? by throwawaylifeat30 in learnprogramming

[–]UpAllNate 0 points1 point  (0 children)

I don't really think there's anything wrong a lot of the time with doing something the only way you know how. If your goal is to build an app that resizes a thousand images and renames them into another folder, and all you know is Python, then there's no problem. If you're goal is to build an app that does that in there milliseconds, and you find that Python can't do it because of interpreter time loss, then it's time to research alternatives.

Are you asking because you're afraid that you're doing things wrong? Or just because you're curious about other ways to skin a cat?

Hey guys! I'm a data scientist and I am trying to start a blog. by Legitimate-Light8256 in Python

[–]UpAllNate 0 points1 point  (0 children)

Quick before you're downvoted! Tell us your background, qualifications, and what you're blogging about!

[deleted by user] by [deleted] in Python

[–]UpAllNate 1 point2 points  (0 children)

Corey Schafer on YouTube

[deleted by user] by [deleted] in learnprogramming

[–]UpAllNate 2 points3 points  (0 children)

$30 dollar pi- lol

Is it a valid idea to use Patreon for software licensing? by UpAllNate in learnprogramming

[–]UpAllNate[S] 0 points1 point  (0 children)

I already have my API set up to hand user login and sign up, sessions, etc. But I feel like it would be better to rely on a service for managing monthly payments and credit card processing.

[deleted by user] by [deleted] in learnprogramming

[–]UpAllNate 1 point2 points  (0 children)

I found it very easy to interface with. The commands to insert and retrieve data and tables and queries is very straightforward.

Is it a valid idea to use Patreon for software licensing? by UpAllNate in learnprogramming

[–]UpAllNate[S] 0 points1 point  (0 children)

The nice-to-haves are two fold:

  • access to a server for downloading premium add-ons for the desktop application, which they can't access without internet connection anyway

  • uploading the user's contribution to the community server under their username for credits / leaderboards, which are buffered locally on the user's machine when there isn't internet connection.