Web-and-Mobile-Applications-Development-1
Web-and-Mobile-Applications-Development-1
GRADING SYSTEM:
1
17/10/2023
GRADING SYSTEM:
Range Grade
97-100 1.00
94 – 96 1.25
91 – 93 1.50
88 – 90 1.75
85 – 87 2.00
82 – 84 2.25
79 – 81 2.50
76 – 78 2.75
75 3.00
74 and below 5.00
University Vision
2
17/10/2023
University Mission
3
17/10/2023
Introduction to Python
What is Python?
4
17/10/2023
5
17/10/2023
7. Dynamic Typing: Python is dynamically typed, meaning you don't need to declare variable
types explicitly. Types are determined at runtime.
8. Versatile Applications:
Web Development: Python is used to build web applications and websites. Popular web
frameworks like Django and Flask make web development in Python efficient and
straightforward.
Data Science and Machine Learning: Python is widely used in data analysis and machine
learning. Libraries such as NumPy, Pandas, and scikit-learn are popular for data
manipulation and analysis.
Scientific Computing: Python is used in scientific research and computational tasks.
Libraries like SciPy and Matplotlib are commonly used in this domain.
Automation and Scripting: Python is well-suited for automating repetitive tasks and writing
scripts.
6
17/10/2023
Features of Python
Features of Python
7
17/10/2023
Features of Python
Features of Python
11. Portability: Python code can often be easily migrated between different
platforms and environments, ensuring long-term sustainability.
12. Robust Exception Handling: Python provides robust support for handling
exceptions and errors, making it easier to write reliable and fault-tolerant
code.
13. Scalability: While Python may not be as performant as lower-level
languages, its performance can be improved with various techniques, and it's
well-suited for many applications, especially when performance isn't a
primary concern.
8
17/10/2023
YouTube
Google
Instagram
Reddit
Spotify
Dropbox
Quora
Installing Python
1. Go to the Python website: Open your web browser and visit the official
Python website at https://www.python.org/. You should download the latest
stable version of Python, which should be prominently displayed on the
website.
2. Download Python:
Click on the "Downloads" menu at the top of the Python website.
Select the version of Python you want to download. For most users, the
recommended version is Python 3.x (e.g., Python 3.9). Python 2 is no longer
supported, so it's best to use Python 3.
Scroll down to the files section and choose the installer for your operating
system (Windows, macOS, or Linux).
9
17/10/2023
Installing Python
3. Windows Installation:
For Windows, download the Windows installer (either 32-bit or 64-bit,
depending on your system).
Run the installer and follow the installation wizard.
Make sure to check the "Add Python to PATH" option during installation.
This will allow you to run Python from the command prompt easily.
10
17/10/2023
Introduction
11
17/10/2023
1. Installation:
To get started with Visual Studio Code, you need to install it on your
computer. It's available for Windows, macOS, and Linux. You can
download the installer from the official website: Visual Studio Code
Download.
12