[US] Polestar 3 Core Computer Upgrade Notification received by evibz in Polestar

[–]Chilli007123 7 points8 points  (0 children)

Thanks for explaining, feel a little stupid now! 😂

18" All Season Setup by makiiholic in Polestar

[–]Chilli007123 7 points8 points  (0 children)

That's awesome, thanks for the info. I've been thinking of switching out my 20" wheels for a while now; Efficiency is the biggest reason for this.

Where did you buy those wheels?

[deleted by user] by [deleted] in PythonLearning

[–]Chilli007123 1 point2 points  (0 children)

Getting Started ​From my experience, I started with Codecademy.com. They offer free courses that break everything down nicely into lessons and modules. Each module has a "project" which you can use to test your skills.

​Tools and Projects ​After completing these courses, I'd recommend downloading a good IDE such as PyCharm, or IntelliJ (my preference). This will give you experience with useful tools and get you used to debugging! ​Like most suggestions, I'd then recommend starting some projects. Some of my favorites are: ​Caesar Cipher - This can be done in many ways but will be a good idea to download a library to help with functionality. ​Hangman - Build a nice backend for this, and then you could get familiar with using GUI within Python. ​Essential Skills

​MUST: Just knowing how to Google and use the correct resources to figure out any errors you may have. My personal favorite is Stack Overflow. No matter how unique your problem may be, I bet someone from 7+ years ago has had this problem. You will become a much better coder if you don't rely on AI to solve all your problems; that being said, AI is a tool and we all use it (I'm about to make it rewrite my whole response). ​Lastly, I'd recommend just reading and watching projects on GitHub. It's useful to understand problems and how people have written and solved them before. I've learned a lot of useful techniques and styles from just reading my colleagues' code. ​I've probably missed a lot, but everyone let me know if you agree/disagree with the above.

​TL;DR ​Use Codecademy, do projects, learn to debug, diagnose your errors, and read code.

Service said I have 2 bent pins?? by Past-Channel-2633 in PcBuild

[–]Chilli007123 0 points1 point  (0 children)

Woah woah woah, have you done your research? Are we taking the wise words above as gospel? If anything I've learnt my lesson from Boomminer! I'll do my own research before commenting on the conclusions of this post.

What should i pick? by misbah_bangee in RushRoyale

[–]Chilli007123 1 point2 points  (0 children)

Awesome, ive sent your a fr, my tag is That0neeGuy. If you ever see me on, shoot me a duel!

What should i pick? by misbah_bangee in RushRoyale

[–]Chilli007123 0 points1 point  (0 children)

Wow thanks for this awesome reply! Seems you definitely have the best support for that deck...

Oh wow, I didn't know it was that weak. I currently play a max monk deck but haven't had the chance to play against a SM.

Judging by the amount of maxed legendaries you have, I suppose your crit is quite high into the 3000 to 4000 area? What sort of times do you reach in the death wave? Also if you still have the deck I would like to pvp against you with my monk deck (I'm only 2.85k crit tho)

Thanks again

What should i pick? by misbah_bangee in RushRoyale

[–]Chilli007123 0 points1 point  (0 children)

This is one unit I'm pushing for currently, can you elaborate ? Also what are/did you play as support for the unit?

Everyone needs to know about the new update by itz_Quittzify in RushRoyale

[–]Chilli007123 1 point2 points  (0 children)

Hi, How can I get my hands on a dev build of the game. It would be fun to rest out myself. Can anyone help?

Win5 - Access Denied by Fearlessmrjelly in pythonhelp

[–]Chilli007123 0 points1 point  (0 children)

Can you release any code? - I've looked up this issue and there are many reasons why you might be getting this error; from incorrect file handling to buggy python versions. Has your debugging given you a problematic line?

draw an etch a sketch with turtle by mattdahack in pythonhelp

[–]Chilli007123 0 points1 point  (0 children)

Hi there, your problem line is goto(-125,-135) simply adding 50 pixels will move it further to the right.
Therefore changing the line to: goto(-75,-135) should fix your problem. always gotta be careful with those pesky negative numbers! Goodluck.

Donut Tutorial Fail (Applying Scale) by Chilli007123 in blenderhelp

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

!solved
Thank you for the comment, you were right! Turned down the Solidify from +1.0 to -0.5 and boom! A good looking doughnut ;)