πŸ‘©β€πŸ’» 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
#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)
1. Python3 program to add two numbers

num1 = 15
num2 = 12

# Adding two nos

sum = num1 + num2

# printing values

print("Sum of {0} and {1} is {2}" .format(num1, num2, sum))


@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