Python Learning
5.92K subscribers
436 photos
1 video
61 files
108 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
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
Comprehensive Python Cheatsheet

Here is a comprehensive Python cheat sheet available on GitHub. The author (Jure Ε orn) has included syntax for every Python concept, from basic to advanced. It covers lists, range, enumerates, tuple, dictionaries, generator, and iterator; data types, libraries such as Numpy, Games, Data, Image, Audio, Logging, Scraping, etc., threading, introspection, metaprogramming, and operators.

https://github.com/gto76/python-cheatsheet
Python Cheat Sheet [2023]: A Must for Every Python Developer

Fast
forward to 2023 and Python is currently at the second position with a rating of 11.84%, and is well-positioned to surpass C to establish itself as the No. 1 programming language amongst developers!
What’s noteworthy is that Python’s ratings have significantly grown between this period β€” so much that it won the TIOBE programming language of 2020 award due to its rising popularity.
In this article, we deep-dive into Python and bring you a comprehensive Python syntax cheat sheet so you can brush up on important concepts of Python. It can work as a quick reference for both beginners and advanced developers.

πŸ”— Read Online

#Python #cheat_sheets
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @python_bds for more cool data science materials.
*This channel belongs to @bigdataspecialist group
πŸ‘3
Artificial Intelligence by MIT

πŸ†“ Free Online Course
🎬 23 video lesson
⏰ Duration: 24 hours
Teachers: Patrick Henry, Winston
Resource: MIT OpenCourseWare

πŸ”— Course Link

#Mathematics #Computer #Science #Computer_Science
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
πŸ‘‰Join @bigdataspecialist for moreπŸ‘ˆ
πŸ‘3
What does 3 ^ 4 evaluate to?
Anonymous Quiz
74%
81
12%
12
9%
0.75
5%
7
πŸ‘2πŸ₯°2
Bar Graph in Python
πŸ‘11
The value of the expressions 4/(3*(2-1)) and 4/3*(2-1) is the same in python.
Anonymous Quiz
53%
True
47%
False
❀5🀯2
Statistics module in python
πŸ‘8
What will be the value of the following Python expression?

4 + 3 % 5
Anonymous Quiz
22%
4
35%
7
31%
2
11%
0
πŸ‘7
Machine Learning Engineer Roadmap
πŸ‘5πŸ”₯2
Evaluate the Python expression given below if A = 16 and B = 15.

A % B // A
Anonymous Quiz
15%
0.0
31%
0
29%
1.0
25%
1
Which of the following operators has its associativity from right to left?
Anonymous Quiz
19%
+
26%
//
23%
%
33%
**
πŸ₯°2πŸ‘1
Learning Python book
by Mark Lutz

πŸ“„ 1213 pages

πŸ”— Book link

#Python #Learning_python
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Join @python_bds for more
πŸ‘Ž2
What will be the value of x in the following Python expression?

x = int(43.55+2/2)
Anonymous Quiz
16%
43
67%
44
10%
22
8%
23
πŸ₯°7πŸ‘4