Python Learning
5.93K subscribers
452 photos
1 video
63 files
109 links
Python Coding resources, Cheat Sheets & Quizzes! πŸ§‘β€πŸ’»

Free courses: @bigdataspecialist

@datascience_bds
@github_repositories_bds
@coding_interview_preparation
@tech_news_bds

DMCA: @disclosure_bds

Contact: @mldatascientist
Download Telegram
What will be the output of the following Python code snippet?

not(10<20) and not(10>30)
Anonymous Quiz
24%
true
64%
false
8%
error
5%
no output
πŸ‘2
🐍 Python Telegram Chat Bot: Create Your Own in Minutes Using telegram-bot --upgrade Library
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/ZfWHcvEFknk

πŸ”— Source Code:
https://www.samcodehub.com/Bot/bot.html

Description:
Learn how to create your own Telegram Chat Bot using Python and the telegram-bot --upgrade library. Our beginner's guide will show you how to build a bot in minutes. 

#Python #Programming #OpenSource #Project #SourceCode #TelegramBot #ChatBot
πŸ‘2
What will be the output of the following Python code snippet?
Anonymous Quiz
41%
00000hi
16%
000hi
14%
hi000
28%
error
😁2
Python Variables: How to Define/Declare String Variable Types

What is a Variable in Python?
A Python variable is a reserved memory location to store values. In other words, a variable in a python program gives data to the computer for processing.

Python Variable Types
Every value in Python has a datatype. Different data types in Python are Numbers, List, Tuple, Strings, Dictionary, etc. Variables in Python can be declared by any name or even alphabets like a, aa, abc, etc.

How to Declare and use a Variable
Let see an example. We will define variable in Python and declare it as β€œa” and print it.

1 a=100 
2 print (a)


πŸ”— Read Online

#Python #python_3
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
❀2
What will be the output of the following Python expression if x=456?

print("%-06d"%x)
Anonymous Quiz
31%
000456
36%
456000
11%
456
22%
error
πŸ‘2
What will be the output of the following Python expression if X=345?

print(β€œ%06d”%X)
Anonymous Quiz
21%
345000
40%
000345
30%
000000345
9%
345000000
60 Python Projects with Source Code

60 Python Projects with Source code solved and explained for free

Python has been in the top 10 popular programming languages for a long time, as the community of Python programmers has grown a lot due to its easy syntax and library support. In this article, I will introduce you to 60 amazing Python projects with source code solved and explained for free.

Python Projects with Source Code
Python Projects For Beginners:
If you’re a newbie to Python where you’ve just learned lists, tuples, dictionaries, and some basic Python modules like the random module, here are some Python projects with source code for beginners for you


πŸ”— Read Online

#Python #python_3
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
Which of the following formatting options can be used in order to add β€˜n’ blank spaces after a given string β€˜S’?
Anonymous Quiz
9%
print(β€œ-ns”%S)
21%
print(β€œ-ns”%S)
54%
print(β€œ%ns”%S)
16%
print(β€œ%-ns”%S)
πŸ‘2
What will be the output of the following Python expression if the value of x is 34?

print(β€œ%f”%x)
Anonymous Quiz
57%
34.00
18%
34.0000
19%
34.000000
6%
34.00000000
❀2
Top 10 Python Packages for Finance and Financial Modeling
πŸ‘3
What will be the output of the following Python expression if x=22.19?

print("%5.2f"%x)
Anonymous Quiz
24%
22.1900
31%
22.00000
37%
22.19
9%
22.20
dev guide

This guide covers how to contribute to CPython. It is known by the nickname of "the devguide" by the Python core developers.

Creator: Python
Stars ⭐️: 1.6k
Forked By: 683
https://github.com/python/devguide

#python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
πŸ‘4
The expression shown below results in an error.

print("-%5d0",989)
Anonymous Quiz
60%
True
40%
False
Learning resources
πŸ‘3
Python For Everybody : Python Programming MADE EASY

Python for Beginners. Python for Everybody. Data Science Python. Data Analytics Python. Web Python. AI Python. ML Python

Rating ⭐️: 4.8 out 5
Students πŸ‘¨β€πŸŽ“ : 26,389
Duration ⏰ : 2.5 hours on-demand video
Created by πŸ‘¨β€πŸ«: Cher Hin Chong

πŸ”— Course Link

⚠️ Its free for first 1000 enrollments only!

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @bigdataspecialist for moreπŸ‘ˆ
πŸ‘2