All python programming tutorial with code and discussion is here:
Tutorial one - NLP tips- 01-System and soft requirements for ML with python and pharm and soft others
Full tutorial is here in my youtube channel and do subscribe if you are interested and want to updates.
Name : Tutorial one - NLP tips- 2-System and soft requirements for ML with python and pharm and soft others
Theory: This tutorial simply shows the requirement in pycharms for python programming in Machine learning epeciall for deep learning.
Codding:
No coding for this, just description.
Output:
NA
Discussion:
Ask me more about this.
Name : Tutorial one - NLP tips- 2-System and soft requirements for ML with python and pharm and soft others
Theory: This tutorial simply shows how to install python and run basic code to print line.
Basic steps to install and run python code:
Step 1: Select Version of Python to Install.
Step 2: Download Python Executable Installer.
Step 3: Run Executable Installer.
Step 4: Verify Python Was Installed On Windows.
Step 5: Verify Pip Was Installed.
Step 6: Add Python Path to Environment Variables (Optional)
Step 7: Install virtualnv (Optional)
Sample Codding:
Just write follwoing code on python editor and safe file by giving any name such as hellow.py
Code: print("Hellow world")
Output:
Hellow world
NA
Discussion:
Just printing line program, Ask me more about this.