uk
Feedback
Python Learning

Python Learning

Відкрити в Telegram

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

Показати більше
5 850
Підписники
-624 години
-57 днів
-1230 день
Архів дописів
What will be the output of the following Python statement? >>>"a"+"bc"
Anonymous voting

What will be the output of the following Python code snippet? for i in [1, 2, 3, 4][::-1]: print (i)
Anonymous voting

What is the order of namespaces in which Python looks for an identifier?
Anonymous voting

What will be the output of the following Python function? len(["hello",2, 4, 6])
Anonymous voting

Just one "amendment" on previous image, which is created by some training institute of IT. it states that Python is Fast and
Just one "amendment" on previous image, which is created by some training institute of IT. it states that Python is Fast and one of our members already pointed out that as an issue. Actually Python is not really fast and that is the reason why for example my company is not using it (even though it would be much easier to create all those machine learning models that we are working on in Python). But since we are getting 4000 user generated request per second in a peak time, it's just not possible to handle that with Python. But in most other cases Python is perfect because it's easy to use and intuitive, and you can do much more with less lines of code compared to most of the other programming languages. For example simple reading from file in python is just import pandas as pd df = pd.read_csv('data.csv') while in Java I would need much more lines of code.

Some Python Features
Some Python Features

Which of these is the definition for packages in Python?
Anonymous voting

Which of the following is not a core data type in Python programming?
Anonymous voting

What will be the output of the following Python function? min(max(False,-3,-4), 2,7)
Anonymous voting

Python advantages and disadvantages
Python advantages and disadvantages

photo content

This python program can work with ____ parameters.
Anonymous voting

Python Programming Exercises, 2022., gently explained 42 programming exercises on 160 pages with plain-English explanations Exercise #1: Hello, World! Exercise #2: Temperature Conversio Exercise #3: Odd & Even Exercise #4: Area & Volume Exercise #5: Fizz Buzz Exercise #6: Ordinal Suffix Exercise #7: ASCII Table Exercise #8: Read Write File Exercise #9: Chess Square Color Exercise #10: Find and Replace Exercise #11: Hours, Minutes, Seconds Exercise #12: Smallest & Biggest Exercise #13: Sum & Product Exercise #14: Average Exercise #15: Median Exercise #16: Mode Exercise #17: Dice Roll Exercise #18: Buy 8 Get 1 Free Exercise #19: Password Generator Exercise #20: Leap Year And many more

Which of the following is the use of id() function in python?
Anonymous voting

Which of the following functions is a built-in function in python?
Anonymous voting

Repost from Data science/ML/AI
+5
import_data.pdf1.35 KB

Useful Python for data science cheat sheets 👇

Calendar in Python
Calendar in Python

What will be the output of the following Python code? l=[1, 0, 2, 0, 'hello', '', []] list(filter(bool, l))
Anonymous voting

Python String Formatting Types based on Placeholder
Python String Formatting Types based on Placeholder