en
Feedback
Epython Lab

Epython Lab

Open in Telegram

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

Show more
6 194
Subscribers
-624 hours
-227 days
-6530 days
Posts Archive
SUBSCRIBE AND SHARE

How to remove Punctuation Marks from a String using Python https://youtu.be/qL7lX5lCfgw

Practical Deep Learning: A Python-Based Introduction (2021) @epythonlab #AIBOOKS

How to remove special characters from a String https://youtu.be/qL7lX5lCfgw

Scrap your telegram channel https://youtu.be/NQlyhKBrMY0

#Subscribe and #share https://youtu.be/z0qCt9mIH_M

Temp Lab Manual. Look at this manual and give feedback about it. Also choose the module you want to continue learning.

How to Setup Jupyter Notebook on Visual studio code https://youtu.be/-uJRlXDhrZI4

Which module you wanna join in live sessions?
+2
Which module you wanna join in live sessions?

This is for local people only. I will make in English too and I will invite you an online zoom meeting soon.

Watch "An overview of Python Programming in Amharic" on YouTube https://youtu.be/Hu52k7dmg3U

Compilers and interpreters are programs that help convert the high level language (Source Code) into machine codes to be understood by the computers. Computer programs are usually written on high level languages. A high level language is one that can be understood by humans. However, computers cannot understand high level languages as we humans do. They can only understand the programs that are developed in binary systems known as a machine code. To start with, a computer program is usually written in high level language described as a source code. These source codes must be converted into machine language and here comes the role of compilers and interpreters. Differences between Interpreter and Compiler !. Interpreter translates just one statement of the program at a time into machine code where as Compiler scans the entire program and translates the whole of it into machine code at once. 2. An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower. A compiler takes a lot of time to analyze the source code. However, the overall time taken to execute the process is much faster. 3. An interpreter does not generate an intermediary code. Hence, an interpreter is highly efficient in terms of its memory. A compiler always generates an intermediary object code. It will need further linking. Hence more memory is needed. 4. Keeps translating the program continuously till the first error is confronted. If any error is spotted, it stops working and hence debugging becomes easy. A compiler generates the error message only after it scans the complete program and hence debugging is relatively harder while working with a compiler. 5. Interpreters are used by programming languages like Ruby and Python for example. Compliers are used by programming languages like C and C++ for example.

Python is an interpreted programming language. What is the difference between interpreter and compiler? Explain your reason? #Keynote #python

Python: Beginner's Guide to Artificial Intelligence @epythonlab #AIBOOKS

Asibeh Tenager is inviting you to a scheduled Zoom meeting. Topic: An Overview of Python Programming's Zoom Meeting Time: Mar 12, 2021 4:00 PM Nairobi Language: Amharic There will be another meeting in English Join Zoom Meeting https://us04web.zoom.us/j/75257080496?pwd=dFByRFZTNStOdVNwUHR4Zkg1RVRYZz09 Meeting ID: 752 5708 0496 Passcode: 7A5LWz

Hey! I will present an overview of Python Programming for Beginners in Amharic on Friday March 12, 2021 via Zoom. N.B: No com
Hey! I will present an overview of Python Programming for Beginners in Amharic on Friday March 12, 2021 via Zoom. N.B: No computer science background is needed to attend this event. Anyone interested can join and attend this event on Friday. Share for others and invite your friends to this event. Note I will have an English version of this event on another day. So, don't worry about it. Contact me @asibehtenager if you are interested to join me at Friday's event.

Two String Functions You Must Know in Python 3.9.0 https://youtu.be/u1OH6nZdmw4