A thread as requested by @hackSultan
Will try to make this as unbiased as possible. 😁
👇🏾
It abstracts away low-level stuff like memory management, pointers etc.. which are the main stay of other languages like C++, Java
box = 1500
Python takes the value, decides what it is (in this case an int) and stores it as an int without you explicitly telling it to do so.
Python is more concise than other programming languages and gets a lot more done with less code. This is made possible because of abstraction. Python abstracts a lot.
Python is generally slower than other programming languages in terms of execution. This is a trade-off for its ability to abstract. And this is only milliseconds.
- Web development. Django and Flask frameworks are actually written in Python. They have both recently become very very popular. Stack says a lot of people are migrating to python...
Python for Beginners by Tutorials Point:
My python career took off here. I find it very useful
tutorialspoint.com/python/
Learn python org did a good job here:
learnpython.org
towardsdatascience.com/how-to-data-sc…
I started out on my Machine Learning journey with this video. Hopefully if it's your stir, you find it useful.
Had to throw that in there. I am not a CS Grad. I have never formally been taught how to write code. The prerequisites to learning to develop in Python are......
Nothing! Literally. Just be interested.