IamPython
290 subscribers
148 photos
13 videos
8 files
195 links
This is Python based telegram group for web developers, Artificial intelligence, webscraping, Datascience, Data analysis, Ethical Hacking and more. You will learn lot insights and useful information
Download Telegram
This is huge ...
I am ordered, mutable, and I don't allow duplicates. What am I?

A tuple

A dictionary

A set

An OrderedDict

A list
Python facts: OOP concept

super() can be used outside of a class definition.

>>> class A:
x = 10

>>> class B(A):
x = 12

>>> super(B, B).x
10

The super() call can't use the zero or one argument form because the class can't be deduced automatically from the context.
# Multiple Variable Assignment
a,b,*c=[1,2,3,4,5]
#print(a,b,c) ===> output : 1 2 [3, 4, 5]


#Swap two variables
a=1;b=5
a,b=b,a
#print(a,b) ===> output : 5 1


#Sum over every second element of a list
a=[1,2,3,4,5]
result=sum(a[1::2])
# print(result) ===> output : 6

content by Raja
Did you know?πŸ’‘

The antigravity module originated in Google App Engine! Compared to the🐍Python 3's version it has a flyπŸ¦Έβ€β™€οΈfunction that can even render the text of the comic in HTML.
The most popular Big Data tools are

Apache Spark,
Apache Kafka, and
Apache Hadoop/MapReduce, followed by Dask and Apache Hive.


We can also use these tools by python with different modules.
Here is the list of commonly used machine learning algorithms.
These algorithms can be applied to almost any data problem:

βœ…Linear Regression
βœ…Logistic Regression
βœ…Decision Tree
βœ…SVM
βœ…Naive Bayes
βœ…KNN
βœ…K-Means
βœ…Random Forest
βœ…Dimensionality Reduction Algorithms
βœ…Gradient Boosting algorithms
βœ”GBM
βœ”XGBoost
βœ”LightGBM
βœ”CatBoost
The overall market size for chatbots worldwide would be over $1.3B USD by 2024
Popular python based DeepLearning and Machine learning frameworks. https://iampython.com/resource-detail/top-python-deep-learning-frameworks-you-must-know/
Python Official Online events in Asia. Try to join If you are interested
The magic of programming!! Hello world in different programming languages!!
we should pronounce correctly.
Topic: DevSprint 12 - Webscraping Using Python
Time: Aug 21, 2020 09:30 PM Mumbai, Kolkata, New Delhi

Join Zoom Meeting
https://us02web.zoom.us/j/83045800485

Meeting ID: 830 4580 0485
In 10 mins
Please join if you are interested