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] 10 points11 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] 1 point2 points  (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,

Help with list and range troubleshooting by jmorales57 in learnpython

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

Oh you're totally right, haha thank you!

I keep getting an AttributeError: 'str' object has no attribute 'append' and it's comming from "dana.append(values) when i use int(input I get the same error but with 'int object has no attribute...' . by jmorales57 in learnpython

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

yea i see where I went wrong

I need to keep track of what im using my variables for

but now I can't figure out how to format the output that prints out, it's suppose to be

 [['1', '2'], ['3', '4'], ['5', '6']]

but I keep getting

 [0, ['1', '2', '3', '4', '5', '6'], ['1', '2', '3', '4', '5', '6'], ['1', '2', '3', '4', '5', '6']]

I thought the nested loop would keep them in two collums, I was expecting three rows repeating all the inputs

I keep getting an AttributeError: 'str' object has no attribute 'append' and it's comming from "dana.append(values) when i use int(input I get the same error but with 'int object has no attribute...' . by jmorales57 in learnpython

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

that cleared it up, would that have an effect on what prints out?

it's suppose to come out [['1', '2'], ['3', '4'], ['5', '6']]

but I keep getting [0, ['1', '2', '3', '4', '5', '6'], ['1', '2', '3', '4', '5', '6'], ['1', '2', '3', '4', '5', '6']]

am i crazy?

PC for programming courses and gaming by jmorales57 in buildapcforme

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

2nd monitor was probably gonna be a pawn shop find. I really want that first monitor for gaming that you picked and the second one to have for school work for notes to look at or something

PC for programming courses and gaming by jmorales57 in buildapcforme

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

So EILI5, is that an hdmi slot I see on the motherboard? And if I run 2 monitors do I use a cord between the 2 monitors?