π2
  Hands on ML notebook series
Updated our ultimate post with a series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
Creator: AurΓ©lien Geron
Stars βοΈ: 25k
Forked By: 13k
https://github.com/ageron/handson-ml#telegram
#ML #Python
ββββββββββββββ
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
  
  Updated our ultimate post with a series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
Creator: AurΓ©lien Geron
Stars βοΈ: 25k
Forked By: 13k
https://github.com/ageron/handson-ml#telegram
#ML #Python
ββββββββββββββ
Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
GitHub
  
  GitHub - ageron/handson-ml: βοΈ DEPRECATED β See https://github.com/ageron/handson-ml3 instead.
  βοΈ DEPRECATED β See https://github.com/ageron/handson-ml3 instead. - ageron/handson-ml
π2
  What error occurs when you execute the following Python code snippet?
apple = mango
  apple = mango
Anonymous Quiz
    30%
    SyntaxError
      
    25%
    NameError
      
    26%
    ValueError
      
    20%
    TypeError
      
    π3
  What will be the output of the Python code snippet?
  Anonymous Quiz
    26%
    indentation Error
      
    35%
    cannot perform mathematical operation on strings
      
    6%
    hello2
      
    32%
    hello2hello2
      
    π6
  What data type is the object below?
L = [1, 23, 'hello', 1]
  L = [1, 23, 'hello', 1]
Anonymous Quiz
    71%
    list
      
    10%
    dictionary
      
    10%
    array
      
    9%
    tuple
      
    β€3π3
  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
      
    Which of the following results in a SyntaxError?
  Anonymous Quiz
    41%
    ββOnce upon a timeβ¦β, she said.β
      
    15%
    βHe said, βYes!'β
      
    23%
    β3\β
      
    21%
    ββThatβs okayββ
      
    π3β€2
  π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.
  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
  
  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
Simplilearn.com
  
  Ultimate Python Cheat Sheet (2024) | Simplilearn
  This comprehensive Python cheatsheet includes the key data types, functions, and commands you should learn as a beginner in this programming language.
π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
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