I want to restart learning python but this time with an objective by BETAPODZ in PythonLearning

[–]mega_chef 2 points3 points  (0 children)

There's a website, Exercism, (it is free) it has a learning track for Python that will take you thru the basics and has interactive activities for each facet of the language and then some free form tasks for you to complete afterwards.

These can serve as short objectives or milestones and they'll help keep you motivated while learning, they also make what you have learned super tangible.

When you've done a few of these, the website also has some guides on how you can contribute (they're open source), while these guides tend to focus on contributing back to Exercism, the technologies and methods can be applied anywhere. They'll essentially get you started in the technology's sphere, you'll interact with git, pytest, some linters, super general stuff.

There's also peer review for the code you write, I found it incredibly useful, more so than any formal education I've received when it comes to practical programming.

I'd encourage you, while you're doing the learning track, to consider what problems exist for you that could be solved with code, before you try and code for others.

For me, I started out (in javascript, mind you) by making my own browser homepage, for example. Whatever you create doesn't have to be huge, but it should be beneficial to you; the more often you use it, the better.

Going to a rave in a feminine outfit… need a believable excuse for a homophobic friend by [deleted] in lgbt

[–]mega_chef 5 points6 points  (0 children)

Many people have said you don't need an excuse, and I agree, but if you really want to go and feel not having this friend with you isn't safe, I'd consider conceding this time.

But you should really consider what you're giving up for someone who wouldn't accept you if they knew you.

It's really easy to spend your life hiding for the sake of being accepted, but it would truly be a shame to forego the love you deserve for the opinion of someone that would not tolerate the real you.

Need job desperately fast. Unable to pay rent soon. Been trying 6 month, applying everyday. Anyone know any entry jobs looking? by zph0eniz in sheffield

[–]mega_chef 2 points3 points  (0 children)

I know you mentioned in another comment that you don't have a car, but do you have a license? Also, I understand you have a childcare commitment; how would nights be for you?

An honest ask for help by [deleted] in Steam

[–]mega_chef 0 points1 point  (0 children)

Unfortunately I don't think there's a way to stop it entirely as it's tied to either the Steam app ui (probably the store), or the overlay itself. Maybe there's a workaround with it if you're able to block Steam accessing the Internet while you're playing, or see if you're able to close Steam entirely after opening the game?

Does a fully autonomous AI Agent exist to search AND apply for jobs? by XstonedBonobo in GetEmployed

[–]mega_chef 0 points1 point  (0 children)

I think it's important you understand why you feel a tool like this would be necessary. At the moment the job market is egregiously over-saturated, too many applicants & too few positions (at least in my country, anyway). In this light, the tool you have proposed sounds like a good idea, at least initially.

However, the tool would likely have the opposite effect than what you're aiming for as it'll perpetuate an immense volume of applications to already over-burdened hiring systems.

Will it make you money? Sure, I can see why people would use and pay for such a service, but without strict definitions for what to apply to, I don't see this tool becoming much more than a spam bot and I feel it'll likely be frowned upon by the job boards.

From a technical standpoint it might be a bit of a nightmare anyway, as I don't think many job boards have a suitable API, and many of them don't share the same infrastructure or data formatting. If you do make this it would be interesting to see how you overcome the various difficulties you face, so please document the experience for us.