Python Learning – Telegram
Python Learning
5.94K subscribers
504 photos
1 video
68 files
112 links
Python learning resources

Beginner to advanced Python guides, cheatsheets, books and projects.

For data science, backend and automation.
Join 👉 https://rebrand.ly/bigdatachannels

DMCA: @disclosure_bds
Contact: @mldatascientist
Download Telegram
Python Overall Syllabus
👍1
In order to store values in terms of key and value we use what core data type.
Anonymous Quiz
10%
list
10%
tuple
6%
class
73%
dictionary
Python's Ecosystem for Data Science
👍2
👍32
Applications of Natural Language Processing
👍4
What is the return value of trunc()?
Anonymous Quiz
22%
int
21%
boolean
16%
float
41%
None
👍4👏1
Do you enjoy reading this channel?

Perhaps you have thought about placing ads on it?

To do this, follow three simple steps:

1) Sign up: https://telega.io/c/python_bds
2) Top up the balance in a convenient way
3) Create an advertising post

If the topic of your post fits our channel, we will publish it with pleasure.
The Ultimate Python Cheat Sheet for 2023

Python
is one of the most popular programming languages out there today. The core philosophy of Python is summarised in the Zen of Python which contains the guiding principles for writing computer programs in Python. If you are a beginner in your software development journey, this Python cheat sheet can serve as a quick reference for all your Python queries.

Various Python Operators
Data Types
Variables
Functions
Flow Control

🔗 Read Online

#Python #cheat_sheets

Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
👍2
What is the output of print 0.1 + 0.2 == 0.3?
Anonymous Quiz
64%
True
19%
False
7%
Machine dependent
11%
Error
🔥4😁1
Top 10 Python Cheat Sheets Every Developer Should Know in 2023

1.Pythoncheatsheet.org
2.Website Setup
3.Programming with Mosh
4.Python for Data Science
5.Real Python
6.Cheatography
7.Gto76
8.Python Crash Course
9.Python for Data Science – Bokeh
10.Basic and Intermediate Cheat Sheet for Data Science


Source-Link: analyticsindiamag

#Python #cheat_sheets

Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
👍2
Which of the following is not a complex number?
Anonymous Quiz
5%
k = 2 + 3j
43%
k = complex(2, 3)
48%
k = 2 + 3l
4%
k = 2 + 3j
7
Type Casting in Python
👍5
What is the type of inf?
Anonymous Quiz
13%
Boolean
36%
Integer
18%
Float
33%
Complex
😁2👍1
CS50’s Introduction to Artificial Intelligence with Python
Free course by Harvard University

This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation. Through hands-on projects, students gain exposure to the theory behind graph search algorithms, classification, optimization, reinforcement learning, and other topics in artificial intelligence and machine learning as they incorporate them into their own Python programs. By course’s end, students emerge with experience in libraries for machine learning as well as knowledge of artificial intelligence principles that enable them to design intelligent systems of their own.

Week 0 Search
Week 1 Knowledge
Week 2 Uncertainty
Week 3 Optimization
Week 4 Learning
Week 5 Neural Networks
Week 6 Language

🔗
COURSE LINK


#Python #Harvard

👉Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group👈
4👍4
What does ~4 evaluate to?
Anonymous Quiz
15%
-5
54%
-4
9%
-3
23%
+3
👍4
Python Arithmetic Operators
🔥3
Which of the following is incorrect?
Anonymous Quiz
7%
x = 30963
69%
x = 0x4f5
3%
x = 19023
21%
x = 03964
👍3
Python for beginners - Learn all the basics of python

Learn how to program in python- python functions-python basic apps - python tips and tricks - Other Python features

Rating ⭐️: 4.3 out 5
Students 👨‍🎓 : 302,331
Duration : 5h of on-demand video
Created by 👨‍🏫: Yassin Marco

🔗 COURSE LINK


⚠️ Its free for first 1000 enrollments only!

After it's not free anymore it will be deleted.

#Pinterest #Freelancing #Online_Business

👉Join @bigdataspecialist for more👈
🔥3👍2
What is the result of cmp(3, 1)?
Anonymous Quiz
23%
1
19%
0
35%
True
23%
False
👍4
Relational Operators in python