πŸ‘©β€πŸ’» Learn PROGRAMMING πŸ‘¨β€πŸ’»
6.53K subscribers
108 photos
10 videos
30 files
106 links
πŸ–₯Everything About Computer Science and CodingπŸ“²
πŸ“°News, Infographics, Quotes, Memes & Facts
πŸ’ΈYou can join us just for 0β‚Ή/0Β£/0€/0$
Admin: @Augustus_Caesar_Emperor_of_Rome
Download Telegram
Practice Code: 002

Accept a number from the user and return the sum of all natural numbers that are multiples of 5,7 less than the number entered by the user. Example --- Input: 15 --- 5, 7, 10, 14 and return 36

πŸ”₯Can you solve this? πŸ”₯
#python #practiceCode #samples #interviewQuestions #numbers
Practice Code: 003

In an array, that has been sorted in ascending order, but has been cyclically shifted, find the element that has the minimum element.
Example, [5, 6, 7, 8, 9, 10, 11, 1, 2, 3, 4]
Write an algorithm that optimally finds the minimum element in such an array.

««« Click here for solution »»»

πŸ”₯Ready to take this challenge? πŸ”₯

#python #practiceCode #samples #interviewQuestions #numbers #algorithm
#PracticeCode: 0005

Permutation: In mathematics, permutation is the act of arranging the members of a set into a sequence or order, or, if the set is already ordered, rearranging its elementsβ€”a process called permuting. Permutations differ from combinations, which are selections of some members of a set regardless of order.

Task:
Write a function, which determines whether one line is a permutation of another. Write an algorithm that optimally finishes the task.

««« Click here for the Solution »»»

πŸ”₯Ready to take this challenge? πŸ”₯

#python #practiceCode #samples #interviewQuestions #collections #dict #algorithm
Practice Code: 0004

Check if a palindrome can be created from a string entered by the user.
A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam, racecar, or the number 10801.

"madam" => true - is already a palindrome
"mamad" => true - can be made a palindrome
"sir" => false - cannot be made a palindrome

««« Click here for the Solution »»»

πŸ”₯Ready to take this challenge? πŸ”₯

#python #practiceCode #samples #interviewQuestions #numbers #algorithm
#PracticeCode: 0006

Task:
Given a line, the words in it are indicated with a space. Print words in descending order of their length.
Input: "My favourite programming language is Python.",
Output: "programming favourite language Python My is."

Use an optimal algorithm to solve this problem.

««« Click here for the Solution »»»

πŸ”₯Ready to take this challenge? πŸ”₯

#python #practiceCode #samples #interviewQuestions #collections #dict #algorithm
πŸ”°Full Python Course For Total BeginnersπŸ”°

πŸŒ€This course teaches you the fundamentals of any programming language, with Python 3.6 and Anaconda 5.0.0 with Jupyter Notebook!

⭕️Course Link - https://tinyurl.com/yzwge5t2

βž–
@learn_programming_codingβž–
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Intermediate Python Programming Course

Take your Python skills to the next level with this intermediate Python course. First, you will get a review of basic concepts such as lists, strings, and dictionaries, but with an emphasis on some lesser known capabilities. Then, you will learn more advanced topics such as threading, multiprocessing, context managers, generators, and more.

πŸ’» Code: https://github.com/python-engineer/py...​

πŸŽ₯ Course from Patrick Loeber. Check out his channel: https://www.youtube.com/channel/UCbXg...​

πŸ”— Written Tutorials from Patrick: https://www.python-engineer.com/cours...​

⭐️ Course Contents ⭐️
⌨️ (0:00:00​) Intro
⌨️ (0:00:56​) Lists
⌨️ (0:16:30​) Tuples
⌨️ (0:29:49​) Dictionaries
⌨️ (0:42:40​) Sets
⌨️ (0:58:44​) Strings
⌨️ (1:22:50​) Collections
⌨️ (1:36:43​) Itertools
⌨️ (1:51:50​) Lambda Functions
⌨️ (2:04:03​) Exceptions and Errors
⌨️ (2:20:10​) Logging
⌨️ (2:42:20​) JSON
⌨️ (2:59:42​) Random Numbers
⌨️ (3:14:23​) Decorators
⌨️ (3:35:32​) Generators
⌨️ (3:53:29​) Threading vs Multiprocessing
⌨️ (4:07:59​) Multithreading
⌨️ (4:31:05​) Multiprocessing
⌨️ (4:53:26​) Function Arguments
⌨️ (5:17:28​) The Asterisk (*) Operator
⌨️ (5:30:19​) Shallow vs Deep Copying
⌨️ (5:40:07​) Context Managers

--

Learn to code for free and get a developer job: https://www.freecodecamp.org​

Read hundreds of articles on programming: https://freecodecamp.org/news​

And subscribe for new videos on technology every day: https://youtube.com/subscription_cent...​
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Wishing You All A Very Happy Bengali New Year 2021 (Though it's year 1428 in Bengali Calendar)