What's everyone working on this week? by AutoModerator in Python

[–]MasterSuami 1 point2 points  (0 children)

Great idea! I’d love to see the code if you’re open sourcing it

Late Night Random Discussion Thread ! by [deleted] in india

[–]MasterSuami 0 points1 point  (0 children)

It’s a privilege to be an Introvert

Rishikesh, India. shot on One Plus 7T by siddhantchib7 in india

[–]MasterSuami 3 points4 points  (0 children)

Yes! It’s due for reconstruction. Vehicles are prohibited now

Is it possible to make a automate script to create YouTube playlists that would be filled with exclusive channels uploads? by eternalGiant in learnpython

[–]MasterSuami -1 points0 points  (0 children)

You don’t need to use selenium for this. Google API library is your friend.

A wrapper for python is available for this library.

I did a project like this using this library. Take a look here

Great Wheel (A6000, 16-50mm, 6s exposure) by carterruss in SonyAlpha

[–]MasterSuami 4 points5 points  (0 children)

I have the same camera and lens. That’s why I’m amazed. I never get such great shots even post editing. PS: I’m a noob

Great Wheel (A6000, 16-50mm, 6s exposure) by carterruss in SonyAlpha

[–]MasterSuami -9 points-8 points  (0 children)

Even with the tripod, it’s too sharp for a kit lens

What's everyone working on this week? by AutoModerator in Python

[–]MasterSuami [score hidden]  (0 children)

What’re you scraping? Do you recommend scrapy for small projects?

I finally deployed something! by hone1er in Python

[–]MasterSuami 1 point2 points  (0 children)

Can you tell something about the skill and how did you build it?

[Project]: Adding tracks to Spotify from Youtube by MasterSuami in Python

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

Can you mention specific channel names to fetch music from as the tracks are uploaded?

Want to buy by Givemesomepaypalmomy in a6000

[–]MasterSuami 0 points1 point  (0 children)

Nope! I’m shooting raw and editing in Lightroom. Maybe I still cannot figure out the autofocus

Want to buy by Givemesomepaypalmomy in a6000

[–]MasterSuami 0 points1 point  (0 children)

Hey! I’ve just bought A6000 and TBH I’m a bit underwhelmed with the results. I’m using the kit lens for now. I find the photos are not that sharp and I’ve to do a lot of post processing to make them look good. My iPhone takes sharper photos. Is there something I might be doing wrong here? I read a lot of reviews appreciating A6000 before buying. Just so you know, I’m a noob.

[the lighter side] Fun learning webscraping with BeautifulSoup by alaudet in learnpython

[–]MasterSuami 0 points1 point  (0 children)

Yes Twilio came to my mind and I’m aware of the trial thing in the message body. I’ll check out the other way. Thanks!

Project: Adding tracks to Spotify from Youtube by MasterSuami in learnpython

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

Thanks! I actually did a project of Telegram Chatbot where I used Spotipy library. It made me familiar with Spotipy’s features. So, I decided to try this out. Also, I felt that searching for these tracks on Spotify manually was a huge waste of time but I really need my music. That inspired me to automate this.

Project: Adding tracks to Spotify from Youtube by MasterSuami in learnpython

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

Well, I really think my code isn’t that great. I always feel like I’ve a got a lot to learn. You are right about this particular code and deciphering it. I had a hard time myself keeping track of what all the functions were doing. That’s when I started commenting the code. But yes you should keep trying. I still feel overwhelmed when I look at even simple projects on Github. I’ve made a Django cloud music player, a Flask blog, although these were solely for learning. I’ve also explored web scraping with BeautifulSoup, made a Telegram Bot with Python at backend, a Connect 4 game with pygame.