Lurker > SomeLikeItHoth

LurkerFAQs, Active DB, DB1, DB2, DB3, DB4, DB5, DB6, DB7, Database 8 ( 02.18.2021-09-28-2021 ), DB9, DB10, DB11, DB12, Clear
Board List
Page List: 1, 2, 3, 4, 5 ... 36
TopicITT: Learning Python
SomeLikeItHoth
12/25/21 6:31:54 AM
#498
Merry Christmas!

---
FAM FOREVER. | https://i.imgur.com/cGrHeeU.jpg
TopicITT: Learning Python
SomeLikeItHoth
12/19/21 4:59:15 AM
#486
So fams, what are all y'alls new year resolutions?

Mine is to finish out my current video course about web dev.
Then to actually start with the odin project.
And I'm really going to get back into Python again.

EDIT: also, TC, maybe get ready for the next topic? What are you going to name it?

---
FAM FOREVER. | https://i.imgur.com/cGrHeeU.jpg
TopicITT: Learning Python
SomeLikeItHoth
12/18/21 5:12:27 AM
#483
sutree posted...
Any advice for someone starting from ground zero?
I started by reading this book

https://nostarch.com/pythoncrashcourse2e

---
FAM FOREVER. | https://i.imgur.com/cGrHeeU.jpg
TopicITT: Learning Python
SomeLikeItHoth
12/15/21 3:12:23 AM
#479
Another free game that's been posted on Reddit. I haven't read the comments yet but it looks like it might actual be a good source.

https://store.steampowered.com/app/1812820/Bitburner/

---
FAM FOREVER. | https://i.imgur.com/cGrHeeU.jpg
TopicITT: Learning Python
SomeLikeItHoth
12/12/21 5:39:06 AM
#472
1337toothbrush posted...
By the way, do you have a preference between JavaScript and Python so far?
Yeah. Python really has changed my life and changed the way I think about things in general. I have only been using Javascript for a little bit but I like what I'm learning so far. And I really like how it utilizes the browser, whereas in Python I'm mainly using/importing libraries. I'm looking forward to seeing what more Javascript can do, but I still prefer Python.

---
FAM FOREVER. | https://i.imgur.com/cGrHeeU.jpg
TopicITT: Learning Python
SomeLikeItHoth
12/09/21 5:22:37 AM
#466
SpiritSephiroth posted...
You're gonna pick up Java and learn it alongside Python? I'm thinking maybe a year more with Python then I'll start looking into other languages.
I started my Python journey around last February/March. I learned a lot but I was getting to this point where I needed to learn more than just Python. I felt like I wasn't doing enough by focusing on one language, and it was causing me to get really burned out. I still really love Python and I plan on picking it back up early next year, but I feel like if I learn more languages and learn more about computer science, it will overall make me a better Python programmer. There's still a lot I want to do with Python, like new projects I want to make. But I'm giving myself a break for now until I can recover mentally from spending so much time on it.

---
TopicITT: Learning Python
SomeLikeItHoth
12/08/21 5:45:39 AM
#464
Does anyone know of any good / current javascript learning resources? Or maybe some books? I'm starting to get farther along in this course I'm taking & I think I need extra help while doing it.

SpiritSephiroth posted...
I've been wanting to get back into Pokemon. Still have unopened Pokemon games back from the 3DS era.
I always buy the games. I don't have the time to spend on them like I used to (I have 350+ hours in Pokemon Y) but I play them when I can.

---
TopicITT: Learning Python
SomeLikeItHoth
12/07/21 5:46:38 AM
#462
Just saw this. Haven't looked at any of the books yet. I'll do some research tomorrow or Thursday.

https://www.humblebundle.com/books/programmer-advice-that-wrox-your-world-wiley-books

SpiritSephiroth posted...
Been playing Endwalker to be honest
Nice. How is it? I've been playing Animal Crossing and Pokemon Diamond.

---
TopicITT: Learning Python
SomeLikeItHoth
12/03/21 3:51:38 AM
#455
I'll take a look at your code when I can.

https://www.epicgames.com/store/en-US/p/while-true-learn

Free game. I don't know anything about it but seems interesting.

---
TopicITT: Learning Python
SomeLikeItHoth
12/01/21 6:26:05 AM
#451
What was the interview for?

---
TopicITT: Learning Python
SomeLikeItHoth
11/29/21 5:56:55 AM
#448
Just finished my nightly lesson. Took some NyQuil cause my throat hurts and now I'm getting sleepy.

---
TopicITT: Learning Python
SomeLikeItHoth
11/28/21 3:38:38 AM
#446
Could start on the document now and have it ready for the next topic, then post it in the first 1-2 posts.

---
TopicITT: Learning Python
SomeLikeItHoth
11/27/21 5:02:42 AM
#444
I'm just continuing my Udemy courses. Haven't made anything interesting for a while. Hopefully that changes soon when I get farther in them.

---
TopicITT: Learning Python
SomeLikeItHoth
11/25/21 8:59:01 PM
#441
Happy Thanksgiving!

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/22/21 6:59:05 AM
#428
@toyota Ahh! Really wish I would have seen this earlier so I could ask you some questions. It has been a while since I've worked with Classes, and I'm a little confused by what it is exactly you're trying to do. But from your second photo on the bottom (and I may be wrong), it seems like you're trying to assign the admin class the entirety of the privilege class. There's a few things that stick out to me but I may be misunderstanding your code as you only posted a snipet.

https://www.reddit.com/r/learnpython/comments/q6pc3j/understanding_self_in_python/hgdbrbw/

I'm not sure if this is what you're looking for but try this

https://stackoverflow.com/questions/51233767/init-missing-1-required-positional-argument-python3?noredirect=1&lq=1

And I also found this.

https://stackoverflow.com/questions/69950513/python-typeerror-init-missing-1-required-positional-argument-privilege

See what those people did and see if it helps. It's from a few years ago but the syntax should be similar.

I also highly suggest reading up on python OOP programming.

https://www.youtube.com/playlist?list=PL-osiE80TeTsqhIuOqKhwlXsIBIdSeYtc

That mini series helped me understand it a lot.

If you're still having trouble then post your entire code so I can copy it into my terminal and I'll see if I can figure it out.

I can tell you that I have not seen this syntax used before

self.battery = Battery()

so that part does confuse me. What source are you reading from?

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/21/21 5:32:48 AM
#425
I watched two lessons from Udemy now I'm going to play Animal Crossing a bit.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/19/21 6:27:53 AM
#421
1337toothbrush posted...
I haven't posted here in a while but I've been doing some learning of my own. I'm adding Rust to my repertoire and so far I'm loving it.
What method are you using to learn Rust? I'd be interested in learning in the near future. @1337toothbrush

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/19/21 4:20:25 AM
#419
Udemy is having a Black Friday sale.

https://www.udemy.com/course/the-web-developer-bootcamp/

This is supposedly one of the best courses. I recently have began working my way through it. On course 9 at the moment. I will say I'm enjoying it a lot so far.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/18/21 8:02:51 AM
#417
ChocoboMog123 posted...
I was in middle school and teaching myself baby steps at the time. I really wish I had real programming classes then, or at least the online resources available now.
That's actually really impressive. You should start studying again. Way more resources exist now.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/17/21 6:41:33 AM
#411
I have not used any of those free ones yet. I only got them cause they were free.

Nice. I've been thinking about dual monitoring now that you're talking about it more. Best Buy has some good deals for Black Friday next week.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/16/21 3:53:05 AM
#408
Some of these books might be good.

https://www.humblebundle.com/books/python-programming-oreilly-books

SpiritSephiroth posted...
How are they? I've still got a few to go through. Looking towards watching them whenever I travel or in my spare time.
Quite a few of them are really good. I can recommend you some if you'd like.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/15/21 6:06:51 AM
#406
I only use one monitor! I may upgrade to two eventually.

Just spend the past 3 hours watching Python / HTML videos on Udemy.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/13/21 3:38:08 AM
#403
SpiritSephiroth posted...
Feeling burnt out right now. Might take a break for a while.
It happens. Take a break for a few days and then come back refreshed.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/10/21 5:27:27 AM
#399
SpiritSephiroth posted...
I've been thinking of following something like this just for practice.
That looks like a lot of fun.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/08/21 5:46:46 AM
#395
I decided to buy this course as there's another flash sale going on

https://www.udemy.com/course/the-web-developer-bootcamp/

I can't personally recommend it, as I've only watched section 1, but supposedly it's one of, if not the best web development courses to take. Right now It's only $20 which seems like a great investment if you're into learning about JavaScript and databases and stuff and are looking into getting a career in that area. I'm also still taking the CS50 course, so between those two courses I'll be busy for the rest of the year. All the while still trying to make time for Python.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/08/21 2:52:54 AM
#394
toyota posted...
if a line or statement is getting too long for the recommended 80 characters per line limit, how do you finish the statement on the next line?


---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
11/07/21 10:12:04 PM
#390
Im back.

Waifu-man posted...
I havent try to install it yet. Pycharm?
Yup fam download Pycharm after you install Python.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
10/08/21 4:22:18 AM
#303
Fun little sudoku game!

https://geekyhumans.com/heres-the-sudoku-game-in-python-source-code/

SpiritSephiroth posted...
I'm thinking of making one random project where I put in all this random code and then import it into a new project whenever I need it, if it ever becomes useful.
It's kind of late here and I'm tired could you explain a bit more? Cause I'm confused by what you mean.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
10/06/21 7:39:01 AM
#300
I didnt have a chance to do anything today.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
10/04/21 5:58:52 AM
#295
SpiritSephiroth posted...
Bump, Going to do more coding before bed!
Did you make anything?

I did two kinda cool GUIs in Tkinter.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
10/01/21 2:02:44 PM
#290
https://leanpub.com/b/theindiepythonextravaganza/c/pytober

treewojima posted...
I'm reading this book, it's pretty solid so far.
Are you reading it on your computer or did you buy the book?

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/30/21 8:29:08 PM
#288
https://realpython.com/beautiful-soup-web-scraper-python/

This is fun. I've parsed data before but it's a nice refresher. I might try coming up with a project after I finish this.

SpiritSephiroth posted...
I was messing about with a few things, but I hope I didn't break anything >_>
I can't find the topic now, but on Reddit someone posted the other day how he "accidentally" deleted a bunch of folders while messing around with Git. Just be careful!

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/30/21 7:08:37 AM
#285
SpiritSephiroth posted...
Quick bump, most of my time has been on reading material to be honest. I haven't coded much yet.
Same.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/28/21 4:58:00 AM
#282
SpiritSephiroth posted...
That link is really useful! I've been reading through some of it and it sets out points that are easy and plain to read.
I'm about 100 pages in and yeah it's pretty good. I keep meaning to finish it but I get distracted.

Anyone got any project ideas I could work on?

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/27/21 4:14:30 AM
#278
https://greenteapress.com/thinkpython2/thinkpython2.pdf

It's actually a really good book. I recommend it.

I was thinking it would be cool to create a sort of farming system in Python. I might start that.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/26/21 5:23:56 AM
#276
I've been reading Think Python. It's pretty good. Just a refresher so far but it's worth a read if you want the link to download it.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/24/21 5:13:18 AM
#273
This game was really fun to play. Definitely worth the effort.

https://inventwithpython.com/pygame/chapter3.html

SpiritSephiroth posted...
Same. I feel the itch to just start a new project until I get stuck again, then I'll look it up, research or go through tutorials.

The 4 hour video at the beginning was helpful, and I made over 20 pages of notes. But doing that constantly I know would be counter productive.
What kind of project? Another RPG?

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/23/21 7:21:36 AM
#271
Nice. Acer is a good brand. Hope it works out for you.

Ive barely done anything lately. Tired of watching videos and reading tutorials. I need to get more into projects but its tough knowing where to begin sometimes.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/22/21 6:00:15 AM
#268
Didn't realize you lived in the UK. I figured you lived on the east coast in America.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/21/21 5:41:46 AM
#266
You might have some luck going inside Target. I always see discounted monitors there.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/20/21 4:29:37 AM
#263
I need to come up with a new project to work on.

And no shame in programming with just a single monitor.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/18/21 6:46:00 AM
#260
Whats the bug say

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/16/21 9:21:17 PM
#258
RchHomieQuanChi posted...
I've got to tweak the numbers though to make it challenging
You could create a dice system where the player rolls two dice and gets a solid number and use that number to subtract from the enemies defense. I was thinking of creating something similar to that myself.

Say the player rolls two six-sided dice. The first number they get is a 3 and the second is a 5. Your total number would be 8.

Now say the enemy has a high attack stat (30), but a low defense stat (5). You subtract your dice roll of 8 and the enemies defense stat of 5, so the enemy loses 3 HP.

That would be pretty challenging.

You would also have to take into account other variables, like rolling a low number so the enemy doesn't lose HP, and even a critical hit option if you get double of the same number. And certain characters could have higher dice numbers, like two eight-sided dice.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/16/21 4:50:04 AM
#254
I didn't know what to do tonight so I just watched some random videos about matplotlib.

SpiritSephiroth posted...
Based on which route taken earlier which dictates your current level, you can have a hard time or easier time with this encounter.
That sounds hella fun.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/15/21 12:32:37 AM
#252
SpiritSephiroth posted...
Hmm at my level should I continue with learning from tutorials and courses or start on mini projects?
I say focus on starting your own mini projects and you could also do coding exercises.

Questionmarktarius posted...
I'm seriously thinking about doing that javascript thing. If the data is structured right, adding graphics should be simplistic when I get around to it.
Do it fam. I bet you'll learn a lot. Then you could share your code and teach us.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/14/21 4:54:47 AM
#246
I highly recommend y'all to follow the tutorial I just posted if you're interested in 2D game development. It's so much fun and I only just started. It's making me want to create my own 2D platformer game.

1337toothbrush posted...
Graphics, for me, is where the magic really happens. Makes it a lot more easy to make a real-time game which is a lot more fun to write and see in action.
I used to make pixel art for fun. Not so much anymore. What kind of graphics do you make?

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/13/21 5:42:27 AM
#241
I'm going to start this project and learn more about 2D game stuff

https://realpython.com/platformer-python-arcade/

RchHomieQuanChi posted...
cyberpunk/fantasy-esque text adventure game
That sounds cool. I love the cyberpunk genre.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/11/21 12:21:33 AM
#235
https://www.youtube.com/playlist?list=PLLf84Zj7U26kfPQ00JVI2nIoozuPkykDX

I haven't checked out this video series yet, but it's 64 videos long and here is the description. I don't think I'll be watching it any time soon, but definitely in the future since it teaches C#.

In this series, we'll look at how to make a Turn-Based RPG like Pokemon using Clean Coding Practices. Along the way, you will learn Advanced C# features, Design Patterns, how to Architect the game in a scalable way, etc.

It covers common RPG mechanics like Turn-Based Battle, Experience/Level Up, Party System, Status Effects, Items/Inventory, NPC/Dialogues, Saving Loading. These are implemented in a modular way, so you will be able to use them for other projects too.

The series is targeted at people who know the basics of Unity and C#. It's designed to take you from a beginner to an Intermediate level Game Programmer.

I'm a Software Engineer and a Freelance Unity Developer. I've been using Unity for the last 6 years. My goal with this series is to share the things I've learned throughout the years about Game Programming. I've spent more than 350+ hours for making this series, so I hope you find it helpful and I'd love to hear what you think about it :)

RchHomieQuanChi posted...
Yup! Gonna do a bit of A+ studying this morning and then buckling down on some coding.
Nice. Can't wait to see the code!

Questionmarktarius posted...
I'm starting to think the whole thing really can be done in javascript.
I don't know much about JS.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/10/21 4:20:04 AM
#231
Last night I got home, ate some pizza, watched an episode of Flash and passed out. For like 12 hours.

Today I was out most the day and I'm so tired but I have been learning more about matplotlib. Making graphs is actually hella fun.

RchHomieQuanChi posted...
First off day isn't until Friday so that's when I'll really get to buckle down.
@RchHomieQuanChi reminding you fam

Questionmarktarius posted...
Seems absurd overkill.
Meh. Do it anyway.

---
FAM FOREVER.
TopicITT: Learning Python
SomeLikeItHoth
09/08/21 3:00:46 AM
#227
Questionmarktarius posted...
This is your introduction to the DRY concept ("don't repeat yourself")
That's something I also need to get better at.

RchHomieQuanChi posted...
First off day isn't until Friday so that's when I'll really get to buckle down.
Fam I'm going to tag you on Friday to remind you.

Questionmarktarius posted...
I feel tempted to do a small text adventure on LAMP stack now, for some reason.
You should. I want to continue the text RPG I'm working on but I still need to learn more.

---
FAM FOREVER.
Board List
Page List: 1, 2, 3, 4, 5 ... 36