A journey from Python to Web scraping --> machine Learning --> Artificial Intelligence
Hello, guys, here I am going to tell you all my steps that pushing me towards data science. Here in this post, I am going to tell you the way that I choose and you can follow as well.
So very first it is important that you must have a technical background(at least BCA) and must have a keen interest to learn new technology or programming language. I want to learn python for a long time and when I get time started my own.
Now moved to how to start.
When we start any language course, we always start with how to install that language package. In the same manner when start learning python start right from installation. Next after installation to write code you we need a Python integrated development environment (IDE). Pycharm is best because it provides all builtin functions and saves time in code typing. Best video for installation of python and pycharm is given here:
After successful installation start any free course online that learn you python. I found it through www.educative.io. This website not only providing free python course but also giving program run environment without any installation. Anyone can write code when and where studying on this website and free of cost on any device. The interface of the website is also very user friendly. What else you need? Just start studying and be a python learner. Give at least 20 days to python otherwise, you will dump yourself.
More ways to Run Python Code
Hello once again guys, till now we have seen that by using pycharm python code can be run, It is good to use pycharm for a professional developer. But there are two more ways to run python code.
Without installing python, install anaconda navigator than all the tools are available towards data science and one from the list is Jupyter Notebook. So after installing Anaconda Navigation from the bellow given URL Jupiter is ready to run python code.
It is a web-based interface that is extremely easy.
Now there is one more way to run python code on your machine that is through the Sublime text editor. So first install python and then install sublime text editor from the bellow given URL.
This is a lightweight way to run python code. And working is nearly the same as pycharm.
So summarizing my today's post if going for anaconda Navigator don't install python while going for Pycharm OR Sublime Text 3 install python as per operating system.
Free Python Ebooks To Download for Reading
Books play a significant role in our life. They say that “When you open a book, you open a new world”. Books are packed with knowledge, insights into a happy life. I have observed that by reading a book, you can dive much deeper into whatever you want to learn. In the case of video, the learning is a bit quicker but not that in-depth because books allow room for imagination.
It all is also true about python programming so I am here giving some links to download python books free to read. These books are not large in size so easy to read on any device.
The appeal of Python is in its simplicity and beauty, as well as the convenience of the large ecosystem of domain-specific tools that have been built on top of it.
The Python ecosystem is vast and far-reaching in both scope and
depth. Starting out in this crazy, open-source forest is daunting, and
even with years of experience, it still requires continual effort to
keep up-to-date with the best libraries and techniques.
There are two major versions of the Python programming language:
the Python 2.x series, and the newer Python 3.x series.
Python is most definitely not a “pure functional programming lan‐
guage”; side effects are widespread in most Python programs. That
is, variables are frequently rebound, mutable data collections often
change contents, and I/O is freely interleaved with computation.
❤️❤️❤️
ReplyDelete