0

Question for you!

How do you understand”python” program i’m understand but not all and what is the essence Python and what we can do with this program??? If you can explain me,I’ll be glad

19th Mar 2025, 11:02 PM
Kerem Durdyew
6 Answers
+ 5
Kerem Durdyew , Python is good choice for beginners as it's syntax is simple and easy.... comparing other languages... And python used in various fields like used in web development, data science, artificial intelligence, automation, game development, cybersecurity, and even IoT... It's fun to learn...have a happy learning journey:-)
19th Mar 2025, 11:14 PM
Riya
Riya - avatar
+ 1
Thank u you helped me
19th Mar 2025, 11:17 PM
Kerem Durdyew
+ 1
So python is very easy language it contains easy syntax. Language english sentences. It can be used in web development, software development, machine computing... It is object oriented, simple syntax...
20th Mar 2025, 6:48 PM
Forever Greenery
Forever Greenery - avatar
0
Kerem Durdyew 2 key aspects of Python make it easy to learn and use 👉 Keyword usage which makes it closer to pseudo-code English 👉 Use of indenting instead of various brackets to indicate code blocks But you need to pay special attention to that 2nd point, Because uneven indenting can break up a code block. For that reason, Python is one language where it is recommended to use tab instead of multiple spaces for Indenting.
20th Mar 2025, 2:42 AM
Shardis Wolfe
0
Here is the answer bro Python is a high-level, versatile programming language known for its simplicity and readability. It is widely used because it allows programmers to write code in fewer lines compared to other languages like C++ or Java. Essence of Python 1. Easy to Learn & Use – Python's syntax is similar to English, making it beginner-friendly. 2. Interpreted Language – Python runs code line by line, making debugging easier. 3. Dynamically Typed – No need to declare variable types (int, string, etc.). 4. Extensive Libraries – Python has tons of built-in modules for various tasks. 5. Cross-Platform – Works on Windows, macOS, Linux, and even mobile devices. What Can You Do with Python? Python is used in many fields, including: 1. Web Development – Frameworks like Django and Flask help create websites. 2. Data Science & AI – Libraries like NumPy, Pandas, and TensorFlow help analyze data and build AI models. 3. Game Development – Pygame helps in building 2D games. 4. Automation & Scrip
20th Mar 2025, 1:52 PM
SHASHWAT PANDEY
SHASHWAT PANDEY - avatar
0
Kerem Durdyew Python is a simple yet powerful programming language used for: 1.Web development (Django, Flask) 2. Data science & AI (Pandas, TensorFlow) 3. Automation & scripting 4. Game development & cybersecurity If you don’t understand everything yet, that’s normal Keep practicing and use these resources: Sololearn – Interactive lessons W3Schools (w3schools.com) – Beginner-friendly tutorials YouTube – Channels like Programming with Mosh & freeCodeCamp Try small projects and keep experimenting you’ll improve over time
21st Mar 2025, 12:08 PM
Fatima Abdullah
Fatima Abdullah - avatar