Category: Python

14
Apr
2021

Python Course Zero to Mastery Started at Udemy Part-1

Part 2 Available in this link: Link Python usually uses an interpreter. The compiler are a little…

04
Jun
2020

Programming Problem Solve with Python:

Problem: Only Positive Numbers positiveFunc([-5,3,-1,101]) def positiveFunc(list_s): return [i for i in list_s if i>0]  

19
Apr
2020

Pyhton as a new beginning

phone_numbers={“John Smith”:”+37682″,”Marry Simpsons”:”+42399″} for pair in phone_numbers.items(): print(“{} has a phone number and it is {}”.format(pair[0],pair[1])) Same…

19
Apr
2020

Loop Over Integer Colors

colors = [11, 34.1, 98.2, 43, 45.1, 54, 54] for items in colors: if isinstance(items,int): print(items)  

13
Apr
2020

Python Course Started, Alhamdulillah

The Python Mega Course: Build 10 Real World Applications Bismillahir Rahmanir Rahim. I am exploring this course…

12
Nov
2019

Mission Machine Learning

Pagerank Algorithm Eigenvalue   Square Matrices     Geometric Interpretation   Eigenvalue: https://www.khanacademy.org/math/linear-algebra/alternate-bases/eigen-everything/v/linear-algebra-introduction-to-eigenvalues-and-eigenvectors