πŸ‘©β€πŸ’» 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
Python Tricks And Tips Magazine: Gain Insider Skills : Advanced Guides & Tips

Author: Mehedi Hzn Press Publications
Pub year: 2021

#python #english
*

Building Tic-Tac-Toe with Pygame Tutorial
Pygame is a useful python module that allows you to build graphical interfaces. It is great for python beginners to use and can lead to many interesting projects.

#python #sourceCode #sampleCode #pygame #project #game
Drawing Kaleidoscope Pictures with Pygame
A very simple project to make a Kaleidoscope image using Python.
Good for practice program.

#python #sourceCode #sampleCode #pygame #random