πŸ‘©β€πŸ’» 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
β€πŸ’›πŸ’™What is a Variable?
Variables are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information. Their sole purpose is to label and store data in memory. This data can then be used throughout your program.πŸ§‘πŸ’šπŸ’œ
πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»
DATA TYPES
Variables come in all shapes and sizes. Some are used to store numbers, some are used to store text and some are used for much more complicated types of data.

*⃣The data types to know are:

⏺String (or str or text). Used for a combination of any characters that appear on a keyboard, such as letters, numbers and symbols.
*⃣Character (or char). Used for single letters.
⏹Integer (or int). Used for whole numbers.
⏺Float (or Real). Used for numbers that contain decimal points, or for fractions.
*⃣Boolean (or bool). Used where data is restricted to True/False or yes/no options.

*⃣⏺⏹ Different data types can occur in a real-life database example. In a film database, string links to title, float or real links to rating, integer links to times viewed and Boolean links to favourite.
In many programming languages variables must be declared before they can be used, for example:
πŸ“±πŸ“²πŸ“²πŸ“±πŸ“²πŸ“±πŸ“²πŸ“±πŸ“²πŸ“±πŸ“²
Visual Basic - dim score as int
Java – int score;
In some languages, such as Python, you can simply start using the variable without declaring it.
@learn_programming_coding
πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»πŸ–₯πŸ’»

WHY TO LEARN PYTHON?

πŸ”΄πŸ”΅Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it has fewer syntactical constructions than other languages.⚫βšͺ

πŸ”ΊπŸ”»Python is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Web Development Domain. I will list down some of the key advantages of learning Python:πŸ”»πŸ”Ί

β˜‘β˜‘β˜‘ Python is Interpreted βˆ’ Python is processed at runtime by the interpreter. You do not need to compile your program before executing it. This is similar to PERL and PHP.

β˜‘β˜‘β˜‘ Python is Interactive βˆ’ You can actually sit at a Python prompt and interact with the interpreter directly to write your programs.

β˜‘β˜‘β˜‘ Python is Object-Oriented βˆ’ Python supports Object-Oriented style or technique of programming that encapsulates code within objects.

β˜‘β˜‘β˜‘ Python is a Beginner's Language βˆ’ Python is a great language for the beginner-level programmers and supports the development of a wide range of applications from simple text processing to WWW browsers to games.
πŸ”»πŸ”ΊπŸ”»πŸ”ΊπŸ”»πŸ”ΊπŸ”»πŸ”ΊπŸ”»πŸ”ΊπŸ”»πŸ”Ί

πŸ”΄Characteristics of Python
Following are important characteristics of Python Programming βˆ’

βœ”It supports functional and structured programming methods as well as OOP.

βœ”It can be used as a scripting language or can be compiled to byte-code for building large applications.

βœ”It provides very high-level dynamic data types and supports dynamic type checking.

βœ”It supports automatic garbage collection.

βœ”It can be easily integrated with C, C++, COM, ActiveX, CORBA, and Java.
@learn_programming_coding
πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”·πŸ”ΆπŸ”ΆπŸ”·


βœ…β­•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