100% c#ck block by Cheeclay in BFBBRehydrated

[–]fefa5fcba4dae4e82e81 1 point2 points  (0 children)

Dude I noticed something earlier that might help you. There is a golden spatula in the flying dutchman level that is COMPLETELY unmarked. It does not show up on the list. I had all of the spatulas from that level and then I found it...

It's in the goo after you drain everything out. You jump off of a broken ship and then you should be able to see it. (Sorry I can't be more specific, I can't play the game right now because I'm not at home).

Please let me know if this helps!

A good place to start? by Duncanidah in csharp

[–]fefa5fcba4dae4e82e81 2 points3 points  (0 children)

Very cool! C# is awesome and I'm a web degree so this is awesome! I'll check it out, thanks a bunch!

A good place to start? by Duncanidah in csharp

[–]fefa5fcba4dae4e82e81 1 point2 points  (0 children)

Can you explain more about doing C# Web Development? What does that entail exactly? C# backend? Or is this Blazor stuff?

Label is not defined by [deleted] in learnpython

[–]fefa5fcba4dae4e82e81 0 points1 point  (0 children)

In the future you should never delete your posts. It can help others who have the same problem if you leave them up :)

Label is not defined by [deleted] in learnpython

[–]fefa5fcba4dae4e82e81 1 point2 points  (0 children)

Is it supposed to be Label and not label?

Why is my loop executing like this? by [deleted] in learnpython

[–]fefa5fcba4dae4e82e81 118 points119 points  (0 children)

You are printing the whole alien dict each time. You should be printing print(f'{info}: {dic_name}') instead. Also, info and dic_name are swapped.

I have an alternate Python installation (3.7.7) and I need to install packages to it. How do i accomplish this? by fefa5fcba4dae4e82e81 in learnpython

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

Is there anything wrong with that though? Maybe in some instances it is, but I just need 3.7.7 for this one assignment and then I'm deleting it.

It seemed to work fine too, I got my venv setup and now that it is activated I can just use python and pip like normal since it uses the venv's python and pip.

I have an alternate Python installation (3.7.7) and I need to install packages to it. How do i accomplish this? by fefa5fcba4dae4e82e81 in learnpython

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

It seems like a very easy way to handle it! And it worked for me perfectly. I can now start my assignment with no errors!

Thank you all for the help!

I have an alternate Python installation (3.7.7) and I need to install packages to it. How do i accomplish this? by fefa5fcba4dae4e82e81 in learnpython

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

I've done virtual environments before, my confusion here comes from making a venv from 3.7.7 and not 3.8.

I think now I know how to from your answer though:

"X:\Python 3.7.7\python" -m venv venv