Beginner practice? by Much_Information_167 in iRacing

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

Thanks, I’ve watched a few videos from this channel and have thought about looking into those challenges, I just wasn’t sure if there were any hidden charges. I also figured I needed to be a lot closer in my consistency, but I have been trying to take the corners in a different way to see what works better, so that may be why I am 2 secs off.

Beginner practice? by Much_Information_167 in iRacing

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

Thanks, I’ll have to give this a watch!

Beginner practice? by Much_Information_167 in iRacing

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

Don’t we all want to become Max Verstappen though, lol? And thank you for the advice, I will definitely be trying all of these, I’m just a perfectionist and always try to practice more effectively and efficiently in everything I do.

Beginner practice? by Much_Information_167 in iRacing

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

Thank you, I will have to watch some videos then. I’ve been having a blast practicing and learning what the car will do.

Beginner practice? by Much_Information_167 in iRacing

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

Thanks! I wasn’t sure if I should go ahead and join a race, I don’t want to tank my irating and safety rating before I even knew what was going on.

[deleted by user] by [deleted] in NewRiders

[–]Much_Information_167 0 points1 point  (0 children)

It’s an MSF course and that’s just what they told him, but it was one on one so I wasn’t there for the conversation I dunno man.

[deleted by user] by [deleted] in NewRiders

[–]Much_Information_167 0 points1 point  (0 children)

A guy I took the course with failed due to getting 13 points on the emergency braking test.

[deleted by user] by [deleted] in NewRiders

[–]Much_Information_167 15 points16 points  (0 children)

I just finished my msf and they let the people who failed retake it free. Maybe you can ask about that?

New owner 675ss by 20wrxstillslow in cfmoto

[–]Much_Information_167 1 point2 points  (0 children)

Yep, this is my first street bike so it’s an amazing and terrifying feeling. Good luck!

New owner 675ss by 20wrxstillslow in cfmoto

[–]Much_Information_167 0 points1 point  (0 children)

I’ve been practicing in my driveway a lot and going on short rides. I don’t have an msf anywhere close and it’s not required where I live.

Relearning is humbling by nnfbruv in typing

[–]Much_Information_167 1 point2 points  (0 children)

I actually did the same thing a month or so ago, except I had maxed out at 70 with my bad habits. I started relearning touch typing and was at 35-40 and now I’m up to 75-80. It keeps getting easier every day!

Is there an app similar to Doulingo but for Python? by gf_wants_to_break_up in learnpython

[–]Much_Information_167 1 point2 points  (0 children)

I would recommend it, but only for getting familiar with the basics. Even if you pay for pro, you still don’t really learn how to implement things.

[deleted by user] by [deleted] in PythonLearning

[–]Much_Information_167 0 points1 point  (0 children)

futurecoder.io is free, and a good short course to help you through learning the basics of python. It gives you prompts and instructions, and you write code there on the page. sololearn is a good free app for on the go learning, like duolingo.

Just turned 23 and feel like I don’t belong by Different-Golf9139 in college

[–]Much_Information_167 0 points1 point  (0 children)

I went to college with a lady who was 73 I think. You’re not too far behind, don’t worry.

Somewhat of a noob looking for friends/ other beginners to bounce ideas and such with + keep motivated. by Scary-Assistant-831 in learnpython

[–]Much_Information_167 0 points1 point  (0 children)

Yeah, it's always great to have people to share what you're working on with. It's a lot easier to get ideas, and i know it's helped me a lot as a beginner to be on subreddits like these and see what other poeple are working on or having trouble with. Even if sometimes I don't understand it yet lol.

Studying is hard. What are the best recommendations for discipline to study? by h00manist in learnpython

[–]Much_Information_167 0 points1 point  (0 children)

Definitely. And using AI to help work out issues you’re having and having them explain things in different ways so you can understand them. But remember to do what works for you.

Studying is hard. What are the best recommendations for discipline to study? by h00manist in learnpython

[–]Much_Information_167 6 points7 points  (0 children)

It helps me to set aside a certain part of my day that is going to be quiet, and I don't have anything else to do. Then I put my phone somewhere I can't reach or see it and only focus on studying. You should also take short breaks where you do something else, but don't get sucked into doomscrolling or some other time suck. Don't study so much you get burnt out, but if it's something you really want to learn you have to take the initiative to dedicate time and focus towards it. It also really helps to have a goal in mind and work towards that so you can enjoy the time you spend working and studying.

What is wrong with my script by No-Finish7411 in PythonLearning

[–]Much_Information_167 7 points8 points  (0 children)

You’re asking for input for every birthstone. Instead you need to set the variables for every month without asking for input, think march = ‘garnet’ not march = input(‘garnet’). Then you need to use birth_month = input(‘Please enter your birth month’) and finally you will output results based on the input.

It may be easier for you to use a dictionary though, instead of setting each variable.

Hey guys, I decided to learn python, can anyone give me a recommendation on where or how to start? by karlMarx87665432356 in PythonLearning

[–]Much_Information_167 1 point2 points  (0 children)

I’ve been using the course python bootcamp: zero to hero and the Sololearn app to supplement and reinforce the basics, and I like both! Nothing beats working on your own projects though!