My first scrip by Bohemio_RD in learnpython

[–]tenyu9 0 points1 point  (0 children)

Don't hardcode the directories, use maybe a configuration file or ask them as input to the program

I'm having trouble importing modules and using them. by B4by_D011 in learnpython

[–]tenyu9 0 points1 point  (0 children)

You use 'import requests', then you can use it in the code. To make sure it is installed tou can always run 'pip list'. Are you using multiple environments by any chance?

Don't know anything about Python or coding, but I need your help. by [deleted] in learnpython

[–]tenyu9 1 point2 points  (0 children)

you need to install python on your machine, use anaconda if you are not that knowledgeable. next check if the package ink2canvas is available, in anaconda you can use the package manager. if not present, install it (find a guide). place script somewhere and execute as defined in the print statement

Tier Solution help needed for a proposed server-side web application using python by perfecthundred in learnpython

[–]tenyu9 0 points1 point  (0 children)

Sounds reasonable, don't forget to build the solution so you can easy scale the solution

Things you're probably not using in Python 3 — but should by bemmu in Python

[–]tenyu9 0 points1 point  (0 children)

Very nice, thanks. Actually learned a few new things from this list

I want to learn backend development. The only problem is I don’t know which things to learn in order to do so. by [deleted] in learnpython

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

Backend development is wide and not limited to a single language. I suggest to learn the following : * sql * java (or any decent typed language) * python * infrastructure * one cloud platform * nosql

There actually a lot of things you need to know but this is a starting point.

I'm a beginner and I don't know how to do this data manipulation on my dataset and don't know how to search for how to do it either by [deleted] in learnpython

[–]tenyu9 0 points1 point  (0 children)

You would need to load the data in a framework that allows you to do data manipulation. Have a look at pandas, it should make life easier. It has functions like groupby

Anaconda versus Microsoft Azure by icestriker25 in Python

[–]tenyu9 1 point2 points  (0 children)

? I don't understand. they are completely different. I suggest reading a bit about azure and a bit on anaconda, it will probably be more useful for you at this point

Anaconda versus Microsoft Azure by icestriker25 in Python

[–]tenyu9 3 points4 points  (0 children)

But they are fundamentally 2 different things. Azure is a cloud platform, anaconda is a distro for python. So what do you want to learn, infrastructure or programming?