Epython Lab
Відкрити в 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
Показати більше6 325
Підписники
+524 години
+17 днів
-2730 день
Архів дописів
6 325
#Keynote #Variables #Names
variables are objects stored in memory.
Names are labels that we assign to them. Names are how we refers to variables through code.
Ex: a = 5
a is the name that points to a variable in a memory. There can be possible that multiple names points to the same variable.
Variables keep track of the information we need to successfully execute a program. Variables can be used to store a variety of types of information in computer memory.
6 325
#Names #Variable #Python
Q: Explain the difference between name and variable in Python?
Send your answer to @pythonethbot
6 325
How to scrapping telegram users data and analyzing the data using Pandas
N.B: Don't forget to subscribe to the channel, if you are interested to receive more tutorials.
https://youtu.be/NQlyhKBrMY0
6 325
#ProblemSolving #Python3 #HurdleRace
A video player plays a game in which the character competes in a hurdle race. Hurdles are of varying heights, and the characters have a maximum height they can jump. There is a magic potion they can take that will increase their maximum jump height by unit for each dose. How many doses of the potion must the character take to be able to jump all of the hurdles. If the character can already clear all of the hurdles, return
.Example
height = [1, 2, 3, 3, 2]
k = 1
The character can jump 1 unit high initially and must take 3- 1 = 2 doses of potion to be able to jump all of the hurdles.
Function Description
Create the hurdleRace function.
hurdleRace has the following parameter(s):
int k: the height the character can jump naturally
int height[n]: the heights of each hurdle
Returns
int: the minimum number of doses required, always 0 or more
Sample Input 0
5 4
1 6 3 5 2
Sample Output
2
Post your solution @PythonETHBot
Also you can submit your solution at #Hackerank
6 325
Watch "A hackerank Challenge: Book drawing problem solution in Python 3" on YouTube
https://youtu.be/tbWwPdi-gNY
6 325
A python tutorial to read and write JSON in python with demonstration.
https://youtu.be/7pD9GpiIxgM
6 325
Could you solve this problem at Hackerrank?
#Python #SolveProblem #BookDrawing
https://www.hackerrank.com/challenges/drawing-book/problem
6 325
N.B: You can select more than two answers in which you think there are more than 1 answers in the options.
6 325
Object oriented Programming is an important concept that must be known by all computer coders.
#MULTISELECTQUIZ #OOPTERMINOLOGY
Q: Please select the true concepts of the OOP terminology?
Methods encode behavior of an object and are represented by functions - 28
👍👍👍👍👍👍👍👍 58%
A programming language can be either object-oriented or procedural, but not both - 11
👍👍👍 22%
Attributes encode the state of an object and are represented by variables - 11
👍👍👍 22%
Object and class are different terms describing the same concept - 7
👍👍 14%
Object is an abstract template describing the general states and behaviors - 7
👍👍 14%
Encapsulation is a software design practice of bundling the data and the methods that operate on that data. - 11
👍👍👍 22%
👥 48 people voted so far.
6 325
Don't miss it out?
There are three tracks in this scholarship
1. Cloud
2. Data
3. Artificial Intelligence
The application period for 15.000 free Udacity Scholarships in Data Science is now open! Please apply by November 16th, 2020 via https://www.udacity.com/bertelsmann-tech-scholarships.
Application will be open from September 15th, 2020 until November 16th, 2020. Scholarship recipients will be selected in November 2020 and will start the online course in December 2020.
6 325
Watch "A Python tutorial: A Python code to create a file Part II" on YouTube
https://youtu.be/woqHFEtYk-E
6 325
What is Pandas?
Pandas is an open source library, providing high-performance, easy-to-use data structures and data analysis tools for Python.
The DataFrame is one of Pandas' most important data structures. It's basically a way to store tabular data where you can label the rows and the columns. One way to build a DataFrame is from a dictionary and also importing from CSV(comma-separated value).
#KeyNote #Pandas #DataFrame #DataScience
6 325
What is data science?
- Data science is the study of large quantities of data, which can reveal insights that help organizations make strategic choices.
- There are many paths to a career in data science; most, but not all, involve a little math, a little science, and a lot of curiosity about data.
- New data scientists need to be curious, judgemental and argumentative.
- Why data science is considered the sexiest job in the 21th century, paying high salaries for skilled workers.
#KeyNote #DataScience
6 325
#artificialintelligence #machinelearning #deeplearning #ai #ml #dl #aimemes #mlmemes
Original: Machine Learning TechHub
6 325
#KeyNote
#ANN #Keras #DEEPLEARNING #AI #TensorFlow
Keras is a deep learning API written in Python that can run on top of TensorFlow. It is quite popular among deep learning users because of its ease of use. TensorFlow is an end-to-end open-source deep learning framework developed and maintained by Google. Similar to Numpy, TensorFlow allows for mathematical computations and manipulation between numerical tensors, runs on CPUs, GPUs, and TPUs. Keras was incorporated in TensorFlow 2.0 (the recent version) as tf.keras (high-level API) and can run on the aforementioned hardwares. TensorFlow also allows for low-level operations with the TensorFlow Core API.
6 325
For data scientists looking forward into the following github repo
This may help you https://github.com/Noh2011/HamoyeIntern
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
