Epython Lab
6.44K subscribers
660 photos
31 videos
104 files
1.22K links
Welcome to Epython Lab, where you can get resources to learn, one-on-one trainings on machine learning, business analytics, and Python, and solutions for business problems.

Buy ads: https://telega.io/c/epythonlab
Download Telegram
Epython Lab pinned Deleted message
Elementary_Math_for_Comp_Sci_with_Python.pdf
16.9 MB
Elementary Math for Computer Science with Python

@epythonlab #pythonbooks
Learn_and_Practice_Python_in_7_Days_From_Zero_To_Hero_Learn_Python.pdf
8.8 MB
Learn and Practice Python in 7 Days From Zero To Hero: Learn Python Step by Step,Learn Python in 7 days

@epythonlab #pythonbooks
Artificial Intelligence Vs Machine Learning

. Artificial Intelligence is the making of intelligent machines by enabling the machine to copy human behaviors

. Machine Learning is subset of AI uses statistics to enable machines to improve with experience.

. Deep Learning is subset of machine learning that enables computers to solve more complex problems.

#Keynote #machinelearning #AI @epythonlab #deeplearning
👍2
#Coding_challenge #python #prime_number

Let N is a natural number greater than or equal to 1.

Print all prime numbers in between 1 and N.

Example:

Input: 9

Output: 2 3 5 7

Post your solution @pydiscussion
Epython Lab
Introducing MySQL Shell.epub
Introduction to MySQL with Python for beginners.
#Code_Challenge #python #function #loop
Write a function that will return the sum of the first item in the data list and every tenth item after?