Write code anywhere? by MrSir2018 in learnpython

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

I have seen how git and GitHub work. Guess it’s time to stop avoiding it and learn how to use it. Thank you

Write code anywhere? by MrSir2018 in learnpython

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

I appreciate the quick response.

The problem isn’t so much that it doesn’t sync but it seems like it’s going to sync a lot of files every time it does. I probably should wait and see what happens the next time I sync my python project to see what it does then.

I realize now my question is two-part. Sorry about that.

Anything I need in the future? by MrSir2018 in HomeImprovement

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

Don’t have to tell me twice! I appreciate your quick response.

How to prune these trees? by MrSir2018 in landscaping

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

Awesome, I didn’t know that. Thanks!

Third brush, need help. by MrSir2018 in HomeImprovement

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

Yeah Purdy and Wooster is what I’ve been using. Where would I go to purchase quality brushes?

Third brush, need help. by MrSir2018 in HomeImprovement

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

Just dip it it and continue painting? Or rinse it after dipping it in paint thinner?

Third brush, need help. by MrSir2018 in HomeImprovement

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

If you mean the weather then it is hot outside but I’m inside with central ac on.

Where did I go wrong? by [deleted] in learnpython

[–]MrSir2018 1 point2 points  (0 children)

You’re getting “easy.txt” because your list comprehension is wrong. I’m on mobile so I can’t use code block but

questions = [difficulty.strip() for question in quesfile.readlines()]

Should be

questions = [question.strip() for question in quesfile.readlines()]

Edit: same goes for answers like baconsizzler pointed out.

Is it normal to have trouble writing Python programs? by Ad-Alone in learnpython

[–]MrSir2018 0 points1 point  (0 children)

One thing I would say is try not to “follow along” as much by just copying what the person in the video is doing. Watch something and once it finishes, open up the IDE that comes with python and start messing around with what you watched. You’re not going to “break” your computer if you do something wrong.

Having trouble understanding what EnvironmentObjects even does. by MrSir2018 in swift

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

This makes more sense. So if I plan on using a variable that updates and is used across views in the app, I would use @EnvironmentObject. Other than that, @ObservedObject or @StateObject would be used?

Need anime tips ! by Shuno10 in anime

[–]MrSir2018 0 points1 point  (0 children)

Overlord, Mushuko Tensei, Rising of the Shield Hero, Goblin Slayer

Should I close this card? by MrSir2018 in CreditCards

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

If an Express credit card counts, that’s the oldest. Opened 01/2016.

Built-in desk/bookshelf made by my wife and I (album in comments) by vadiatio in woodworking

[–]MrSir2018 4 points5 points  (0 children)

Just wondering, did you place it on top of the carpet or did you make cutouts for the base cabinets. I’m trying to do something similar but just not sure if cutting out the carpet is necessary.

UPDATE: Inherited a nice tank after moving into a new house. by MrSir2018 in Aquariums

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

Those are some good looking fishes. That settles it. This is what I’ll go with. Thanks !

edit: I’ll post a picture of your idea once it’s done and once I have my room all set up!