πŸ‘©β€πŸ’» Learn PROGRAMMING πŸ‘¨β€πŸ’»
6.54K 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
πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”ΆπŸ”·


βœ…β­•Applications of Pythonβ­•βœ…

πŸ”·πŸ”ΆAs mentioned before, Python is one of the most widely used language over the web. I'm going to list few of them here:

πŸ”ΉEasy-to-learn βˆ’ Python has few keywords, simple structure, and a clearly defined syntax. This allows the student to pick up the language quickly.πŸ”Έ

πŸ”ΈEasy-to-read βˆ’ Python code is more clearly defined and visible to the eyes.πŸ”Ή

πŸ”ΉEasy-to-maintain βˆ’ Python's source code is fairly easy-to-maintain.πŸ”Έ

πŸ”ΈA broad standard library βˆ’ Python's bulk of the library is very portable and cross-platform compatible on UNIX, Windows, and Macintosh.πŸ”Ή

πŸ”ΉInteractive Mode βˆ’ Python has support for an interactive mode which allows interactive testing and debugging of snippets of code.πŸ”Έ

πŸ”ΈPortable βˆ’ Python can run on a wide variety of hardware platforms and has the same interface on all platforms.πŸ”Ή

πŸ”ΉExtendable βˆ’ You can add low-level modules to the Python interpreter. These modules enable programmers to add to or customize their tools to be more efficient.πŸ”Έ

πŸ”ΈDatabases βˆ’ Python provides interfaces to all major commercial databases.πŸ”Ή

πŸ”ΉGUI Programming βˆ’ Python supports GUI applications that can be created and ported to many system calls, libraries and windows systems, such as Windows MFC, Macintosh, and the X Window system of Unix.πŸ”Έ

πŸ”ΉScalable βˆ’ Python provides a better structure and support for large programs than shell scripting.πŸ”Έ
@learn_programming_coding

πŸŸ«β¬œοΈβ¬›οΈπŸŸͺ🟦🟩🟨🟧πŸŸ₯πŸŸ«β¬œοΈβ¬›οΈπŸŸͺ🟦🟩🟨
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘¨β€πŸ’»How to download Python On WindowsπŸ‘©β€πŸ’»

βœ…Here are the steps to install Python on Windows machine.

1⃣Open a Web browser and go to https://www.python.org/downloads/.

2⃣Follow the link for the Windows installer python-XYZ.msi file where XYZ is the version you need to install.

3⃣To use this installer python-XYZ.msi, the Windows system must support Microsoft Installer 2.0. Save the installer file to your local machine and then run it to find out if your machine supports MSI.

4⃣Run the downloaded file. This brings up the Python install wizard, which is really easy to use. Just accept the default settings, wait until the install is finished, and you are done.

Join Here https://t.me/joinchat/USA_AOeOziA7NZqz
πŸ‘1
⭕️⭕️⭕️⭕️⭕️⭕️⭕️⭕️⭕️⭕️⭕️⭕️⭕️

πŸ‘©β€πŸ’»Python Install
Many PCs and Macs will have python already installed.πŸ‘¨β€πŸ’»

πŸ’»To check if you have python installed on a Windows PC, search in the start bar for Python or run the following on the Command Line (cmd.exe):

πŸ–₯C:\Users\Your Name>python --version
πŸ“²To check if you have python installed on a Linux or Mac, then on linux open the command line or on Mac open the Terminal and type:

python --version
⬇⬇⬇If you find that you do not have python installed on your computer, then you can download it for free from the following website: https://www.python.org/

πŸ–±βŒ¨Python Quickstart
Python is an interpreted programming language, this means that as a developer you write Python (.py) files in a text editor and then put those files into the python interpreter to be executed.βŒ¨πŸ–±

πŸ’½πŸ’ΎThe way to run a python file is like this on the command line:

C:\Users\Your Name>python helloworld.py
Where "helloworld.py" is the name of your python file.

πŸ–₯Let's write our first Python file, called helloworld.py, which can be done in any text editor.πŸ–₯

helloworld.py

πŸ–¨ print("Hello, World!") πŸ–¨
Simple as that. Save your file. Open your command line, navigate to the directory where you saved your file, and run:

πŸ’ΎC:\Users\Your Name>python helloworld.pyπŸ’Ύ

⬇The output should read:⬇

Hello, World!
πŸŽ‰πŸŽ‰πŸŽ‰Congratulations, you have written and executed your first Python program.πŸ†πŸ†
πŸŽ‰πŸŽ‰πŸŽ‰πŸŽŠπŸŽŠπŸ˜ŠπŸ‘βœ¨

πŸ”΄πŸŸ πŸŸ‘πŸŸ’πŸ”΅πŸŸ£βš«οΈβšͺ️🟀
Media is too big
VIEW IN TELEGRAM
Python Tutorial - Python for Beginners [Full Course]
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘1
Forwarded from Deleted Account
❇️How to Enable Desktop Notifications for Gmail in Windows 10.
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
⚜ We will be sharing a detailed guide on how to enable desktop notifications for Gmail. Let’s check out.

πŸ”ΉStep 1: First of all, open Google Chrome browser on login with your Gmail account.

πŸ”ΉStep 2: On the Gmail account, tap on the β€˜Gear’ icon.

πŸ”ΉStep 3: Next, click on the β€˜See all Settings’ option.

πŸ”ΉStep 4: Under the β€˜General’ tab, scroll down and find the β€˜Desktop Notifications’ section.

πŸ”ΉStep 5: Now you need to enable the option β€˜New mail notifications on.’ You can even select the β€˜Important mail notifications on’ if you want Gmail to notify only when an important message arrives in your inbox.

πŸ”ΉStep 6: Once done, click on the option β€˜Click here to enable desktop notifications for Gmail’.

πŸ”ΉStep 7: Now on the popup, select β€˜Allow.’

❗️Note: If you are not receiving the desktop notifications, you need to enable Google Chrome’s notification from the app settings. For that open Settings > System > Notifications & Actions > Google Chrome. Make sure that the notifications were turned on.

βœ… That’s it! You are done. This is how you can enable desktop notifications for Gmail.

Keep supporting us❀️,

βž–@learn_programming_codingβž–
πŸ‘2
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
πŸ‘¨β€πŸ«πŸ‘©β€πŸ«πŸ‘¨β€πŸ«πŸ‘©β€πŸ«πŸ‘¨β€πŸ«πŸ‘©β€πŸ«πŸ‘¨β€πŸ«πŸ‘©β€πŸ«πŸ‘¨β€πŸ«πŸ‘©β€πŸ«πŸ‘¨β€πŸ«πŸ‘©β€πŸ«πŸ‘¨β€πŸ«πŸ‘©β€πŸ«πŸ‘¨β€πŸ«

PYTHON IS ONE of the world’s most popular programming languages. In fact, it’s more so than ever. Python climbed from third place to tie for second in the latest ranking of programming language popularity published by the analyst firm RedMonk. It’s the first time that a language other than JavaScript, which remains number one in the firm’s ratings, or Java, the other runner-up, has entered the top two since RedMonk started compiling its rankings in 2012.