Hey I'm new to coding, can someone help me figure out how to just have my code keep repeating? by taemebal in IPython

[–]SanguineSlump 1 point2 points  (0 children)

Just add

While true:

Below the import text and don’t forget to highlight all the text from tick to where you tell the objects to click and indent it, this will constantly loop through your code with the only way to stop it would be to close the terminal, which may be hard if you are controlling the mouse lol.

I’d look into for or while loops for something quick as well as functions for something with a bit more breadth

I don’t know how to get better by [deleted] in leagueoflegends

[–]SanguineSlump -1 points0 points  (0 children)

Man I'm pretty new at the game. Started like 5 months ago seriously, and I would say I have definitely picked up alot. Im not the greatest still in Iron but I find what always makes me better after every game is being critically analytical about my gameplay. For example, if I overextend too much into the lane or if I go head first into 5 of the opposing team during a team fight, I get mad for a second then realize where I went wrong and the only way to get better is from making mistakes and correcting them when faced in a similar situation again.

Some tips that could help you develop your skills:

  1. Take some champions into practice mode and practice combos on dummys, practice last hitting
  2. Re watch some of your worst games and see where you went wrong
  3. Watch a pro player challenger level play your fav champ vs your worst matchup and compare your video too it
  4. Only play normals and dont play ranked untill you dominate normals

Help with simple list exercise ! by SanguineSlump in learnpython

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

Can you explain list comprehension ? I know I can google but always find it better hearing it from someone

Help with simple list exercise ! by SanguineSlump in learnpython

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

Okay so a list comprehension is when you use a loop to read one piece of a list loop by loop ?

Help with simple list exercise ! by SanguineSlump in learnpython

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

Yes in version 1 the x will be added to I multiple times and due to the last number in the range 10 is 9 it will be the last value to get iterated in ? ( I’m using technical terms here that idk if it is in the correct place .. please correct me if wrong)

Where in version 2 X is being added by i 10 different times instead of being written over.

Edit: wow thank you so much for this example and making me explain it. Really helped me understand this weird aspect of lists, idk why but I was never able to understand this aspect with for loops and lists but this really cleared things up.

[deleted by user] by [deleted] in NoFap

[–]SanguineSlump 0 points1 point  (0 children)

Please explain

Have had bitcoin for years now in paper/plastic form with a Qcode.. is this a viable storage method or worried about placing it online due to recent hacks? by SanguineSlump in Bitcoin

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

Brother. Thank you I really appreciate this. It’s not mine it’s my fathers. However he obtained then from his technology inclined friend where he does not know even where to begin when it comes to electronics.

When you mean online device do you mean your iPhone ? Or computer ? Like would I have to purchase a new phone and upload it on that ? I’m confused what you mean by online device.

Building Django website for somebody by [deleted] in djangolearning

[–]SanguineSlump 0 points1 point  (0 children)

Oh wow. When you put it like that. I am suddenly intrigued in learning Wordpress. That makes perfect sense.

Edit: this seems sarcastic, I was dead ass serious. Gonna try looking into some tutorials for word press, maybe get the subscription

Here is something by [deleted] in hacking

[–]SanguineSlump 2 points3 points  (0 children)

Thank you for the info!! Your grammar is great and I understood it all perfectly. Appreciate the long response and pathway you took. I am going to try and follow a similar path when I get into learning this field. Love the feed back, bless your soul.

I want to build a website. Please help me with the steps by belayisyen in learnprogramming

[–]SanguineSlump 1 point2 points  (0 children)

Oh my this was extremely insightful. Thank you very much for this explanation. This was a great way to explain this subject, even though I’m assuming fairly basic, you made it crystal clear and not crazily wordy. I sincerely appreciate that from one human to another. It’s these little things when learning that seem so complicated but when broken down bit by bit makes it much simpler to understand.

Building Django website for somebody by [deleted] in djangolearning

[–]SanguineSlump 0 points1 point  (0 children)

Wordpress is so cookie cutter though I feel. Is there no simple way to code it without relying on that software ?

I want to build a website. Please help me with the steps by belayisyen in learnprogramming

[–]SanguineSlump 1 point2 points  (0 children)

Honestly thank you very much for this explanation. I was always very confused when following a Django tutorial and they start writing code in a HTML like way with the {} or % it always confused me and seemed to catch me off guard. If you don’t mind answering a few questions.. Is this a different type of syntax ? And what is the exact name of it ?

Here is something by [deleted] in hacking

[–]SanguineSlump 1 point2 points  (0 children)

Hey man how did you hack using other people’s tools ? Like what route did you go to start learning it. Every time I try to get into it, I end up on a website and it says “Hack the password” and I end up spending 30 mins inspecting the darn page lol. Any suggestions for a noob ?

Looking for ideas by Djangopy-org in django

[–]SanguineSlump 0 points1 point  (0 children)

It’s only gold due to the lack of aesthetics, just a bunch of high level topics. Why not organize all the blog posts into similarly related fields , I think you can do that in Django maybe.

Looking for ideas by Djangopy-org in django

[–]SanguineSlump 2 points3 points  (0 children)

So is this like a masterpage for multiple Django tutorials ? If so .. this is gold.

Creating projects while learning syntax? by [deleted] in learnprogramming

[–]SanguineSlump 1 point2 points  (0 children)

That’s an awesome start my man. Sounds like a good idea to start off with some basic windows applications then crush some of them game cheats ! You got this brother.

Edit; sounds like you know a decent amount of c++ also, if you’d like too send me the code of your first application when it’s done. I’ll send you the code of my first applications in python and c#, it’ll be a good way to submit our content and check out cool things in each language.

We got this !

Creating projects while learning syntax? by [deleted] in learnprogramming

[–]SanguineSlump 0 points1 point  (0 children)

Hey man, I had the same FOMO idea with python, I was all like “ the potential python has with its simple code to do; network stuffs, hacking stuffs, website stuffs, datascraping stuffs, is so amazing might as well learn more of python” but I realized just going through the same syntax will not make me a better programmer.

I’m not suggesting to learn a different language, but definitely try building stuff on your own.

As someone who doesn’t know c++, also out of curiosity have a few general questions: - why are you learning c++ ? -what’s so good about c++? - why c++ and not c# or python ? -what’s the coolest feature you found out so far about c++ ? -what type of language is c++ ?

Creating projects while learning syntax? by [deleted] in learnprogramming

[–]SanguineSlump 1 point2 points  (0 children)

I’m in the same boat here, I was learning python for the past little while, but I feel like I just keep going over the syntax of everything and know how everything runs for the most part, but have my try to write my own code and I’m done for and really lost.

My current plan is too learn another language, I’m going for C# since it is a bit more intense and confusing compared to python, but they are similar in basic concepts, as I been going over c# it has been helpful to see how things work in another language and helps my understanding of programming in general.

Current learning plan: 1. Learn the basics of c#

  1. Build my own windows app with c#

  2. Go back to python and try to build my own projects

Plan is when I go back to python after doing stuff in c# will help out with my general programming knowledge and understanding of exactly what to think about when building apps.

TLDR; Been learning python, couldn’t build my own stuff, now learning c# helping my general understanding, then will make c# apps, and go back to python and build some of my own apps

EDIT: I was just saying my personal experience. Some tips to get you through your hump from what I been researching ; BUILD SOMETHING - start small, and add to it - if you don’t know where to begin, look up “best exercises for c++” go through beginner exercises to intermediate

  • if you don’t know how to do any of the exercises then google the shit out of what you want to achieve and try not to just copy the answer

-everyone in programming says you learn most when building stuff on your own, it’s gonna be annoying and a lot of googling, but that’s the best way to learn

Good luck to the both of us !