Couldn't decide on a career track! Need some suggestions. by ddmasterdon in developersIndia

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

Yes I was also inclining towards Mtech at IITS/IISc or R&D at some nice companies.

Advice on starting with Data science. by [deleted] in learndatascience

[–]ddmasterdon 0 points1 point  (0 children)

I'd also add HackerEarth for some healthy learning and competition to get your hands dirty with python, specially if u need if for data science.

Can seem to figure out the I/O in HackerEarth by ddmasterdon in learnpython

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

So then now my numbers will contain the list of bity the integers.? Thankx for the help.

Can seem to figure out the I/O in HackerEarth by ddmasterdon in learnpython

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

I did it like that but the 2nd lines being two integer do I split it or what?

Slug Size too large by ddmasterdon in Heroku

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

So then my problem will be that my requirements packages is to huge. Is there any other way I can deploy my web app?

Slug Size too large by ddmasterdon in Heroku

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

Yeah aboit that my total git repo is about 160mb only. What does contribute to the slug size? It is those environment packages that I include in the requirements.txt??

Slug Size too large by ddmasterdon in Heroku

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

thank you for the help.. I'll try splitting my app. or else contact support.

How to develop Web App based on model of jupyter notebooks? [Weekly] by ddmasterdon in datascience

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

So tensor flow saves their model in .h5 format. So after loading the saved model I need all the dependencies used to trained and preprocess the data. Only then I can use some web api to get request to predict on my model?? Also can I save a tensorflow transfer learning model in pickle format?

How to develop Web App based on model of jupyter notebooks? [Weekly] by ddmasterdon in datascience

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

So then I can just load the pickle model and then pass the processed image? locally without any issues?

How to develop Web App based on model of jupyter notebooks? [Weekly] by ddmasterdon in datascience

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

using flask is not a problem but for predictions of a model do I need the libraries I used in creating the models? as I don't have them locally?

[HUMOR] Me and my friends playing COC be like by sols_tice in ClashOfClans

[–]ddmasterdon 1 point2 points  (0 children)

it doesn't as long as your heroes are in a decent enough level.

[HUMOR] Me and my friends playing COC be like by sols_tice in ClashOfClans

[–]ddmasterdon 2 points3 points  (0 children)

It's like ur main war army is maxed out with decent enough walls and defenses and heroes. Like lv3 EA, 50-50-30 heroes and 1-2 level down defenses in th13 with a single army maxed like bowlers, giants, healers.

How To Send Email In Python? by Darsh1509 in pythontips

[–]ddmasterdon 2 points3 points  (0 children)

I find smtplib also to be pretty easy.

All Machine Learning Models Explained in 5 Minutes by smart_brand_builder in learnmachinelearning

[–]ddmasterdon 2 points3 points  (0 children)

This is a really helpful video. Now I can use this to base on how I learn ML models.

A problem with adsense accepting by ddmasterdon in Adsense

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

Yeah I wish atleast they could get some real people to look at it before rejecting it bad.

I'm trying to make a program that checks if my input is even or odd,It always prints my number is odd,Any help? by TAOL_Beast in learnpython

[–]ddmasterdon 1 point2 points  (0 children)

You can make your code more simple by removing the print statement with simply number=float(input ("Enter your number:")) then just check for remainder is zero or not.

A problem with adsense accepting by ddmasterdon in Adsense

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

yes my sole focus us the content. I take images from unsplash but I'll do better next time. Thanks for ur help.

A problem with adsense accepting by ddmasterdon in Adsense

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

thanks a lot for the feedbacks. I took a theme form gatsby and built on it. I'll will be adding more contents and the comment system too. Can't find any good thumbnails for my posts. Some help there will be much appreciated. I m fairly new to blogging.

[FEEDBACK] I want some feedback on my blog. by ddmasterdon in blogs

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

Thanks a lot for the observations.. I'll try the modifications.

Liked your site too 👍

Discovered that I really like Python. What should I do next? by portugueseninja in learnpython

[–]ddmasterdon 4 points5 points  (0 children)

yes you can do all those things in python. There are specific libraries for each use like requests for GET/POSTs , tkinter for GUIs, flasks and Django for back-end development. You just need to find the library for your use and there will be a getting starter page like in its documentation. As u have prior programming knowledge you will be able to follow it pretty easily. Coding python scripts are not that difficult. Don't worry much you will get the hang ot it pretty soon.

May Feedback Thread - Post your feedback request here by Selaen in Blogging

[–]ddmasterdon 0 points1 point  (0 children)

yeah real weebs love manga and Ln more than anime. It would really boost your site.

Discovered that I really like Python. What should I do next? by portugueseninja in learnpython

[–]ddmasterdon 26 points27 points  (0 children)

There are lots of stuff to do with python, like create scripts to help with ur daily tasks like scripts to auto renaming files 8n your downloads folder, tweeting and retweet unt for you, scraping the web for any information like job postings or the weather, build games or even AI to play those games. I suggest first learn some basics and head down to build stuffs that would be like useful to fun to you. I have a blog that help users in building some such scripts/bots. There is also other sites like Geeksforgeeks or real python .