December 25, 2019
Welcome to Python Questions!
This channel caters to beginners, experienced python developers and those who just want to try somthing new.
It will contain simple objective questions to complex problems to solve using Python programming language.
It will also contain common interview questions.
Regular expressions, Algorithms, Quiz will also be posted.
For bigger problems, we will be posting the solutions on our github repository: https://github.com/ignani/LearnPython
This channel caters to beginners, experienced python developers and those who just want to try somthing new.
It will contain simple objective questions to complex problems to solve using Python programming language.
It will also contain common interview questions.
Regular expressions, Algorithms, Quiz will also be posted.
For bigger problems, we will be posting the solutions on our github repository: https://github.com/ignani/LearnPython
Telegram
Python Questions
Tasks for Beginners, Interview Questions, Regular expressions, simple coding problems, Quiz etc.
Useful Resources — »»» @python_resources_iGnani
Projects for Practice — »»» @python_projects_repository
Discussion Forum — »»» @python_programmers_club
Useful Resources — »»» @python_resources_iGnani
Projects for Practice — »»» @python_projects_repository
Discussion Forum — »»» @python_programmers_club
December 25, 2019
Python Test 001 - Introduction
Do you think you know about Python? Very simple questions, but twisted?
LIKE TO TEST YOUR SKILLS ? - - - Take the Challenge?
CLICK HERE
Questions realted to the topics covered in the Introduction Chapter.
#python #learn #test #assessment #training
Do you think you know about Python? Very simple questions, but twisted?
LIKE TO TEST YOUR SKILLS ? - - - Take the Challenge?
CLICK HERE
Questions realted to the topics covered in the Introduction Chapter.
#python #learn #test #assessment #training
Google Docs
Test-001 : Introduction
Questions asked will only be from the contents covered in the video given below.
Suggest you to watch the video, which will make it easy to take the test.
But you can still proceed to quiz. Good Luck!!!
Suggest you to watch the video, which will make it easy to take the test.
But you can still proceed to quiz. Good Luck!!!
December 25, 2019
.
Python Challenge 004 ————-»»» Basic Syntax in Python
Python Test 004.1 - Basic Syntax : CLICK HERE
15 simple but tricky questions, all related to the video in this link.
Questions realted to the topics covered in the Introduction Chapter.
#python #tutorial #test #assessment #quiz
Python Challenge 004 ————-»»» Basic Syntax in Python
Python Test 004.1 - Basic Syntax : CLICK HERE
15 simple but tricky questions, all related to the video in this link.
Questions realted to the topics covered in the Introduction Chapter.
#python #tutorial #test #assessment #quiz
Google Docs
004 - Test 1 : Python Basic Syntax
Questions asked will only be from the contents covered in the video given below.
Suggest you to watch the video, which will make it easy to take the test.
But you can still proceed to quiz. Good Luck!!!
Suggest you to watch the video, which will make it easy to take the test.
But you can still proceed to quiz. Good Luck!!!
December 25, 2019
.
Python Challenge 004.2 ————-»»» Basic Syntax in Python
Python Test 004.2 - Basic Syntax : CLICK HERE
17 simple but tricky questions, all related to the video in this link.
Questions realted to the topics covered in the Introduction Chapter.
#python #tutorial #test #assessment #quiz
Python Challenge 004.2 ————-»»» Basic Syntax in Python
Python Test 004.2 - Basic Syntax : CLICK HERE
17 simple but tricky questions, all related to the video in this link.
Questions realted to the topics covered in the Introduction Chapter.
#python #tutorial #test #assessment #quiz
Google Docs
004 - Test 2 : Python Basic Syntax
Questions asked will only be from the contents covered in the video given below.
Suggest you to watch the video, which will make it easy to take the test.
But you can still proceed to quiz. Good Luck!!!
Suggest you to watch the video, which will make it easy to take the test.
But you can still proceed to quiz. Good Luck!!!
December 25, 2019
January 7, 2020
*
myList = [1, 2, 3, 4, 2, 2, 3, 1, 4, 4, 4,5,5,6,7,6,5]
A) Write a program to get the value that appears more number of times
B) When there is a tie, then get the number which is the smallest of them
#python #practiceCode #samples #interviewQuestions #numbers #list
myList = [1, 2, 3, 4, 2, 2, 3, 1, 4, 4, 4,5,5,6,7,6,5]
A) Write a program to get the value that appears more number of times
B) When there is a tie, then get the number which is the smallest of them
#python #practiceCode #samples #interviewQuestions #numbers #list
January 8, 2020
# Sequence Puzzle
[30, 9, 40, 50, 91, 142, 234, ?] Find the next value?
[30, 9, 40, 50, 91, 142, 234, ?] Find the next value?
Anonymous Poll
17%
276
16%
277
22%
334
17%
376
28%
377
January 8, 2020
*
name = 'ppy!'
Write code to insert the letter 'a' in-between each letter to form the word 'papaya!'
#python #practiceCode #samples #interviewQuestions #strings #list
name = 'ppy!'
Write code to insert the letter 'a' in-between each letter to form the word 'papaya!'
#python #practiceCode #samples #interviewQuestions #strings #list
January 9, 2020
.
a = 1
b = 2
Swap the values without using an additional variable.
#python #practiceCode #samples #interviewQuestions
a = 1
b = 2
Swap the values without using an additional variable.
#python #practiceCode #samples #interviewQuestions
January 9, 2020
Anonymous Quiz
10%
100
24%
200
18%
300
48%
Error
January 26, 2020
January 27, 2020
#answer to the question 👆is ————-»»» class float
Since the result of 1/2 is 0.5, which is a float.
65% got it correct.
Since the result of 1/2 is 0.5, which is a float.
65% got it correct.
January 27, 2020