DEV Community

Carla Loredo
Carla Loredo

Posted on

Learning Python my first step to be a Data Scientist in the future

Learning the Python programming language is a different experience and a challenge for me because I had very little programming knowledge. At first everything was unknown but little by little as I progressed through the lessons of the hundred days of code: The Complete Python Pro Boot camp for 2023, which is very good, I began to realize that programming is not that difficult.

At the basic level of Python I learned to write programming codes, understand how it works and also to debug code and basic programming concepts in the Python language.

According to the knowledge that I acquired in the Python course that I mentioned:

- Procedural Programming is the programming in which procedures or functions are established that do specific things.

- Object-oriented programming tries to model real-life objects. Objects have things that are attributes that are modeled with variables, and objects can do things called methods that are modeled with functions. With object-oriented programming, relationships in code are simplified. It seems to me that it allows a more practical application to solve real-life problems.

I think that Python is a very useful tool for data analysis that I will apply in the future as a data scientist.

Top comments (0)