Data Collection: by using one of ML repository or using SQL or build web scraping application to collect specific data. Data Inspection:...
Read More
Home / All post
Machine Learning (AWS ML Scholarship)
What is Machine Learning: Machine learning (ML) is a modern software development technique and a type of artificial intelligence (AI) tha...
Read More
Install Android Studio and setup Flutter with faster emulator!!
To install android studio and Flutter in ubuntu sudo snap install android-studio --classic // open the android and install f...
Read More

Python with Stirng
x = 'MICHAEL' x[0] = 'M' x[-1] = 'L' x[0:3] = 'MIC' x[::2] = 'MCAL' # it take every second variable...
Read More

Error Categories in Python
syntax: Language rule broken runtime: Unable to execute semantic: Unexpected output Division by zero is undefined
Read More
Subscribe to:
Posts
(
Atom
)