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
Whatโ€™s new in PyCharm 2020.2?

New support for GitHub Pull Requests, in-editor exception preview, and a revamped in-place refactoring experience.

Find out how you can take your productivity to the next level!

Check their official website for more details
๐Ÿ“ข announcement ๐Ÿ“ข

โ•ญโ”โ”โ”โ”โ”โ”โ•ฎ
โ”ƒ โ— โ•โ• โ”ƒ
โ”ƒโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ”ƒ
โ”ƒ โ”ƒ
โ”ƒLaunching โ”ƒ
โ”ƒiampython โ”ƒ
โ”ƒ โ”ƒ
โ”ƒ โ”ƒ
โ”ƒโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ”ƒ
โ”ƒ โ—‹ โ”ƒ
โ•ฐโ”โ”โ”โ”โ”โ”โ•ฏ


I have been working on iampython website from past few months.

This will be a one stop platform for python developers.

https://iampython.com

This is Beta version

Please have a look and signup.

You can ask your questions from this website.

Actual project goes live on 15th Aug with great content and so many features.

Let me know your feedback
Handling more than 200 transactions per second using python-rq

What is python-rq ?

RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It can be integrated in your web stack easily.

RQ requires Redis >= 3.0.0.
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.