Hi guys, let's me do so some self-introduction.
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.
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.
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.
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.
Code snippets noting the functions there
....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
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
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
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
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.
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
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