Learn Python

Learn Python

ऑनलाइन कंपाइलर और क्विज़ के साथ अजगर जानें!

अनुप्रयोग की जानकारी


2.0.7
December 04, 2024
Android 5.1+
Everyone
Get Learn Python for Free on Google Play

Advertisement

ऐप विवरण


एंड्रॉइड ऐप विश्लेषण और समीक्षा: Learn Python, Codeliber द्वारा विकसित। शिक्षा श्रेणी में सूचीबद्ध। वर्तमान संस्करण 2.0.7 है, 04/12/2024 पर अपडेट किया गया है। Google Play पर उपयोगकर्ताओं की समीक्षा के अनुसार: Learn Python। 215 हज़ार इंस्टॉल से अधिक हासिल किया। Learn Python में वर्तमान में 3 हज़ार समीक्षाएं हैं, औसत रेटिंग 4.8 सितारे

मुक्त के लिए इस एप्लिकेशन के साथ पायथन जानें।

60+ पायथन पाठ और ऑनलाइन संकलक के साथ अजगर जानें।

यह पायथन ट्यूटोरियल आपको पायथन की मूल और उन्नत अवधारणाओं को सिखाएगा।

हर पाठ में, स्पष्टीकरण हैं, उदाहरण के लिए इसे आज़माएं कार्यक्षमता के साथ उदाहरण जो आपको प्रभावी ढंग से मदद करते हैं पायथन को कोड करना सीखें ।

विशेषताएं:
1. पायथन सीखने के लिए विस्तृत स्पष्टीकरण।
2. पायथन को 320+ उदाहरणों के साथ जानें।
3. निर्मित कम्पाइलर।
3. हर उदाहरण के साथ खुद को आज़माएं।
4. संकलक और वाक्य रचना हाइलाइटिंग के साथ कोड संपादक जो आपको अपने भंडारण से फ़ाइलों को खोलने और सहेजने की अनुमति देता है।
5. क्विज़। 282 क्विज आइटम के साथ खुद को चुनौती दें।
6. आप अपने प्रमाण पत्र को कहीं भी साझा कर सकते हैं।

पूर्णता का प्रमाण पत्र प्राप्त करने के लिए 100% लर्निंग प्रोग्रेस प्राप्त करें।

हर पाठ के बाद क्विज़ होता है जो आपके लर्निंग प्रोग्रेस को बेहतर बनाता है।

आप किस का इंतजार कर रहे हैं? अब पायथन स्थापित करें और सीखें।
हम वर्तमान में संस्करण 2.0.7 की पेशकश कर रहे हैं। यह हमारा नवीनतम, सबसे अनुकूलित संस्करण है। यह कई अलग -अलग उपकरणों के लिए उपयुक्त है। Google Play Store या अन्य संस्करणों से सीधे Apk मुफ्त डाउनलोड करें जिन्हें हम होस्ट कर रहे हैं। इसके अलावा, आप पंजीकरण के बिना डाउनलोड कर सकते हैं और कोई लॉगिन की आवश्यकता नहीं है।

हमारे पास बहुत सारे विकल्पों के साथ Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... के लिए 2000+ से अधिक उपलब्ध डिवाइस हैं, आपके लिए आपके डिवाइस को फिट करने वाले गेम या सॉफ़्टवेयर का चयन करना आसान है।

यह काम आ सकता है अगर Google App Store पर आपके डिवाइस के किनारे से कोई देश प्रतिबंध या कोई प्रतिबंध है।

नया क्या है


* Fixed "Output" tab of the Editor not showing on right-to-left (RTL) devices.
* Improved layouts for right-to-left and tablet devices.
* Improved responsiveness when changing to landscape mode.

Google Play Store पर दर और समीक्षा


4.8
3,301 कुल
5 83.7
4 12.7
3 1.8
2 0
1 1.8

रेटिंग की कुल संख्या

के लिए रेटेड सक्रिय उपयोगकर्ताओं की कुल संख्या: Learn Python

स्थापित की कुल संख्या (*अनुमानित)

Google Play पर स्थापित कुल संख्या का अनुमान, रेटिंग की संख्या से अनुमानित और Google Play पर प्राप्त सीमाएं स्थापित करें.

हाल की टिप्पणियां

user
Thomas Block

So far it is undoubtedly the best app for learning Python I've tried. All information is in depth and easy even for my brain to understand (and thats saying something). There are not many ads at all. The video ads you can skip after 3 seconds and I only get like 2 of those a day. This is a really nice app and I have learned alot. I do recommend this to everyone who wishes to learn python.

user
Stone Wallup

Really great for people who don't know anything about Python. Short, clear, well-organized lessons. Easy to refer back to. So far all of the quizzes are multiple choice, which doesn't feel like it supports learning; an option to free-respond would probably better support that, but that's probably more difficult to set up and respond to in an app

user
Butterflywings011

I've tried other coding apps for python and other languages, this one is one of the best ones I've found for beginners, it's clear, simple and concise, easy to understand. Plus when you finish the quizzes, you get a certificate saying that you completed the whole thing. Plus it's free. I'd recommend this to anyone starting out.

user
Nick Prior

Like CodeLiber's other apps, this app is very user-friendly and easy to navigate, with a nice UI. However, there are some issues with this app's content. For example, the word "object" is used in a lesson before its meaning is explained, and the notation for a set is used in a lesson before sets have been introduced. Also, the lesson on sets first says that they are immutable (i.e. can't add, remove, or change items), but then says that they are mutable, and describes how to add items to them.

user
Mohit Kumar

Only one problem which is, we can give quiz once only. It does not allow you to give same quiz more than one time, if you want to test your knowledge of previous topics by taking quiz i.e. you have already taken. This app doesn't allow you to do this. Apart from all these things this is very good app, Very helpful to learn new things. Thank you

user
Mohammed Shakil

"THE BEST python coding app there is!." Absolutetly everthing for starting to code in python is explained very well in simple to understand terms. More advanced concepts are gradually introduced and nothing is rushed. Also the user interface is superb - very pleasing to the eye. I Cannot find anything to be critical of. Other apps on python do not compare to this one - this is the app to get.

user
Yisihak Addisu

It's really a great app to learn effectively. I learned HTML, CSS and some Javascript with this app. And I am an intermediate web designer. And I don't qualify to be a front-end web developer because I don't know node.js, angular.js or react.js. I am waiting for codeliber to release these apps. Please release those apps as much as possible. Thank you!!

user
Aditya Aryan

Whatever you need it's here - a free python app - a lightweight app - easy to use - simple, concise and easy to understand - extremely beginner friendly, with every single lesson comes examples and quiz. - you can even program there, though I can't say 100%, as I am a newbie to coding too. I would really recommend if you are a beginner and want everything in one place. I am not sure if Devs are working on any other language like java or lua. Thanks.