python3 challanges
# Post your solution URL Here #
Problem 1 :
Create a program that asks the user to enter their name and their age.
Print out a message that will tell them the year that they will turn 95 years old.
Problem 2 :
write a code using that will take user input from and search on google and store top 10 url in the list.
conditions :
i ) URL must be stored permanently as well
ii) user can give input using keyboard and voice both
Problem 3 :
take a list say adhoc=[1,2,3,1,4,5,66,22,2,6,0,9]
write the program that will do
i) print only those numbers greater than 5
ii) also print those numbers those are less than or equals to 2 ( <= 2 )
iii) store these answers in in two different list also
Problem 4:
take all input from user .
i) check that all character are string
ii) if all char are string then create user in your linux based OS
iii) also create password for same user , password will
password will be ===>> hello{username}
Problem 5:
write a code will take input as your name and greet you with
good morning , good evening , goodafter noon , good night as per the current time your system :
Problem 6:
use file handling to create a linux command similar to cat .
test at least 4 cases and options of cat command
compare the difference of cat command and post the result
Problem 7:
use deep analysis of file handling to create a linux command similar to touch
explore atleast 5 features of touch command
Important : explore touch command first then try to write code
Problem 8:
write a code that will take input from a user and check that if it is a command
then execute it with following conditions :
i) all the commands given by user either wrong or right must be store in a file
ii) output of success command will be shown to monitor
iii) if the input command is repeated by user give him voice note not to do this again
problem 9:
write a code that will take user input untill number of character not exceeding
500 chars.
Now do the following tasks:
i) print the number of repeated characters in descending order
ii) print number of repeated words in descending order
iii) if a word is repeating more than 5 times remove all those words
iv) if a word is present only one times add the same word in that string but length must not increase more than 500 chars , you can remove any random thing for doing the same .
Problem 10:
write socket programing code in a single system with follow options
i) make two files one for sender and another one for receiver
ii) press 1 for sending / receiving text messages from both the side
iii) press 2 sending file from sender and receiving from receiver
Problem 11:
write socket programing for chatting between two systems with following options
i) sender only can start the message
ii) receiver can send reply only of each message
iii) limit of message character length must not be exceed 150 characters
iv) if more than 150 char exceeded by users then print an error message
v) give some option to quit the chat
Problem 12:
write a python code to do the following
i) take input from user and search in google
ii) pick the first 3 url of google search
iii) make QR-code of all 3 url's
iv) Store all these qr-code in apache web server in aws cloud
v) share link of qrcode using aws public IP
Note: v) option you can do it manually there is no need of programing
Problem 13:
Create your own module with following options :
i) after importing it must say your name in voice
ii) it must greet you according to current time
for example: if it is morning 9 AM it must say good morning
iii) it must offer for adding numbers as per user need
iv) it also offer sorting of numbers
v) it can also print number of installed module
Problem 1 :
Create a program that asks the user to enter their name and their age.
Print out a message that will tell them the year that they will turn 95 years old.
Problem 2 :
write a code using that will take user input from and search on google and store top 10 url in the list.
conditions :
i ) URL must be stored permanently as well
ii) user can give input using keyboard and voice both
Problem 3 :
take a list say adhoc=[1,2,3,1,4,5,66,22,2,6,0,9]
write the program that will do
i) print only those numbers greater than 5
ii) also print those numbers those are less than or equals to 2 ( <= 2 )
iii) store these answers in in two different list also
Problem 4:
take all input from user .
i) check that all character are string
ii) if all char are string then create user in your linux based OS
iii) also create password for same user , password will
password will be ===>> hello{username}
Problem 5:
write a code will take input as your name and greet you with
good morning , good evening , goodafter noon , good night as per the current time your system :
Problem 6:
use file handling to create a linux command similar to cat .
test at least 4 cases and options of cat command
compare the difference of cat command and post the result
Problem 7:
use deep analysis of file handling to create a linux command similar to touch
explore atleast 5 features of touch command
Important : explore touch command first then try to write code
Problem 8:
write a code that will take input from a user and check that if it is a command
then execute it with following conditions :
i) all the commands given by user either wrong or right must be store in a file
ii) output of success command will be shown to monitor
iii) if the input command is repeated by user give him voice note not to do this again
problem 9:
write a code that will take user input untill number of character not exceeding
500 chars.
Now do the following tasks:
i) print the number of repeated characters in descending order
ii) print number of repeated words in descending order
iii) if a word is repeating more than 5 times remove all those words
iv) if a word is present only one times add the same word in that string but length must not increase more than 500 chars , you can remove any random thing for doing the same .
Problem 10:
write socket programing code in a single system with follow options
i) make two files one for sender and another one for receiver
ii) press 1 for sending / receiving text messages from both the side
iii) press 2 sending file from sender and receiving from receiver
Problem 11:
write socket programing for chatting between two systems with following options
i) sender only can start the message
ii) receiver can send reply only of each message
iii) limit of message character length must not be exceed 150 characters
iv) if more than 150 char exceeded by users then print an error message
v) give some option to quit the chat
Problem 12:
write a python code to do the following
i) take input from user and search in google
ii) pick the first 3 url of google search
iii) make QR-code of all 3 url's
iv) Store all these qr-code in apache web server in aws cloud
v) share link of qrcode using aws public IP
Note: v) option you can do it manually there is no need of programing
Problem 13:
Create your own module with following options :
i) after importing it must say your name in voice
ii) it must greet you according to current time
for example: if it is morning 9 AM it must say good morning
iii) it must offer for adding numbers as per user need
iv) it also offer sorting of numbers
v) it can also print number of installed module
Hello all ,
ReplyDeletejust testing this
very nice sirji
DeleteProblem 1--->https://github.com/srjshrivastav/pycode/blob/master/prediction_of_year.py
DeleteProblem 2-->ii)Pending
Problem 3--->https://github.com/srjshrivastav/pycode/blob/master/Filter.py
Problem 4--->https://github.com/srjshrivastav/pycode/blob/master/useradd.py
problem 5--->https://github.com/srjshrivastav/pycode/blob/master/Greeting.py
This comment has been removed by the author.
Delete@Harsh_Gupta
ReplyDeleteProblem 1 solved -> ( https://github.com/Harshhg/Python/blob/master/problem1.py )
Problem 2 solved ->( https://github.com/Harshhg/Python/blob/master/problem2.py )
(Voice input still pending)
Problem 3 solved -> ( https://github.com/Harshhg/Python/blob/master/problem3.py )
Problem 4 solved -> ( https://github.com/Harshhg/Python/blob/master/problem4.py )
Problem 5 solved -> ( https://github.com/Harshhg/Python/blob/master/problem5.py )
Problem 1 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem1)
ReplyDeleteproblem 2 (i) completed(https://github.com/nidjaj/python-code-summertraining/blob/master/problem%202)
Problem 3 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem%203)
Problem 5 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem5)
This comment has been removed by the author.
ReplyDeleteProblem1 complete (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/Problem_1.py)
ReplyDeleteProblem2 completed (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem2.py)
Problem3 completed (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem3.py)
Problem4 (80% complete) (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem4.py)
problem-1 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-1.py
ReplyDeleteproblem-2 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-2.py
problem-3 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-3.py
problem-5 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-5.py
problem-4 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-4.py
DeleteProblem-6 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-6.py
DeleteProblem-7 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-7.py
Problem-8 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-8.py
Problem-9 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-9.py
problem-12 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-12.py
Deleteprobelm -11 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-11(sender).py
https://github.com/jainhimani1999/adhocIntern/blob/master/problem-11(reciever).py
problem-10 https://github.com/jainhimani1999/adhocIntern/blob/master/problem-10(sender).py
https://github.com/jainhimani1999/adhocIntern/blob/master/problem-10(reciever).py
(Problem 10 partially completed)
This comment has been removed by the author.
ReplyDeleteproblem-1 solved----(https://github.com/ankit3466/Python/blob/master/Problem1.py)
ReplyDeleteproblem-2 solved(80%)---(https://github.com/ankit3466/Python/blob/master/Problem2.py)
problem-3 solved----(https://github.com/ankit3466/Python/blob/master/Problem3.py)
problem-5 solved----(https://github.com/ankit3466/Python/blob/master/Problem5.py)
problem-4 solved-->(https://github.com/ankit3466/Python/blob/master/Problem4.py)
Deleteproblem 6----> https://github.com/ankit3466/Python/blob/master/Problem6.py
Deleteproblem 7-----> https://github.com/ankit3466/Python/blob/master/problem7.py
problem 8-----> https://github.com/ankit3466/Python/blob/master/Problem8.py
problem 9(pending)----> https://github.com/ankit3466/Python/blob/master/Problem9.py
problem 10---> https://github.com/ankit3466/Python/blob/master/Problem10.py(receiver)
https://github.com/ankit3466/Python/blob/master/Problem10.py_(sender)
problem 12---->https://github.com/ankit3466/Python/blob/master/problem12.py
problem-1 solved:https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem1.py
ReplyDeleteproblem-3 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem3.py
problem-5 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem5.py
Deleteproblem-2 solved partially: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem2.py
Deleteproblem-4 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem4.py
Deleteproblem-12 solved: https://github.com/ayushikhandelwal99/summer19_python_code/blob/master/problem12.py
DeleteHi I am Dangs ,
ReplyDeleteQ1- solved
Q2-partially solved
Q3-solved
Q4-dekh ke hi dar lag rha hai :p
Q5-solved
solutions : https://github.com/sheldoncooper07/Python_Assignment_Submission
All Solved(voice i/p pending in prob2)
ReplyDeletehttps://github.com/Anirudhsh/Python3challenges/blob/master/problem1.py
https://github.com/Anirudhsh/Python3challenges/blob/master/problem2.py
https://github.com/Anirudhsh/Python3challenges/blob/master/problem3.py
https://github.com/Anirudhsh/Python3challenges/blob/master/problem4.py
https://github.com/Anirudhsh/Python3challenges/blob/master/problem5.py
prob1 solved : (https://github.com/ASHURIPROCK/prob1/blob/master/prob1)
ReplyDeleteprob3 solved : (https://github.com/ASHURIPROCK/prob1/blob/master/prob2)
Problem1 : https://github.com/darkdraiden14/Python-tasks/blob/master/problem1.py
ReplyDeleteProblem3: https://github.com/darkdraiden14/Python-tasks/blob/master/problem3.py
DeleteThis comment has been removed by the author.
DeleteThis comment has been removed by the author.
DeleteProblem5 : https://github.com/darkdraiden14/Python-tasks/blob/master/problem5.py
DeleteProblem 2: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem2.py
DeleteProblem 6: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem6.py
DeleteProblem8: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem8.py
Delete(Voice Message: Work in Progress)
Problem9: https://github.com/darkdraiden14/Python-tasks/blob/master/problem9.py
DeleteProblem10 :https://github.com/darkdraiden14/Python-tasks/tree/master/Problem10
DeleteProblem4: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem2.py
DeleteProblem 8: https://github.com/darkdraiden14/Python-tasks/blob/master/Problem8.py (Completed)
DeleteHi I am Dangs ,
ReplyDeleteQ1- solved
Q2-partially solved
Q3-solved
Q4-dekh ke hi dar lag rha hai :p
Q5-solved
solutions : https://github.com/sheldoncooper07/Python_Assignment_Submission
complete solution for problem 2 (including audio input) :
ReplyDeletehttps://github.com/sumikbuckshot/Summer-Python/blob/master/problem_2.py
problem 1 --->https://github.com/sumikbuckshot/Summer-Python/blob/master/problem_1.py
DeleteThis comment has been removed by the author.
ReplyDeleteproblem-1 solved -(https://github.com/GHakshay/python_coding/blob/master/problem1.py)
ReplyDeleteproblem-2 solved -(https://github.com/GHakshay/python_coding/blob/master/problem2.py)
problem-3 solved -(https://github.com/GHakshay/python_coding/blob/master/problem3.py)
problem-5 solved-(https://github.com/GHakshay/python_coding/blob/master/problem5.py)
problem -4 solved-(https://github.com/GHakshay/python_coding/blob/master/problem4.py)
Deletehttps://github.com/bhavyavj/python-challenges/blob/master/problem1.py
ReplyDeletehttps://github.com/bhavyavj/python-challenges/blob/master/problem3.py
https://github.com/bhavyavj/python-challenges/blob/master/problem5.py
https://github.com/deveshshakya/summer19pyb2/blob/master/problem1.py
ReplyDeletehttps://github.com/deveshshakya/summer19pyb2/blob/master/problem2.py (!voice input)
https://github.com/deveshshakya/summer19pyb2/blob/master/problem3.py
https://github.com/deveshshakya/summer19pyb2/blob/master/problem4.py
https://github.com/deveshshakya/summer19pyb2/blob/master/problem5.py
This comment has been removed by the author.
ReplyDeleteproblem 1- https://github.com/YashVSharma/codingTasks/blob/master/README.md
ReplyDeleteproblem 2- https://github.com/YashVSharma/codingTasks/blob/master/pt3.py
problem 3- https://github.com/YashVSharma/codingTasks/blob/master/prob3.py
problem 5- https://github.com/YashVSharma/codingTasks/blob/master/wishme.py
https://github.com/YashVSharma/codingTasks/blob/master/useradd.py
Delete@Siddhant jain
ReplyDeleteprobles 1 , 2 (without voice input) , 3 , 4 , 5 solved
https://github.com/insolublesolvent/Python
problem 1 done
ReplyDeletehttps://github.com/dmayankjain/coding/blob/master/probl.py
problem1 completed(https://github.com/Kanika018/Python/blob/master/pr1.txt)
ReplyDeleteproblem2 completed(https://github.com/Kanika018/Python/blob/master/pr2.txt)
problem3 completed(https://github.com/Kanika018/Python/blob/master/pr3.txt)
problem5 completed(https://github.com/Kanika018/Python/blob/master/pr5.txt)
Problem 1-5 (!4) :-https://github.com/tarunsharma1999/summertraining-python/tree/master/8june
ReplyDelete@Priyank_Agarwal
ReplyDeletehttps://github.com/Crash-overloaded/Python/blob/master/problem1.py
https://github.com/Crash-overloaded/Python/blob/master/problem2.py
(Problem 2 Partially unsolved!)
https://github.com/Crash-overloaded/Python/blob/master/problem3.py
https://github.com/Crash-overloaded/Python/blob/master/problem4.py
https://github.com/Crash-overloaded/Python/blob/master/problem5.py
https://github.com/chiragjain712/Python/blob/master/problem1.py
ReplyDeletehttps://github.com/chiragjain712/Python/blob/master/problem3.py
ReplyDeleteproblem 3 done
ReplyDeletehttps://github.com/dmayankjain/coding/blob/master/prob3.py
This comment has been removed by the author.
ReplyDeleteProblem1--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem1.py)
ReplyDeleteProblem2--part i and part ii --Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem2.py)
Problem3--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem3.py)
DeleteProblem4--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem4.py)
Problem5--Completed--(https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem5.py)
Nikhil Khicher
ReplyDeleteProblem1 Solved ---> https://github.com/starcyultron/summer19py/blob/master/problem1.py
Problem3 Solved ---> https://github.com/starcyultron/summer19py/blob/master/problem3.py
Problem4 Solved(70%) ---> https://github.com/starcyultron/summer19py/blob/master/problem4.py
Nikhil Khicher:-
DeleteProblem5 Solved:-https://github.com/starcyultron/summer19py/blob/master/problem5.py
Kshitij Mishra
ReplyDeleteProblem1 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem1.py
Problem3 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem3.py
Problem4 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem4.py
Problem 5 Solved-->https://github.com/myultron/summer19pyb2/blob/master/problem5.py
Deletehttps://github.com/prabal255/pythonprograms/blob/master/program1.py
ReplyDeletehttps://github.com/prabal255/pythonprograms/blob/master/program2.py
https://github.com/prabal255/pythonprograms/blob/master/program3.py
https://github.com/prabal255/pythonprograms/blob/master/program4.py
https://github.com/prabal255/pythonprograms/blob/master/program5.py
voice command not done
Problem1 (Complete) : https://github.com/sagar988/coder/blob/master/problem1.py
ReplyDeleteProblem2(stt module remaing) : https://github.com/sagar988/coder/blob/master/problem2.py
Problem3(Complete) : https://github.com/sagar988/coder/blob/master/problem3.py
Problem 1: https://github.com/Kritika-30/Python/blob/master/Problem1.py
ReplyDeleteProblem 3: https://github.com/Kritika-30/Python/blob/master/problem3.py
Problem 5: https://github.com/Kritika-30/Python/blob/master/problem5.py
Problem 4: https://github.com/Kritika-30/Python/commit/10788bc09be2230ec1b222e655039986904b598f
Deleteall the problems
ReplyDeleteproblem 2 (speech to text remaning)
https://github.com/hvijaycse/Summer_training_adhoc/tree/master/Python
Solved Problem 6 and 8 same url
DeleteProblem 9 also solved : last part still remaining
Deleteall the problems solved almost
DeleteProb 1 Solved: https://github.com/mohitagarwal1/summer19coding/blob/master/prob1.py
ReplyDeleteprob 3 solved : https://github.com/mohitagarwal1/summer19coding/blob/master/prob3.py
Prob 5 solved : https://github.com/mohitagarwal1/summer19coding/blob/master/prob5.py
prob 2 (!voice input): https://github.com/mohitagarwal1/summer19coding/blob/master/search.py
DeleteProb 4:
Deletehttps://github.com/mohitagarwal1/summer19coding/blob/master/prob4.py
problem 8(!voice note) : https://github.com/mohitagarwal1/summer19coding/blob/master/prob8.py
Deleteprob 1 https://github.com/urvashi04/python-task/blob/master/age.py
ReplyDeleteprob 3 https://github.com/urvashi04/python-task/blob/master/list.py
PROBLEM 1:https://github.com/rohitagarwal28/python-code/blob/master/p1.py
ReplyDeletePROBLEM 3:https://github.com/rohitagarwal28/python-code/blob/master/p3.py
PROBLEM 5:https://github.com/rohitagarwal28/python-code/blob/master/p5.py
Arpit
ReplyDeleteProblem 1(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem1.py
Problem 2(i)(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem2(i).py
Problem 3(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem3.py
Problem 5(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem5.py
Problem 4(Completed) : https://github.com/ARPIT443/Python/blob/master/8Jun-problem4.py
DeleteSolution1 :- https://github.com/chetangaur/Adhoc/blob/master/Problem1.py
ReplyDeleteSolution2 :- https://github.com/chetangaur/Adhoc/blob/master/Problem2.py
Solution3:- https://github.com/chetangaur/Adhoc/blob/master/Problem3.py
https://github.com/chetangaur/Adhoc/blob/master/problem6.py
DeleteCHETAN GAUR
solution 1 ) https://github.com/isnam01/python/blob/master/problem1.py
ReplyDeletesolution 3 ) https://github.com/isnam01/python/blob/master/problem3.py
solution 4 ) https://github.com/isnam01/python/blob/master/problem4.py
solution 5 ) https://github.com/isnam01/python/blob/master/problem5.py
All problems from 1 to 5 are completed : https://github.com/parth025sharma/19pythonML
ReplyDeleteproblem 1 :https://github.com/deekshadaga/python/blob/master/problem1.py
ReplyDeleteproblem 2 :https://github.com/deekshadaga/python/blob/master/problem2.py
problem 3 :https://github.com/deekshadaga/python/blob/master/problem3.py
problem 4 :https://github.com/deekshadaga/python/blob/master/problem4.py
problem 5 :https://github.com/deekshadaga/python/blob/master/problem5.py
This comment has been removed by the author.
ReplyDeleteProblem 1 : https://github.com/rjjrishabh29/Python/blob/master/age_95.py
ReplyDeleteProblem 2 : https://github.com/rjjrishabh29/Python/blob/master/google_search.py
Problem 3 : https://github.com/rjjrishabh29/Python/blob/master/list.py
Problem 4 : https://github.com/rjjrishabh29/Python/blob/master/useradd.py
Problem 5 : https://github.com/rjjrishabh29/Python/blob/master/greetaspertime.py
Problem1:https://github.com/Smriti5/python/blob/master/problem1.py
ReplyDeleteProblem3:https://github.com/Smriti5/python/blob/master/problem3.py
Problem5:https://github.com/Smriti5/python/blob/master/problem5.py
problem4:https://github.com/Smriti5/python/blob/master/problem4.py
Deleteproblem1:https://github.com/tanusharma22/tt/blob/master/problem1.py
ReplyDeleteproblem2(i):https://github.com/tanusharma22/tt/blob/master/problem2.py
problem3:https://github.com/tanusharma22/tt/blob/master/problem3.py
problem4:https://github.com/tanusharma22/tt/blob/master/problems4.py
problem5:https://github.com/tanusharma22/tt/blob/master/problem5.py
problem1------->>>>>>>https://github.com/ujjusharma/python3-challanges/blob/master/problem1.py
ReplyDeleteproblem2----->>>>>https://github.com/ujjusharma/python3-challanges/blob/master/problem2.py
Deleteproblem3--------->>>>>>https://github.com/ujjusharma/python3-challanges/blob/master/problem3.py
Deleteproblem1--->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb1.py
ReplyDeleteproblem3-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb3.py
problem4-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb4.py
problem5-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prb5.py
prob6-->https://github.com/agarwalsourabh55/pythonrepo/blob/master/prob6.py
Deleteproblem 1 :https://github.com/omendra15/ADHOC-19-PythonCodes/p1.py
ReplyDeleteproblem 2(keyboard) :https://github.com/omendra15/ADHOC-19-PythonCodes/p2.py
problem 3 :https://github.com/omendra15/ADHOC-19-PythonCodes/p3.py
problem 4:https://github.com/omendra15/ADHOC-19-PythonCodes/p4.py
problem 5 :https://github.com/omendra15/ADHOC-19-PythonCodes/p5.py
Problem 1:https://github.com/RiddhimGupta/Python/blob/master/problem1.py
ReplyDeleteProblem 2:https://github.com/RiddhimGupta/Python/blob/master/problem2.py
Problem 3:https://github.com/RiddhimGupta/Python/blob/master/problem3.py
Problem 4:https://github.com/RiddhimGupta/Python/blob/master/problem4.py
Problem 5:https://github.com/RiddhimGupta/Python/blob/master/problem5.py
Problem 9:https://github.com/RiddhimGupta/Python/blob/master/problem9.py
DeleteProblem 1 : https://github.com/chiragm24/Python3Challanges/blob/master/prob1.py
ReplyDeleteProblem 3 : https://github.com/chiragm24/Python3Challanges/blob/master/prob3.py
Problem 4 : https://github.com/chiragm24/Python3Challanges/blob/master/prob4.py
Problem 5 : https://github.com/chiragm24/Python3Challanges/blob/master/prob5.py
Problem1:https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge1.py
ReplyDeleteProblem3:https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge3.py
Problem4:https://github.com/deepakbairagi/pythonAssignments19/blob/master/chall4.py
Problem5:https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge5.py
Problem 1:https://github.com/sid0310/python/blob/master/p1.py
ReplyDeleteProblem 2:https://github.com/sid0310/python/blob/master/g.py
Problem 3:https://github.com/sid0310/python/blob/master/p3.py
Problem 4:https://github.com/sid0310/python/blob/master/add.py
Problem 5:https://github.com/sid0310/python/blob/master/p5.py
https://github.com/bksraj8481/summer19pyb2/blob/master/fifth.py
ReplyDeletehttps://github.com/bksraj8481/summer19pyb2/blob/master/second.py{not speech to text)
https://github.com/bksraj8481/summer19pyb2/blob/master/thrd.py
https://github.com/bksraj8481/summer19pyb2/blob/master/fourth.py
https://github.com/bksraj8481/summer19pyb2/blob/master/fifth.py
@Shreya Sharma
ReplyDeletePROBLEM 1,2,3,5 (solved)
https://github.com/shree026/python
Girish
ReplyDeletepython task problem (1,2,3,5)
https://github.com/grshprajapat/summer2k19/tree/master/summmer19/python_task19
problem 4
ReplyDeletehttps://github.com/dmayankjain/coding/blob/master/prob4.py
problem 29(!voice)
https://github.com/dmayankjain/coding/blob/master/prob2.py
Problem 1 Solved -- > https://github.com/Ankit551996/python3/blob/master/problem1.py
ReplyDeleteProblem 2 Solved --> https://github.com/Ankit551996/python3/blob/master/problem2.py
Problem 3 Solved --> https://github.com/Ankit551996/python3/blob/master/problem3.py
Problem 4 Solved --> https://github.com/Ankit551996/python3/blob/master/problem4.py
Problem 5 Solved --> https://github.com/Ankit551996/python3/blob/master/problem5.py
Aditikabra20
ReplyDeleteproblem 1: https://github.com/Aditikabra20/python/blob/master/8problem1.py
problem 2: https://github.com/Aditikabra20/python/blob/master/8juneproblem2(i).py
problem 3: https://github.com/Aditikabra20/python/blob/master/8juneproblem3.py
problem 4: https://github.com/Aditikabra20/python/blob/master/8juneproblem4.py
problem 5: https://github.com/Aditikabra20/python/blob/master/8juneproblem5.py
Problem 1: (done) (8june1.py)
ReplyDeleteProblem2:(done) (8june3.2a.py)
Problem3:(done) (8june3.py)
Problem4:(done) (8june4.py)
Problem5:(done) (8june5.py)
https://github.com/nampy3/ncoder/
problem 6(done)
Deleteproblem 7(done)
problem 8(done)
problem 9(done )
problem 11(done)
problem 12(done)
problem# https://github.com/sk4201/summer19py/blob/master/problem1.py
ReplyDeleteprogram3 : https://github.com/sk4201/summer19py/blob/master/problem2.py
Deletehttps://github.com/urvashi04/python-task/blob/master/greet.py
ReplyDeleteThis comment has been removed by the author.
ReplyDeletehttps://github.com/25prateek/python/blob/master/problem1.py
ReplyDeletehttps://github.com/25prateek/python/blob/master/problem2.py
https://github.com/25prateek/python/blob/master/problem3.py
https://github.com/25prateek/python/blob/master/problem4.py
Deletehttps://github.com/25prateek/python/blob/master/problem5.py
1-- https://github.com/snehamathur01/coding/blob/master/age
ReplyDelete3-- https://github.com/snehamathur01/coding/blob/master/list.py
This comment has been removed by the author.
ReplyDeleteProblem1- https://github.com/tanishka99/python_tasks/blob/master/problem1.py
ReplyDeleteProblem2- https://github.com/tanishka99/python_tasks/blob/master/problem2.py
Problem3- https://github.com/tanishka99/python_tasks/blob/master/problem3.py
Problem5- https://github.com/tanishka99/python_tasks/blob/master/problem5.py
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteProblem 1 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem1)
ReplyDeleteproblem 2 (i) completed(https://github.com/nidjaj/python-code-summertraining/blob/master/problem%202)
Problem 3 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem%203)
Problem 5 completed (https://github.com/nidjaj/python-code-summertraining/blob/master/problem5)
1-- https://github.com/snehamathur01/coding/blob/master/age
ReplyDelete3-- https://github.com/snehamathur01/coding/blob/master/list.py
4--https://github.com/snehamathur01/coding/blob/master/adduser
5--https://github.com/snehamathur01/coding/blob/master/greeting%20with%20name
https://github.com/Himani200/Python/blob/master/problem1.py
ReplyDeletehttps://github.com/Himani200/Python/blob/master/problem2.py
https://github.com/Himani200/Python/blob/master/problem3.py
https://github.com/Himani200/Python/blob/master/problem5.py
problem 5:
ReplyDeletehttps://github.com/khushimittal0108/adhocnw_python/blob/master/problem5.py
problem 1: https://github.com/khushimittal0108/adhocnw_python/blob/master/problem1.py
Deleteproblem 2:
Deletehttps://github.com/khushimittal0108/adhocnw_python/blob/master/problem2.py
problem 3:
https://github.com/khushimittal0108/adhocnw_python/blob/master/problem3.py
problem 1 (Considering the case of brithday occurence) :
Deletehttps://github.com/khushimittal0108/adhocnw_python/blob/master/problem1imp.py
problem 4:
Deletehttps://github.com/khushimittal0108/adhocnw_python/blob/master/problem4.py
problem 11( Reciever ) :
Deletehttps://github.com/khushimittal0108/adhocnw_python/blob/master/problem11recv.py
problem 11( Sender ) :
https://github.com/khushimittal0108/adhocnw_python/blob/master/problem11sender.py
Problem 1--> https://github.com/shrishtikala/python/blob/master/age.py
ReplyDeleteProblem 2--> https://github.com/shrishtikala/python/blob/master/prob2.py
Problem 3--> https://github.com/shrishtikala/python/blob/master/prob3.py
Problem 4--> https://github.com/shrishtikala/python/blob/master/problem4.py
Problem 5--> https://github.com/shrishtikala/python/blob/master/prob5.py
problem1:--https://github.com/SonalGupta-02/summer19-Python/blob/master/at_95.py
ReplyDeleteproblem2:--https://github.com/SonalGupta-02/summer19-Python/blob/master/search_google.py
problem3:--https://github.com/SonalGupta-02/summer19-Python/blob/master/list_i_ii.py
problem4:--https://github.com/SonalGupta-02/summer19-Python/blob/master/add_user.py
problem5:--https://github.com/SonalGupta-02/summer19-Python/blob/master/greeting.py
ANIRUDH SHARMA
ReplyDeletegithub-> https://github.com/Anirudhsh/
problem6
problem8
problem9 ---> https://github.com/Anirudhsh/Python3challenges/tree/master
All problems soled
Deleteproblem(1 to 9)
*voice i/p still remaining in problem2
https://github.com/Anirudhsh/Python3challenges
problem12 done->a page created which contains all the three top search qrcodes
Deletehttps://github.com/Anirudhsh/Python3challenges/blob/master/problem12.py
muskan bansal
ReplyDelete1.)python 1st problem : https://github.com/muskanbansal8/python-problem/blob/master/python_prob1.py
2.)(i)python 2nd prob : https://github.com/muskanbansal8/python-problem/blob/master/python_prob2
3.)python 3rd problem :https://github.com/muskanbansal8/python-problem/blob/master/python_prob3.py
other pending
Solution 1) https://github.com/ShivangeeSingh/python/blob/master/age.py
ReplyDeleteSolution 3) https://github.com/ShivangeeSingh/python/blob/master/List.py
Solution 4) https://github.com/ShivangeeSingh/python/blob/master/Character.py
Solution 5) https://github.com/ShivangeeSingh/python/blob/master/greet.py
probelm 1)https://github.com/harshbhardwaj5/python3-problems/blob/master/year_determinator
ReplyDeleteproblem 4 )https://github.com/harshbhardwaj5/python3-problems/blob/master/create_user_in%20linux_using_python
problem6 -> done (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem6.py)
ReplyDeleteproblem8 -> Code built but lack of tech(https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem8.py)
problem9 -> (https://github.com/piyushagarwal08/Adhoc-Python/blob/master/problem9.py)
Deleteproblem1--> done
ReplyDeleteproblem2 -->pending
problem3-->done
(https://github.com/neerajrathore926/task)
Problem 1 to 5
ReplyDeleteand Problem 2 (Voice input pending)
https://github.com/ayushsoni9784/Python-Codes
problem 1: https://github.com/dakuapraveen/python_problem_adhoc/blob/master/age_problem_1.py
ReplyDeleteproblem 3: https://github.com/dakuapraveen/python_problem_adhoc/blob/master/list_problem_3.py
problem 4:
https://github.com/dakuapraveen/python_problem_adhoc/blob/master/user.py
problem 5:
https://github.com/dakuapraveen/python_problem_adhoc/blob/master/time_problem_5.py
Tarini Tyagi
ReplyDeleteTask1 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task2.py
Task2 (partial completion) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task1.py
Task3 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task3.ipynb
Task4 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task4.py
Task5 (completed) https://github.com/Tarini-Tyagi/TryPython/blob/master/Task3.py
Python repository link - https://github.com/rishabh-19/Python
ReplyDeleteproblem1- done
ReplyDeleteproblem 2- done(voice input remaining)
problem3 -done
problem4 -done
problem5 -done
https://github.com/archit-55/Python
problem 1: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p1.py
ReplyDeleteproblem 2: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p2.py
problem 3: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p3.py
problem 4: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p4.py
problem 5: https://github.com/omendra15/ADHOC-19-PythonCodes/blob/master/p5.py
problem 1 done
ReplyDeletehttps://github.com/j-agrawal/coding/blob/master/problem1.py
problem 3 done
https://github.com/j-agrawal/coding/blob/master/problem3.py
problem 5 done
https://github.com/j-agrawal/coding/blob/master/python5.py
solution 1,2,3,5
ReplyDeletehttps://github.com/Dhaker15/Python
problem-1 solved -(https://github.com/Akshat111999/Python/blob/master/problem1.py)
ReplyDeleteproblem-3 solved -(https://github.com/Akshat111999/Python/blob/master/problem3.py)
problem-4 solved -(https://github.com/Akshat111999/Python/blob/master/problem4.py)
problem-5 solved -(https://github.com/Akshat111999/Python/blob/master/problem5.py)
problem 1 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem1.py
ReplyDeleteproblem 2 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem2.py
problem 3 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem3.py
problem 4 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem4.py
problem 5 :https://github.com/prakhar117/Adhoc-python-codes/blob/master/problem5.py
problem1: https://github.com/shubham570/python_prob/blob/master/problem1.py
ReplyDeleteproblem2(i): https://github.com/shubham570/python_prob/blob/master/prob2.py
problem3: https://github.com/shubham570/python_prob/blob/master/problem3.py
problem4 (partially) : https://github.com/shubham570/python_prob/blob/master/problem4.py
problem5: https://github.com/shubham570/python_prob/blob/master/problem5.py
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteproblem1=https://github.com/harsh5239/python/blob/master/problem1.py
ReplyDeleteproblem3=https://github.com/harsh5239/python/blob/master/problem3.py
problem5=https://github.com/harsh5239/python/blob/master/problem5.py
Problem 1: https://github.com/DEEPESH98/Python/blob/master/problem1.py
ReplyDeleteProblem 2: https://github.com/DEEPESH98/Python/blob/master/problem2.py
Problem 3: https://github.com/DEEPESH98/Python/blob/master/problem3.py
Problem 5: https://github.com/DEEPESH98/Python/blob/master/problem5.py
https://github.com/prabal255/pythonprograms/blob/master/program6.py
ReplyDeletehttps://github.com/prabal255/pythonprograms/blob/master/program7.py
not complete
Problem_1 to Problem_2
ReplyDeleteGithub :-
https://github.com/harshmangal1108/python_adhoc
Problem 6-8 : https://github.com/tarunsharma1999/summertraining-python/tree/master/11june
ReplyDeleteproblem 8 : voice output still pending.
Problems solved
ReplyDeleteProblem 1:(solved): https://github.com/dockerusershiv/SummerPy19/blob/master/problem1.py
Problem 2:(voice input left):https://github.com/dockerusershiv/SummerPy19/blob/master/problem2.py
Problem3:(solved):https://github.com/dockerusershiv/SummerPy19/blob/master/problem3.py
Problem 5:(solved):https://github.com/dockerusershiv/SummerPy19/blob/master/problem5.py
problem 1 solved ( https://github.com/vyspriyL/python/blob/master/problem%201 )
ReplyDeleteproblem2 solved (https://github.com/vyspriyL/python/blob/master/problem2)
problem 3 solved (https://github.com/vyspriyL/python/blob/master/problem3)
problem 5 solved(https://github.com/vyspriyL/python/blob/master/problem%205)
problem 4 solved (https://github.com/nidjaj/python-code-summertraining/blob/master/problem%204)
ReplyDeleteproblem(5)
ReplyDeletehttps://github.com/harshbhardwaj5/python3-problems/blob/master/probelm%205
problem (3)
https://github.com/harshbhardwaj5/python3-problems/blob/master/problem%203
This comment has been removed by the author.
ReplyDeleteproblem 1 to 5 : https://github.com/mohit266/python-problems
ReplyDeleteProblem 1-https://github.com/AtharvaB12/My-Codes/blob/master/Task1.py
ReplyDeleteProblem 2-https://github.com/AtharvaB12/My-Codes/blob/master/task2.py
Problem 3-https://github.com/AtharvaB12/My-Codes/blob/master/task3.py
Problem 4-https://github.com/AtharvaB12/My-Codes/blob/master/task4.py
Problem 5-https://github.com/AtharvaB12/My-Codes/blob/master/task5.py
Problem 1-https://github.com/ashnaagrawal/python/blob/master/prblm1.py
ReplyDeleteProblem 3-https://github.com/ashnaagrawal/python/blob/master/prblm3.py
Problem 5-https://github.com/ashnaagrawal/python/blob/master/prblm5.py
https://github.com/rudresh98/python/blob/master/program1.py
ReplyDeletehttps://github.com/rudresh98/python/blob/master/program2.py
https://github.com/rudresh98/python/blob/master/program3.py.txt
https://github.com/rudresh98/python/blob/master/program4.py
https://github.com/rudresh98/python/blob/master/program5.py
Hi I am Dangs.....
ReplyDeleteQ6 = Done
https://github.com/sheldoncooper07/Python_Assignment_Submission
Problem 1 solved : https://github.com/prayasshrivastava/Python-Programming/blob/master/Name%26age.py
ReplyDeleteproblem 3 solved : https://github.com/prayasshrivastava/Python-Programming/blob/master/List.py
Problem 5 solved : https://github.com/prayasshrivastava/Python-Programming/blob/master/Datetime.py
BHAWNA GOYAL
ReplyDeleteProblem1 - solved -https://github.com/bhawna-goyal/coding1/blob/master/problem%201.txt
Problem2 - 50% - https://github.com/bhawna-goyal/coding1/blob/master/problem2.py.txt
Problem3 - solved -https://github.com/bhawna-goyal/coding1/blob/master/PROBLM3.py.txt
Problem4 - solved -https://github.com/bhawna-goyal/coding1/blob/master/PROBLEM4.PY
Problem5 - solved -https://github.com/bhawna-goyal/coding1/blob/master/problem5.py
Problem3 - solved - https://github.com/Harshitapareek/python-/new/master
ReplyDeleteProblem5- solved - https://github.com/Harshitapareek/python-/blob/master/problem5
problem 12 solved partially:https://github.com/shvamabps/pythonbased/blob/master/problem12.py
ReplyDeleteproblem 5 completed
ReplyDeletehttps://github.com/mukulsingh94868/python
problem 10 completed
ReplyDeletehttps://github.com/mukulsingh94868/python
problem 4: https://github.com/DEEPESH98/Python/blob/master/problem4.py
ReplyDeleteproblem1 :solved
ReplyDeleteproblem2 : solved
problem3 :solved
problem4 :solved
problem5 :solved
solution of all problems:>>>>> https://github.com/priyanshi1812/summer19pyb2.git
@Priyank Agarwal
ReplyDeleteproblem 8:-https://github.com/Crash-overloaded/Python/blob/master/problem8.py
problem 9:-https://github.com/Crash-overloaded/Python/blob/master/problem9try3.py
(Problem 9 excluding 4th condition)
problem 1,2,4,5 solved
ReplyDelete@sharmapradyumn
link "https://github.com/sharmapradyumn/PYTHON-Adhoc.git"
https://github.com/chahatparnami/python/commit/db8946131c3979606dc60189bfb83ebdd63f5e07
ReplyDeletehttps://github.com/chahatparnami/python/commit/cb1fb40db4be57e89a1c3799648022e4f6824b4d
https://github.com/chahatparnami/python/commit/42b1e0e2a19e619e6a898ee1b70e9ed80b1cb5f0
https://github.com/chahatparnami/python/commit/dd728426165a394b8c73a1867b7673af2b8e8062
https://github.com/madhavdwivedi/Python/blob/master/problem1.py
ReplyDeletehttps://github.com/madhavdwivedi/Python/blob/master/problem3.py
https://github.com/madhavdwivedi/Python/blob/master/problem5.py
Q7 -- Done
ReplyDeletehttps://github.com/sheldoncooper07/Python_Assignment_Submission
Task-1 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%201.txt
ReplyDeleteTask-2 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%202.txt
Task-3 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%203.txt
Task-5 https://github.com/YashasviBhatt/summer19trainingCodingTasks/blob/master/Task%205.txt
problem 11)
ReplyDeletesender side:
https://github.com/harshbhardwaj5/python3-problems/blob/master/sen.py(sender%20prob.11)
reciever side:
https://github.com/harshbhardwaj5/python3-problems/blob/master/rec.py(problem11%20reciever)
its probelm 10) part i and II
Deleteproblem1:https://github.com/anuja-dadheech/python/blob/master/problem1.py
ReplyDeleteproblem3:https://github.com/anuja-dadheech/python/blob/master/problem3.py
problem5:https://github.com/anuja-dadheech/python/blob/master/problem5.py
Problem 1 - 5 -- Completed -- GitHub Link already published.
ReplyDeleteProblem 6 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem6.py)
Problem 7 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem7.py)
Problem 8 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem8.py)
Problem 9 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/blob/master/Problem9.py)
Problem 10 -- Completed -- (https://github.com/Abhinaay/Python-Challenges-Adhoc/tree/master/Problem10)
Deleteproblem 12 - (partial) -- https://github.com/YashVSharma/codingTasks/blob/master/prb12.py
ReplyDeleteproblem 11 - sender -- https://github.com/YashVSharma/codingTasks/blob/master/sender.py
problem 11- reciver -- https://github.com/YashVSharma/codingTasks/blob/master/rec.py
challenge 11 done
ReplyDeletehttps://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge11_client.py
https://github.com/deepakbairagi/pythonAssignments19/blob/master/challenge11_server.py
1. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task1.py
ReplyDelete3. (check https://github.com/git-siddhesh/python-tasks/blob/master/task3.py
4. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task4.py
5. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task5.py
6. (check) https://github.com/git-siddhesh/python-tasks/blob/master/task6.py
8. ---- https://github.com/git-siddhesh/python-tasks/blob/master/task8.py
9. ----- https://github.com/git-siddhesh/python-tasks/blob/master/task9.py
Problem-4 https://github.com/tanishka99/python_tasks/blob/master/problem4.py
ReplyDeleteproblem(5,6,7,8) all completed
ReplyDeletehttps://github.com/mukulsingh94868/python
problem3 completed
ReplyDeleteproblem4 completed
https://github.com/mukulsingh94868/python
https://github.com/harshulgupt/Python/blob/master/age.py
ReplyDeletehttps://github.com/harshulgupt/Python/blob/master/search.py
https://github.com/harshulgupt/Python/blob/master/greetings.py
https://github.com/harshulgupt/Python/blob/master/array.py
@pradyumn
ReplyDeleteproblem6"--https://github.com/sharmapradyumn/PYTHON-Adhoc/blob/master/reciver.py"
Solution 2) https://github.com/ShivangeeSingh/python/blob/master/google.py
ReplyDeletehttps://github.com/deveshshakya/summer19pyb2/blob/master/problem6.py
ReplyDeletehttps://github.com/deveshshakya/summer19pyb2/blob/master/problem8.py
Solution 6) https://github.com/ShivangeeSingh/python/blob/master/CAT.py
ReplyDeletehttps://github.com/gsiddharthgoyal67/python-tasks/blob/master/ageverify.py
ReplyDeleteproblem 11 : https://github.com/rohitagarwal28/python-code/blob/master/recv.py
ReplyDeletehttps://github.com/rohitagarwal28/python-code/blob/master/send.py
p2 (partially solved) :- https://github.com/rohitagarwal28/python-code/blob/master/p2.py
ReplyDeleteTarini Tyagi
ReplyDeleteProblem 6 [Completed] https://github.com/Tarini-Tyagi/TryPython/blob/master/problem6.txt
Problem 7 [Completed] https://github.com/Tarini-Tyagi/TryPython/blob/master/Prog-7.py
Problem 8 [Completed] https://github.com/Tarini-Tyagi/TryPython/blob/master/try.py
Problem 10 [Partially Completed]
https://github.com/Tarini-Tyagi/Learn-LinWin/blob/master/sender.py
https://github.com/Tarini-Tyagi/Learn-LinWin/blob/master/receiver.py