Python Learning
5.92K subscribers
439 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
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
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