Easy to learn python by me😎:

Arifaarshad
4 min readJan 31, 2021

If you are a person who haven’t heard of the term Python in your entire life then I hope that this blog will help you to get basic of the Python and especially if you are beginner and want to know about data scientist.

Python

You guys may be wondering why Python language is is tremendously popular right now.

First of all , in terms of usage Python is somewhere in top 5 programming languages.

Secondly Python made a name for itself as a language specially for data science and machine learning because of following advantages.

Pros and cons of Python
Pros and cons of python

Advantages:

  • Python is super convenient
  • It’s a lot simple and easier to work with Python as compared to other programming languages
  • It’s an ideal choice if you are a beginner in programming languages
  • It requires less lines of codes to accomplish common tasks

Following are the few things that Python can do way better then other programming languages these are:

  1. Reading from websites
  2. Text processing
  3. Python is such a powerful tool that many enterprise-grade software's can be build using python.
  • I will tell you guys some of the fascinating internet websites that have been created using Python language so that you guys can understand the importance of this language.
Top internet brands created with help of pyhton

Google Pinterest Netflix Facebook Dropbox Quora Instagram and many other websites web pages and applications have been created using python for the infrastructure and Management.

Isn’t it awesome that all these websites and internet brands that are used worldwide buy millions of people around the globe is actually developed using Python language.

So far I have mentioning the advantages of python but it’s bitter reality of life that everything the human have created throughout the history have some limitations so below are some of the disadvantages of the python.

Disadvantages:

  • Speed limitations
  • Weak in mobile computing and browsers
  • Design restrictions
  • Difficult to assess the database
  • run time error.
  • And I would advise all of you that its advantages.

Over the long run, I have seen that there are 3 fundamental famous applications for Python:

  • Web Development
  • Information Science — including AI, information examination, and information perception
  • Scripting

We should discuss every one of them thus.

Web Development

  • Web systems that depend on Python like Django and Flask have as of late become extremely mainstream for web advancement.

These web systems assist you with making worker side code (backend code) in Python. That is the code that sudden spikes in demand for your worker, instead of on clients’ gadgets and programs (front-end code).

  • Yet, stand by, for what reason do I need a web structure?
  • That is on the grounds that a web structure makes it simpler to fabricate regular backend rationale. This incorporates planning various URLs to lumps of Python code, managing data sets, and creating HTML records clients see on their programs.
  • Which Python web structure would it be a good idea for me to utilize?

Django and Flask are two of the most well known Python web systems. I’d suggest utilizing one of them in case you’re simply beginning.

  • What’s the distinction among Django and Flask?
Flash vs Django
  • Fundamental differentiations:
  • Flask gives straightforwardness, adaptability and fine-grained control. It is unopinionated (it allows you to choose how you need to actualize things).
  • Django provides an all-inclusive experience: you get an admin panel, database interfaces, an ORM [object-relational mapping], and directory structure for your apps and projects out of the box.
  • You ought to likely pick:
  • Cup, in case you’re centered around the experience and learning openings, or in the event that you need more control about what segments to utilize, (for example, what data sets you need to utilize and how you need to interface with them).
  • Django, in case you’re centered around the eventual outcome. Particularly in case you’re chipping away at a straight-forward application, for example, a news webpage, an e-store, or blog, and you need there to consistently be a solitary, clear method of getting things done.

Flask, in case you’re centered around the experience and learning openings, or on the off chance that you need more control about what segments to utilize, (for example, what information bases you need to utilize and how you need to collaborate with them).

Django, in case you’re centered around the end result. Particularly in case you’re chipping away at a straight-forward application, for example, a news webpage, an e-store, or blog, and you need there to consistently be a solitary, clear method of getting things done.

All in all, If you’re a novice, Flask is presumably a superior decision since it has less segments to manage. Likewise, Flask is a superior decision on the off chance that you need more customization.

Then again, in case you’re hoping to assemble something straight-forward, Django will presumably allow you to arrive quicker.

Article by : Arifa Arshad (Data Sciences)

--

--