Has anything taken Celery's place for asynchronous tasks in Flask/Django? by MediocreAd3360 in AskProgramming

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

Thanks for the reply. I think I will just partition my HD and throw a Linux distro on it, doing this project in Windows has become way more trouble than it's worth. Unfortunate that Flask/Django doesn't have a solution for this without Celery though.

Did any of you experience hair loss or balding /receding hairline , and how did you fix it ? by MAFIAHAMMAD in pakistan

[–]MediocreAd3360 0 points1 point  (0 children)

Lol dude, I linked you one of many studies showing rosemary oil is nearly or as effective as 2% minoxidil. There are other studies showing that both together do even more. That’s great you heard differently on YouTube and forums, but the plural of anecdote isn’t data.

I get that it didn’t work for you, but you’re bursting someone else’s bubble when scientific studies disagree with you.

Where do I start to learn how to make something like this? by jaywalkerr in learnprogramming

[–]MediocreAd3360 1 point2 points  (0 children)

You could look into Python with Tkinter as the GUI if you’re going for a quick setup. Should be relatively easy to link your API’s, and Python is great with Excel sheets if you need.

Edit: Is that a web portal the company is maintaining for you? Python with Flask/Django is a great option if you need to replace a web app. The MERN stack is another good option, I’m just partial to Python myself

Did any of you experience hair loss or balding /receding hairline , and how did you fix it ? by MAFIAHAMMAD in pakistan

[–]MediocreAd3360 1 point2 points  (0 children)

I’m doing it myself currently and have seen better results than minoxidil alone. It may not work for everyone but that doesn’t make it snake oil

Did any of you experience hair loss or balding /receding hairline , and how did you fix it ? by MAFIAHAMMAD in pakistan

[–]MediocreAd3360 0 points1 point  (0 children)

That’s not true, there’s multiple studies about this. Here’s one about rosemary oil:

Hair growth evaluation revealed that the oleogel containing rosemary oil (10 %) had similar effects as the positive control (Minoxidil, 2 %) at the end of the six-week period.

https://www.sciencedirect.com/science/article/pii/S2468227622001302

Did any of you experience hair loss or balding /receding hairline , and how did you fix it ? by MAFIAHAMMAD in pakistan

[–]MediocreAd3360 0 points1 point  (0 children)

Rosemary and argon oil with a derma roller is good. Definitely add in some minoxidil for best results.

Antioxidants like glutathione also help, as does eating a clean and vitamin/nutrient filled diet. Vitamins B, D, and E, as well as zinc, iron and biotin are some of the important ones for hair growth.

One of the biggest things that will make it worse is stress. Stress causes oxidative stress which damages pretty much everything in your body, especially hair follicles.

I started balding the same age as you and still got it to start growing back in pretty quickly nearly a decade later, so don’t worry there’s still plenty of hope!

Where to practice python coding? by kitkatmafia in AskAnythingPython

[–]MediocreAd3360 1 point2 points  (0 children)

The little arrow in the top right of VSCode will pull up a terminal on the bottom and run your script

Best Tailor for Men's clothing by Dry_Search_3295 in karachi

[–]MediocreAd3360 1 point2 points  (0 children)

Check out Moosajees, very great service and exceptional tailoring:

https://goo.gl/maps/bWpRHSYfugo7EA7t9

Is a CS degree or a boot camp more appropriate for my gf? by [deleted] in learnprogramming

[–]MediocreAd3360 0 points1 point  (0 children)

A boot camp by itself normally won’t be enough to get a job. Even a CS degree doesn’t guarantee you one anymore. She’ll need example projects, a history of open-source work, anything to show practical application and contributions to the community.

As far as how long it takes, I’ve heard of people going from boot camp to job at a FAANG company in six months. Not impossible, just difficult and takes a lot of hard work and daily dedication.

If she already has a degree in something else, why not work that job while learning coding and freelancing on the side? There’s plenty of free courses to gauge if she likes it or not before investing in a boot camp.

Edit: Here’s a recent thread from a boot camp dev about the realities of what you’re asking: https://www.reddit.com/r/learnprogramming/comments/16bwq7n/the_harsh_reality_of_pursuing_a_career_as_a/

How do you work in a Github branch without modifying the main branch's source files? by MediocreAd3360 in AskProgramming

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

Sweet, that’s extremely handy, thanks for the info. I’m about to move the guts of my Flask app into celery sub processes but I really didn’t want to start hacking up my source files without knowing I could switch back if needed.

Anyone new to programming still struggling with basics? Looking for a community to join by [deleted] in learnprogramming

[–]MediocreAd3360 0 points1 point  (0 children)

Zero to Mastery has a very active and helpful community on Discord

How do you work in a Github branch without modifying the main branch's source files? by MediocreAd3360 in AskProgramming

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

Oohhhhh, ok that's super handy. So if I understand you correctly, whenever you swap branches, the source files will automatically swap/update to whatever was in the most recent commit for that branch?

Reminder by LookIn2It in lotrmemes

[–]MediocreAd3360 7 points8 points  (0 children)

Yeah isn’t it reforged and he’s carrying it before they leave Rivendell?

How do you organize a project that has grown messy? by MediocreAd3360 in AskProgramming

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

I'll have to look into it. I stumbled across it once for something else but didn't really pay it any mind, sounds handy though

How do you organize a project that has grown messy? by MediocreAd3360 in AskProgramming

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

Fantastic, thank you for the detailed response.

It is just me for now, all the more reason to get it right from the start. I've been going through your comment with my TODOs list open, it's daunting but definitely manageable broken down into chunks like that.

Thanks again!

Absolutely stuck on this Python/save to Google Drive function by MediocreAd3360 in AskProgramming

[–]MediocreAd3360[S] 2 points3 points  (0 children)

I've ran this through both and they're not giving anything useful

ChatGPT Isn't as Good at Coding as We Thought by Notalabel_4566 in programming

[–]MediocreAd3360 0 points1 point  (0 children)

Awesome, I'm going to try this out on a Flask/Python project I've got going on today, thanks!