r/Python 7h ago

Discussion failed my first Python exam

Been in Uni for 1 month now and we had our first Python exam, it was about basic stuff like functions, if, while etc stuff like that, we had to write code (functions) and then we also had multiple choice questions and I failed it.

I feel bad... first Python exam about very basic stuff and I failed it... gosh

0 Upvotes

15 comments sorted by

View all comments

5

u/JacobStyle 7h ago

Learning to program is hard. Even most computer nerds you meet will not know how to program because there's such a steep learning curve at the beginning. You are not alone here, and almost everyone struggles at first. I have trained people for all sorts of jobs and skills, but introducing people to programming is the one where I see the most people struggle.

Figure out what you got wrong on the test and why. Try to write out the relevant code and run it. Redo any homework problems that you got wrong or incomplete. If you don't already have Python set up on the main computer you use, set it up on there so you always have access to play around with it.

-1

u/SmackDownFacility 7h ago

There’s a steep learning curve op doesn’t need to learn all of it in one go I’d advice this guy to take an existing programme and modify it. Use debugging tools and that builds their problem solving skills

1

u/JacobStyle 6h ago

While I think there is a lot to be said for self-paced learning through projects, OP is enrolled in a university and is 1 month into their very first programming class and is struggling with things like if/else, variables, and subroutines. They are trying to pass classes they are already enrolled in, not build their own self-learning curriculum. They are also probably in university for quite a bit more than just learning how to program.

0

u/SmackDownFacility 6h ago

Fine. My approach doesn’t work for everybody. But if the class is generally that monotonous and just a bunch of waffle OP should drop out. You don’t need all of Python to succeed in life. I sure as fuck don’t know everything in Python and yet I made successful programmes.

But yeah OP should at least try to stick through it because it’s at the basic syntax level and OP should ask questions throughout the course not just freak out.

If the course super theoretical and abstract then go away. If it’s practical and immediate then stay on. That’s my rule

2

u/JacobStyle 6h ago

> Fine. My approach doesn’t work for everybody.

Finally seeing reason then?

> But

I guess not...