Python Programming
1.75K subscribers
592 photos
2 videos
190 files
8 links
Learning Python programming is easy! ๐Ÿ”ฅ

๐ŸŽฏ Free project tutorials


๐Ÿ† Daily quiz and Weekly Quiz Challenge

๐Ÿš€ Hands-on guides


Learn to build projects from small to large and improve your skills!

Support My Work: https://buymeacoffee.com/mdsabbirahma
Download Telegram
โค1๐Ÿ‘1๐Ÿ‘1
Python program to remove punctuation from the string ๐Ÿš€

Don't Forget to give reactionsโค๏ธ
๐Ÿ‘2โค1๐Ÿ”ฅ1
What is 'Py' + 'thon'?
Anonymous Quiz
83%
Python
7%
Py thon
7%
Py+thon
2%
Error
โค3๐Ÿ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
๐ŸŽฒ Quiz 'Python - Weekly Quiz Challenge ๐Ÿค“'
๐Ÿ–Š 5 questions ยท โฑ 30 sec
โค2๐Ÿ”ฅ1
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ† Top results in the quiz 'Python - Weekly Quiz Challenge ๐Ÿค“'

๐Ÿ–Š 5 questions
โฑ 30 seconds per question
๐Ÿค“ 56 people took the quiz

๐Ÿฅ‡ @Alexpp83 โ€“ 5 (27 sec)
๐Ÿฅˆ @Imranyemon โ€“ 5 (40.4 sec)
๐Ÿฅ‰ @Bassel_6 โ€“ 5 (45.6 sec)
  4.  @Salman_1903011 โ€“ 4 (41.2 sec)
  5.  @AgnusTR โ€“ 4 (50.5 sec)
  6.  @Shojib_69 โ€“ 4 (1 min 14 sec)
  7.  @R_sama_2017 โ€“ 3 (27.1 sec)
  8.  @Mr_m1804 โ€“ 3 (27.5 sec)
  9.  Manzil โ€“ 3 (42.2 sec)
10.  IVAR Narvaez โ€“ 3 (49.4 sec)

Top 10 Results of Yesterday's Quiz๐ŸŽ–๏ธโœจ


@python_programming_42 โœจ

#python #programming #quiz
๐Ÿ‘4โค2๐Ÿฅฐ1
Which of the following is used to create an iterator in Python?
Anonymous Quiz
14%
getitem()
9%
next()
41%
iter()
36%
All of the above
โค1๐Ÿ‘1
Important Methods in Python Programming ๐Ÿš€

Don't Forget to give reactionsโค๏ธ
โค6๐Ÿ‘1๐Ÿ”ฅ1
What is the output type of type(type) in Python?
Anonymous Quiz
53%
type
22%
class
16%
object
9%
str
โค2๐Ÿ‘1
Which built-in function is used to get the memory address of an object?
Anonymous Quiz
7%
hex()
45%
mem()
34%
id()
13%
loc()
โค1๐Ÿ‘1
Python Functional Structure ๐Ÿš€

Don't Forget to give reactionsโค๏ธ
โค4๐Ÿ”ฅ2
This media is not supported in your browser
VIEW IN TELEGRAM
โค1
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ‘2
Images To a PDF Using Python ๐Ÿš€

Don't Forget to give reactionsโค๏ธ
โค5๐Ÿ”ฅ1
Python Programming pinned ยซhttps://youtu.be/f41jp_KQiGQ?si=XhQAi11MzhRQ4A88 Watch this video๐Ÿ‘‡, don't forget to like, comment, share and subscribe.๐Ÿซต๐Ÿ™‚ ๐Ÿš€ Source Code: Githubยป
This media is not supported in your browser
VIEW IN TELEGRAM
๐Ÿ‘2
Python for Data Analysis: Must-Know Libraries ๐Ÿ‘‡๐Ÿ‘‡

Python is one of the most powerful tools for Data Analysts, and these libraries will supercharge your data analysis workflow by helping you clean, manipulate, and visualize data efficiently.

๐Ÿ”ฅ Essential Python Libraries for Data Analysis:

โœ… Pandas โ€“ The go-to library for data manipulation. It helps in filtering, grouping, merging datasets, handling missing values, and transforming data into a structured format.

๐Ÿ“Œ Example: Loading a CSV file and displaying the first 5 rows:

import pandas as pd df = pd.read_csv('data.csv') print(df.head()) 


โœ… NumPy โ€“ Used for handling numerical data and performing complex calculations. It provides support for multi-dimensional arrays and efficient mathematical operations.

๐Ÿ“Œ Example: Creating an array and performing basic operations:

import numpy as np arr = np.array([10, 20, 30]) print(arr.mean()) # Calculates the average 


โœ… Matplotlib & Seaborn โ€“ These are used for creating visualizations like line graphs, bar charts, and scatter plots to understand trends and patterns in data.

๐Ÿ“Œ Example: Creating a basic bar chart:

import matplotlib.pyplot as plt plt.bar(['A', 'B', 'C'], [5, 7, 3]) plt.show() 


โœ… Scikit-Learn โ€“ A must-learn library if you want to apply machine learning techniques like regression, classification, and clustering on your dataset.

โœ… OpenPyXL โ€“ Helps in automating Excel reports using Python by reading, writing, and modifying Excel files.

๐Ÿ’ก Challenge for You!
Try writing a Python script that:
1๏ธโƒฃ Reads a CSV file
2๏ธโƒฃ Cleans missing data
3๏ธโƒฃ Creates a simple visualization

Do not forget to React โค๏ธ  to this Message for More Content Like this

     
        
Thanks For Joining All โค๏ธ
โค10๐Ÿ”ฅ2
Eid al-Adha Mubarak from Python Programming! ๐Ÿ•Œ๐ŸŒ™

May Allah accept your sacrifices and bless your life with peace, happiness, and mercy.
Let this special day be filled with love, kindness, and joy.


Eid Mubarak! ๐ŸŒŸ๐Ÿ๐ŸŽ‰

@python_programming_42
โค9๐Ÿฅฐ2