PYTHON: AN IMPOSSIBLE PROGRAMMING LANGUAGE

in #utopian-io6 years ago (edited)

Hi guys, let's me do so some self-introduction.

2024210_M.png

I am a python programmer, not full time tho, thanks to my educational career and what's more many other things have showed up taking up my time. I recently resumes python, it was all round refreshing.

Today I'll be talking about what we can do with PYTHON base on my own knowledge. Yeah there is a very high probability that you can be able to get this resources through some minutes with google. But here I will be talking base on my own experience in the world of Python.

Introduction to Python

Python is an high level language created by Guido Van Russum
The language is a very good scripting language with amazing features such as functional programming, object-oriented programming, procedural programming to mention but a few. It came in two variables, Python2 latest version being 2.7 and Python3 version 3.5

Ohh, let's python our way into Python.

DQmSZDukDqfBB1p8BbNYz6Gao2fyH8mpAwM6NG7bYYdTign.png

For the Kiddies

One of that reasons why Python was created is simplicity, "Code that is as understandable as plain English" says the creator of Python, Van Russum.

From experience I can say that programming in Python is more or less writing in ordinary English text.

image

A simple program to print out "welcome to Steemit"

From the above picture we can say that Python is not just a simple language, but is one of the simplest language ever.

Are you the hard-to-learn type, this is for you, kick your box and start Python.

DQmSZDukDqfBB1p8BbNYz6Gao2fyH8mpAwM6NG7bYYdTign.png

A functional programming language

Apart from being one of the simplest language ever, it is also functional in nature. Being able to declare procedures, which can be useful for other things without rewriting those codes over and over again.
image

Code snippets noting the functions there

DQmSZDukDqfBB1p8BbNYz6Gao2fyH8mpAwM6NG7bYYdTign.png

....and the libraries

Python is known for its amazing bundles of libraries that varies in different aspects of technologies.

Listed below are some known top notch techs with useful Python libraries.

Web Designs and Database analysis

image

Web designs since time I'm memorial being the work of HTML but Python has since joined in the quest of Web programming, providing it's users a more fascinating experience. Listed below are some popular Python web frameworks

  • Django
  • Flask
  • Web2py etc

Cybersecurity

image
Talking about the best programming language in hacking and cybersecurity, none beats Python. Embedded with sophisticated network modules, sockets programming, amazing runtime analysis.You might try defending this, but with all my researches, I can boldly say that, Python is the best language for hackers. If you are such a movie freak like me, you should have watched Mr Robot, an ongoing American drama series picturing an hacker that lives his life out of life. Some of the tools used is Python programming language with the help of Raspberry Pi
a python based circuit.

Circuit programming

Talking to about circuit programming, we can say C programming language is it, thanks to Arduino, python has since joined circuit programming with the help of some really sophisticated circuits. Listed below are some that could help;

  • Raspberry Pi
  • Banana Pi etc
    image

A Raspberry Pi

All this circuits can be used to do a whole lot of things like Robotics, Electronic system, Internet of things, embedded systems etc.

Data Science

Giving it to R programming language, Python is following heads up.

With a whole lot of Modules and designs, talking about data science, python is a jackpot, it works perfectly, thanks to its support of circuits programming.

Are you a forensic analyst, check Python today and you won't regret it.

Machine Learning

image

Less talk when you have the facts

Anonymous

Take a minute to visit Google and search for the best programming language in Machine learning and you will be fantasized by the hidden power of Python. AI, Machine Learning(ML) Python is there for you.

DQmSZDukDqfBB1p8BbNYz6Gao2fyH8mpAwM6NG7bYYdTign.png

With all this in mind, when you are looking for an impossible programming language or you are the Dream big type, let's start cruising on the ship of Python.

Daily Quotes

Love for all, Hatred for none

Ahmadiyya Muslim Community

Credits

Pictures credits

  • Python

  • Pixabay

  • All other pictures used are taken from my Leagoo M9

project_1526901984727.gif

Sort:  

That's a nice and quick overview when entering the python world.

Just as an addition: A lot of basic code has changed in Python from version 2 to version 3. For example:
print "Hello World!"
becomes
print("Hello World!")
So when you create a new project I always recommend python 3 because sooner or later python 2 won't be supported any longer.
For upgrading existing projects from Py2 to Py3 read the official docs

Thanks for the education.

You are welcome sir

Coin Marketplace

STEEM 0.28
TRX 0.13
JST 0.032
BTC 60947.53
ETH 2913.40
USDT 1.00
SBD 3.56