Python. Exercises and examples
Publisher Description
Python. Exercises and examples -Examples of exercises and practice problems in the Python programming language
This app includes a one-time purchase (not a subscription): permanent (forever) access to all comments, as well as turning off ads. The main content (all tasks and examples without comments) of the app is available for free.
1. Examples of solutions of exercises and practice problems in the Python programming language, including known algorithms (binary search, Euclidean algorithm, sieve of Eratosthenes, factorial calculation, Fibonacci series, finding the greatest common divisor and the least common multiple). Some examples contain detailed comments.
Sections: linear algorithms, conditions, cycles, strings, lists, dictionaries, functions, files.
2. Examples of using built-in functions of Python and methods of the base classes - strings, lists, dictionaries, sets, file objects.
Examples of exception handling, demonstration of the features of object-oriented programming in Python, examples of list comprehension.
3. Demonstration of the base features of a number modules of the Python standard library - datetime, calendar, time, random, os and os.path.
About Python. Exercises and examples
The company that develops Python. Exercises and examples is plustilino. The latest version released by its developer is 1.0 .
To install Python. Exercises and examples on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2023-12-03 and was downloaded 1 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Python. Exercises and examples as malware as malware if the download link to info.younglinux.pythonexercises is broken.
How to install Python. Exercises and examples on your Android device:
- Click on the Continue To App button on our website. This will redirect you to Google Play.
- Once the Python. Exercises and examples is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
- A pop-up window with the permissions required by Python. Exercises and examples will be shown. Click on Accept to continue the process.
- Python. Exercises and examples will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.
Program Details
System requirements
Download information
Pricing
Version History
version
posted on 2023-12-03
-
version 2022.04
posted on 2023-10-26
Design change
version 2022.03_2
posted on 2022-03-31
Troubleshooting the application
version
posted on 2021-08-26
Explanations have been added to the exercises.
version
posted on 2021-01-12
In the section "Examples -> Built-in Functions" added examples of how OOP-related functions work: hasattr, getattr, setattr, delattr, isinstance, issubclass, classmethod, staticmethod
version
posted on 2020-09-14
Instead of the main activity, a slide-out menu on the left
version
posted on 2020-09-03
You can select the language in the menu: English or Russian
version
posted on 2020-07-29
Added "Modules" section
version
posted on 2020-07-15
Added methods of strings, lists, dictionaries and sets
version
posted on 2020-06-28
Several examples added