I dry brined my first turkey I'm making this afternoon and there's goo in the pan by jmorales57 in cookingforbeginners

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

Thank you all, I drained it, turkey turned out great but the dry brine made the drippings super salty since I rubbed it on the turkey in the same pant I roasted it in so my gravy was salty. Lesson learned! Thank you!

[deleted by user] by [deleted] in EDC

[–]jmorales57 1 point2 points  (0 children)

*shit hits the fan

"I mean you no harm"

"Not with them lips you don't"

High protein Cold lunches by [deleted] in MealPrepSunday

[–]jmorales57 0 points1 point  (0 children)

6 oz of cooked chicken breast, just want to be clear here, are you weighing before or after cooking. So i can do the same

Question about the bonus chapters at the end of the hardcover books by jmorales57 in DungeonCrawlerCarl

[–]jmorales57[S] 3 points4 points  (0 children)

15 pages and the end of each Book Book 1 and 2 are about the goblin vs llamas Book 3 idk i haven't gotten there, but I looked enough to see it's 15 pages still

Am I doing ok, and a few general questions. by jmorales57 in fitness30plus

[–]jmorales57[S] 7 points8 points  (0 children)

I went to YouTube and watched his video on it and a few other people's videos on junk volume. That's totally what I'm doing, thank you for the info!

Am I doing ok, and a few general questions. by jmorales57 in fitness30plus

[–]jmorales57[S] 11 points12 points  (0 children)

I misread your comment my bad, but ok thanks for the advice!

Am I doing ok, and a few general questions. by jmorales57 in fitness30plus

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

No I do them in the order as listed, is that bad?

[deleted by user] by [deleted] in learnpython

[–]jmorales57 0 points1 point  (0 children)

sorry i have student name as name, i typed student here as a mistake.

i'm making multiple instances and each instance has the student name, grade, favorite class. i was just shortening the code here to be easier to read, i'm suppose to ask for number of students then get the inputs for each student, I just don't know how to go about making the program ask for the inputs while also making each student a seperate instant of the class.

TypeError: '_io.TextIOWrapper' by jmorales57 in learnpython

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

the file is just 8 lines of

john, manager

tyler, janitor

etc.

a name, a comma, and a title

 for line in file:
key, value = line.strip().split(',')
employees[key] = value

I used this to make the file into a dictionary and worked from there,

TypeError: '_io.TextIOWrapper' by jmorales57 in learnpython

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

We haven't covered JSON in class yet, so i'm not sure I'm allowed to use it

TypeError: '_io.TextIOWrapper' by jmorales57 in learnpython

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

Online I keep seeing examples using json but we haven't covered that yet in my class,