Python Codes Basic to Advance
2.66K subscribers
82 photos
5 videos
8 files
100 links
Python Codes Basic to Advance

All Codes
@C_Codes_pro
@CPP_Codes_pro
@Java_Codes_Pro
@nodejs_codes_pro

Discussion
@bca_mca_btech
Download Telegram
What will be the output of the following Python code?
Anonymous Quiz
32%
a b c
19%
1 2 3
31%
0 a 1 b 2 c
18%
none
Python program that Create a function that gives True if a string is empty and False otherwise.
# - Try it for '' and ' 5gh'
def checkstring(string):
if len(string)==0:
return True
else:
return False
print(checkstring("5gh"))
print(checkstring(""))
#Taskforyou

Write a Python program that remove the extra spaces from the following string:

' I am learning Python object oriented programming '
1👍1
Join :- @Python_Codes_Pro

Support group :- @python_group_pro
🤣4😁1
🖥 Awesome Python Awesome: A curated list of awesome Python frameworks, libraries, software and resources.

🖥 Github: https://github.com/vinta/awesome-python

Join :- @Python_Codes_Pro

Support group :- @python_group_pro
#Doubt
How to create 80000 data of random names


#pip install faker
from faker import Faker

fake = Faker()
name = set()

while len(name) < 80000:
name.add(fake.name())

print(name)




Output: https://t.me/python_group_pro/914

Join :- @Python_Codes_Pro

Support group :- @python_group_pro
3
Forwarded from ˹ᴍʀ sᴜᴋᴋᴜɴ˼ (Mukesh test bot)
This media is not supported in your browser
VIEW IN TELEGRAM
👩‍💻 Wᴇʟᴄᴏᴍᴇ ᴛᴏ @CodesSnippet! 🚀

Jᴏɪɴ ᴜs ғᴏʀ ᴅᴀɪʟʏ sɴɪᴘᴘᴇᴛs ᴏғ ᴄᴏᴅɪɴɢ 🧩 ᴋɴᴏᴡʟᴇᴅɢᴇ! 💻💡

Hᴇʀᴇ, ʏᴏᴜ'ʟʟ ғɪɴᴅ 👀 ʙɪᴛᴇ-sɪᴢᴇᴅ ᴘɪᴇᴄᴇs ᴏғ ᴄᴏᴅᴇ, 🔥 ᴘʀᴏɢʀᴀᴍᴍɪɴɢ ᴛɪᴘs, ᴀɴᴅ ᴛʀɪᴄᴋs ᴛᴏ ʟᴇᴠᴇʟ ᴜᴘ ʏᴏᴜʀ ᴄᴏᴅɪɴɢ sᴋɪʟʟs! 💪💻

Sᴛᴀʏ ᴜᴘᴅᴀᴛᴇᴅ ᴏɴ ᴛʜᴇ ʟᴀᴛᴇsᴛ ᴛʀᴇɴᴅs ɪɴ ᴛʜᴇ ᴛᴇᴄʜ ᴡᴏʀʟᴅ ᴀɴᴅ ᴇɴɢᴀɢᴇ ᴡɪᴛʜ ғᴇʟʟᴏᴡ ᴄᴏᴅᴇʀs 🤝 ɪɴ ᴏᴜʀ ᴠɪʙʀᴀɴᴛ ᴄᴏᴍᴍᴜɴɪᴛʏ! 🌐💬

Lᴇᴛ's ᴄʀᴀᴄᴋ ᴛʜᴇ ᴄᴏᴅɪɴɢ 🚪 ᴛᴏɢᴇᴛʜᴇʀ ᴀɴᴅ ʙʀɪɴɢ ʏᴏᴜʀ ᴘʀᴏJᴇᴄᴛs ᴛᴏ ʟɪғᴇ!
#CodeSnippet
#ProgrammingFun

Jᴏɪɴ ᴜs :- @CodesSnippet
1
Forwarded from Cᴏᴅᴇs Sɴɪᴘᴘᴇᴛs (s ʜ ɪ ɴ ᴇ)
Pattern Challenge..

# Hollow Rectangle of '*'
def hollow_pattern(row, col):
for i in range(row):
for j in range(col):
if i == 0 or i == row-1 or j == 0 or j == col-1:
print('* ', end='')
else:
print(' ', end='')
print('')



>> Approx Time: 6.67ms

Jᴏɪɴ ᴜs :- @CodesSnippet
_1_Introduction_To_Data_Structurepdf_lyst1084.pdf
6.1 MB
_1_Introduction_To_Data_Structurepdf_lyst1084.pdf

#Dsa basics pdf

Join :- @Python_Codes_Pro

Support group :- @python_group_pro
Scrap Image from google using BeautifulSoup
import requests
from bs4 import BeautifulSoup as BSP

def get_image_urls(search_query):
url = f"https://www.google.com/search?q={search_query}&tbm=isch"
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
}
rss = requests.get(url, headers=headers)
soup = BSP(rss.content, "html.parser")

all_img = []
for img in soup.find_all('img'):
src = img['src']
if not src.endswith("gif"):
all_img.append(src)

return all_img

print(get_image_urls("boy"))


#CodeSnippet
#ProgrammingFun

Language: Python

Join :- @Python_Codes_Pro

Support group :- @python_group_pro
Forwarded from ˹ᴍʀ sᴜᴋᴋᴜɴ˼ (Mᴜᴋᴇsʜ)
Search hd image from unsplash using mukesh api

import requests

ask = input("query to search image:- ")

class Unsplash:
base_url = "https://mukesh-api.vercel.app/"
"""search image from unsplash api by @mr_sukkun"""

def __init__(self, ask) -> None:
self.ask = ask

def unsplash_reply(self):
url = f"{self.base_url}unsplash?query={self.ask}"
response = requests.get(url)
if response.status_code == 200:
return response.json()
else:
return {"error": "Failed to fetch data"}

x = Unsplash(ask)
print(x.unsplash_reply())



#CodeSnippet
#ProgrammingFun

Language: Python
Jᴏɪɴ ᴜs :- @CodesSnippet
2
Scrap Image from bing using BeautifulSoup
import requests
from bs4 import BeautifulSoup as BSP

def split_url(url):
return url.split('&')[0]

def get_image_urls(search_query):
url = f"https://cn.bing.com/images/search?q={search_query}&first=1&cw=1177&ch=678"
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
}
rss = requests.get(url, headers=headers)
soup = BSP(rss.content, "html.parser")

all_img = []
for img in soup.find_all('img'):
img_url = img.get('src2')
if img_url and img_url.startswith('https://tse2.mm.bing.net/'):
img_url = split_url(img_url)
all_img.append(img_url)

return all_img

print(get_image_urls("cat"))


sample response :
['https://tse2.mm.bing.net/th?q=Cat+Portrait', ...']

#CodeSnippet
#ProgrammingFun

Language: Python
Join :- @Python_Codes_Pro

Support group :- @python_group_pro
1👍1👏1
Guess the output ?
string = "Lorem ipsum dolor sit amet"
words = string.split(" ")
word_counts = {}

for word in words:
word = word.lower()
word_counts[word] = word_counts.get(word, 0) + 1

print(word_counts)
👍2
Looking for Udemy courses with 100% off coupon codes? Then you're in the right place. All you need to do is sign-up in Udemy and enroll for the course and you will have it FREE FOREVER with certificate.



Need Udemy API ? 💀

Will be posted on 100 Subscribers on @CodesSnippet channel

Join Now : @CodesSnippet 🥀

Support group :-
@python_group_pro

Sample response

{ "category": "coding",
"courseLink": "https://www.udemy.com/course/learn-python-programming-with-jafricode-tutorials/?couponCode=07FA1B16A696A564ECD2"...}
1👍1🆒1
🤣5😁2👍1🥰1
Scrap Leetcode information using Mukesh-Api

import cloudscraper

def fetch_leetcode_information(query=""):
"""
Fetches leetcode information from a given API based on the query parameter.

Args:
query (str): The query to filter the results, defaults to an empty string.

Returns:
dict: Key-value pairs extracted from the fetched JSON data.
"""
base_url = "https://mukesh-api.vercel.app/leetcode"
if query:
url = f"{base_url}?query={query}"
else:
query = input("Please enter a query: ")
url = f"{base_url}?query={query}"

scraper = cloudscraper.create_scraper()
response = scraper.get(url).json()
return response.get("results", {})


# example
query = "noob-mukesh"
data = fetch_leetcode_information(query)

for key, value in data.items():
print(f"{key}: {value}")

Language: Python
Join :- @Python_Codes_Pro

Support group :- @python_group_pro
2👍1