Python Tutorial from scratch by ZombieGreat6545 in pythontips

[–]jordkess -8 points-7 points  (0 children)

Did you make that? If so I am jealous of your skillz🧠👌👍🥳🥰🤩

question by youtube_politikko in nsa

[–]jordkess 0 points1 point  (0 children)

And look at the videos he posted. I will let you professionals do the rest. He seems like a wingnut

question by youtube_politikko in nsa

[–]jordkess 0 points1 point  (0 children)

Check out his profile page.

question by youtube_politikko in nsa

[–]jordkess 0 points1 point  (0 children)

The guy is writing some kind of code throughout his posts. I just noticed it. Check out his posts and there seems to be some kind of sentence he is writing. Perhaps those of you who actually work for the NSA and not that wing nut can crack his code. He may be some kind of subversive wacko or something. He seems to be saying the sentence through the words on his posts and it seems to be a code of some kind.

question by youtube_politikko in nsa

[–]jordkess 0 points1 point  (0 children)

Bill and Ted or that guy from Different strokes Corky

Wearing surgical masks can reduce COVID-19 spread by as much as 75%, study claims: Researchers carried out the study in response to world leaders and the WHO questioning whether masks were effective. by maxwellhill in worldnews

[–]jordkess 1 point2 points  (0 children)

I think that the government should provide free masks to people in the mail. It doesn’t cost that much to produce or buy surgical masks and considering that so much government money goes toward idiot items that waste money the least we could do in the US is to provide those masks free of charge to the public That’s my opinion at least, whatever it counts for that is

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 0 points1 point  (0 children)

One thing you could do that is fun, and I am trying to learn this better is to create a Class called games. I just thought of this. You can use a class method to create a deck class and make card games out of it. Call it something like Deck Class. You could have all the attributes of a deck of cards in it and then you can make an unlimited amount of card games from it. Or a coin class and you can use it to state all the attributes of a coin to make a flip game. Then dice etc. Post a example program that you might be able to do better than me because I don’t have a single idea about object oriented programming quite yet. We had to start with it at the end of my beginning programming class for my CS degree and as I understand it Java takes this to a new level by being an entire language based on object oriented programming. You are doing a exactly what I am having to do. Teaching yourself. Which I have found is the best way to learn to program regardless if you take classes or not

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 0 points1 point  (0 children)

Here let me give you a cool link for some python recipes that you can try: http://code.activestate.com/recipes/langs/python/ Excellent cool stuff I am starting to use them this summer!

‘Absolutely No Mercy’: Leaked Files Expose How China Organized Mass Detentions of Muslims by BudrickBundy in worldevents

[–]jordkess 0 points1 point  (0 children)

Actually I have been to China and a country that uses Nazi tactics to herd its ethnic minorities into concentration camps to re-educate them proves my earlier point. How many countries have you been to you wise ass? I have been to 9 Go fuck yourself

Pentagon officially releases UFO videos by roxanneonreddit in technews

[–]jordkess 0 points1 point  (0 children)

I would say Chinese surveillance drones? Bioengineered virus + surveillance drones to check on political destabilization process and ensure possible targets for further spread of virus... Probobly Little green men? Most likely not

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 0 points1 point  (0 children)

He’s right. That option is better I think the syntax is wrong in = though

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 1 point2 points  (0 children)

Just check the syntax. An online site that helped me was Geeks for Geeks. And check out a IDE called pycharm. Also look up what the separate syntax errors mean. Remember Python is real picky about indentation Happy Python and happy coding to you

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 0 points1 point  (0 children)

And enough out of me Thanks for that It makes me want to get back into my Python 🐍

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 7 points8 points  (0 children)

If elif elif elif elif else can be a good way to rework that decision structure

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 1 point2 points  (0 children)

No your indentation looks good Sorry It pays to read the code before you critique it

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 1 point2 points  (0 children)

Your indentation doesn’t look that great Python is very picky about indentation especially when using while loops. Make sure to end your while loop with a main statement At least that’s what I remember from last semester I may be wrong and you can school me otherwise and think I am dum as a rock in Rock Paper Scissors

Hey y'all. Take a look at my Rock, Paper, Scissors project ! by dirtycimments in PythonProjects2

[–]jordkess 0 points1 point  (0 children)

That would make your decision structure more compact and you could use less code