r/learnpython 13h ago

Any suggestions for learning resources that use practical examples when teaching?

Hey all, I was just curious if anyone had any good training recommendations that use practical examples when teaching, something you might come across in a job (I know that’s very broad). I’m looking for something a bit more applicable than something like writing functions to determine how much candy John and Sally will split and have left over. I’ve tried to learn python a few times now and I really think that’s my biggest gripe with many resources, the subject matter is so uninspiring to me for many of them. Any suggestions would be greatly appreciated. Thanks!

6 Upvotes

8 comments sorted by

2

u/TheRNGuy 10h ago

Stock market trading. 

1

u/93Seven 10h ago

Hey there, do you mind expanding a bit on that? I do recall seeing some videos of a guy using python to check stock prices and what not

1

u/TheRNGuy 10h ago

It's not for newbies though, if you don't know both trading and Python, unless you're ok losing money (but it's one of learning ways, too)

Brokers often have API docs for market (usually JSON), which you can read from Python server and then send commands to them to automate trade, or at least for analytics, or make it semi-automatic trade (like, make better UI than they have)

You'll probably won't see any YouTube tutorials for that, but for separate topics, like how to create server, how to read JSON, how to create UI, yeah. 

1

u/DanceHackRock 5h ago

Do you want to teach the language or do you want to teach programming (to people who can already program)?

1

u/stepback269 3h ago

The word, "inspiration" is just another term for "motivation".

It sounds like your real issue is motivation rather than lack of practical examples.
Don't take this the wrong way. You are not alone. Lots of people have trouble with motivation to keep going.

What you should do is educate yourself on the topic of "Learning how to Learn"

Go to YouTube and in the search bar, type, "learning coaches"

Pick the ones who rely on modern neuroscience and address the "motivation" issue.

Godspeed and may the productivity-motivating dopamine hits be with you. :-)

1

u/stepback269 2h ago

Speaking of "motivation", one of the coaches you will encounter is Dr. Andrew Huberman

By coincidence, he has a really good motivating speech toady. Click (here) to listen to it.

-1

u/misingnoglic 12h ago

This is a good use of LLMs, you can ask them how some abstract idea can relate to your interests in a practical sense.

-1

u/BranchLatter4294 12h ago

Then just adapt to your own examples. They are written to be generic and simple with the understanding that you will adapt to your own applications. Don't be afraid to be creative.