Keen Learner and Exp...ย โขย 3m
Day 23 of learning python as a beginner. Topic: multi-threading. Multi-threading is a technique to run multiple task (such as importing or downloading) within a single program and at the same time. Thus running multiple things parallelly, in a nutshell. Although you can use threading to download anything I practiced it for downloading images from the internet (pexels to be specific). I used multiple for loops first for appending the image_urls list from the inputs I am taking from my user. Then I am using another for loop with enumerate so that each url link in the list gets downloaded and threading.Thread sends this data to my download_image() function with all the related arguments necessary to download the image and and create a unique file. Just like calling functions and classes you need to use .start() function in order to start the threading process. and then use .join() function so that the program waits for both the images to get downloaded completely and then continues to execute the remaining code. Here's my code and its result and I would love to hear your all's amazing suggestion to my code.



Keep Movingย โขย 1y
What is the most efficient way to combine text from multiple cells into one cell without using the CONCATENATE function? A) Using the TEXTJOIN function B) Using the LEFT function C) Using the SUBSTITUTE function #excel #msexcel #dataanalyst #dataan
See MoreA billion dollar dre...ย โขย 10m
๐ฎ No-Code AI Revolution: Multi-Agent Systems for Everyone! Multimodal LLM-based multi-agent systems are now accessible through no-code platforms. Game-changer alert! ๐ Why it matters: - Non-technical teams can implement complex AI - Handle text,
See MoreKeen Learner and Exp...ย โขย 3m
Day 24 of learning python as a beginner. Topic: decorators Somebody has suggested me that I should focus on some of the important things and he gave me a list of topics to learn. Decorators were at very top of that list and therefore I decided to l
See More


Hey I am on Medialย โขย 1y
How I Complete My 5-Day Boring Task in Less Than Half an Hour๐๐ป 1. Eureka Moment: So, I was stuck making PowerPoint slides manually, which was a real pain. Then, I had this genius idea to make things easier by automating the whole process. 2. Hun
See More21. Curious, optimis...ย โขย 8m
If I create a SaaS with its boilerplate on GitHub and grant paying customers collaborator access, what prevents a user from downloading the code as a ZIP file and sharing it for free? This could ruin my business ๐ฅน any solutions, such as a legal
See MoreEntrepreneur I Busin...ย โขย 2m
The Ad Creative Engine is an automated workflow that transforms product images into professional marketing content. Built on N8N, this system leverages multiple AI services to generate both enhanced product images and promotional videos from a single
See More
Download the medial app to read full posts, comements and news.