PYTHON DOMAINS | GETTING STARTED WITH PYTHON #TechBlog

Code Sharp
CodeSharp
Published in
3 min readAug 19, 2018

1. Linux Scripting / Administration :-

Python is used in the world of Linux Scripting and administration. Lets take an example of machine scripting . In machine , we regularly work on folders and file system . The one common reason to interact with file system is dealing with the configuration of apps and services. Machine scripting keeps an eye on running processes or may want to launch new processes as part of our scripting process. We may want to work on new applications and remove older applications no longer needed. Finally, we could run scripts to execute various tests used to make sure that machine itself is healthy.

There are many different things you may want to use scripting for , with python we can do that , because with python we have full access to the wide variety of python libraries that already out there or we can create.

2. Web Development :-

There are many different styles of web development. You might be developing just an API or might be building a Website or might be even working on CMS , ERP Applications. No matter which it is Python is likely be used already. If you are building API you can find existing popular Python frameworks like Flask , Bottle , Pyramid etc. Same with website you have Django , Turbogears, web2py.

For Applications Plone , django — cms , mezzanine.

3. Application Scripting :-

We think Application is stand alone package whose functionality is all self — contained as a user we think that applications can’t be easily extended by us. The application is exactly what were given. If a user can write their own code in response to events that are raise within the application or user can write their own user Interface elements new screen , new functionality directly into the application . Not all application today use this concept. Games are one type of application in that this concept is more common. This is all application scripting do , in this area python can be used as very powerful language.

4 . Data Science :-

Data science is a term that is growing in popularity with each passing week days. Data science is a very large field . Two common areas of data science are — BIG DATA and MACHINE

LEARNING: Python is very popular programming language used in these fields.

-By Bhumika Yadav

We are open for more suggestions, do comment below.

Are you a Tech Blogger? Want to publish your blogs with us?

Contact Us: info.codesharp@gmail.com

JOIN OUR GROUP TO GET CONNECTED WITH OUR MEMBERS: https://www.facebook.com/groups/273449983229858/about/

LIKE OUR PAGE FOR UPDATES: https://www.facebook.com/thecodesharp/

FOLLOW US ON INSTAGRAM: https://www.instagram.com/thecodesharp/

Stay tuned for more updates… Follow us on Medium and Do claps for this article if you like.

--

--

Code Sharp
CodeSharp

CodeSharp is a Community of the developers and by the developers. The main aim is to help the absolute beginners who want to dive into the programming world.