Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 124

    SymPy – Substitution

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Python/Sympy
    • Post comments:0 Comments

    One of the most basic operations to be performed on a mathematical expression is substitution. The subs() function in SymPy replaces all occurrences of first parameter with second. >>> from…

    Continue ReadingSymPy – Substitution

    SymPy – Symbols

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Python/Sympy
    • Post comments:0 Comments

    Symbol is the most important class in symPy library. As mentioned earlier, symbolic computations are done with symbols. SymPy variables are objects of Symbols class. Symbol() function's argument is a string…

    Continue ReadingSymPy – Symbols

    SymPy – Numbers

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Python/Sympy
    • Post comments:1 Comment

    The core module in SymPy package contains Number class which represents atomic numbers. This class has two subclasses: Float and Rational class. Rational class is further extended by Integer class.…

    Continue ReadingSymPy – Numbers

    SymPy – Symbolic Computation

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Python/Sympy
    • Post comments:0 Comments

    Symbolic computation refers to development of algorithms for manipulating mathematical expressions and other mathematical objects. Symbolic computation integrates mathematics with computer science to solve mathematical expressions using mathematical symbols. A…

    Continue ReadingSymPy – Symbolic Computation

    SymPy – Introduction & Installation

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Python/Sympy
    • Post comments:0 Comments

    SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be…

    Continue ReadingSymPy – Introduction & Installation

    Android – Animations

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Android
    • Post comments:0 Comments

    Animation is the process of creating motion and shape change Animation in android is possible from many ways. In this chapter we will discuss one easy and widely used way…

    Continue ReadingAndroid – Animations

    Android – Alert Dialog

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Android
    • Post comments:0 Comments

    A Dialog is small window that prompts the user to a decision or enter additional information. Some times in your application, if you wanted to ask the user about taking…

    Continue ReadingAndroid – Alert Dialog

    Publishing Android Application

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Android
    • Post comments:0 Comments

    Android application publishing is a process that makes your Android applications available to users. Infect, publishing is the last phase of the Android application development process. Once you developed and…

    Continue ReadingPublishing Android Application

    Android – Phone Calls

    • Post author:S K S
    • Post published:August 23, 2021
    • Post category:Android
    • Post comments:0 Comments

    Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our application. This could easily be done by using implicit Intent…

    Continue ReadingAndroid – Phone Calls

    Android – Sending SMS

    • Post author:S K S
    • Post published:August 22, 2021
    • Post category:Android
    • Post comments:0 Comments

    In Android, you can use SmsManager API or devices Built-in SMS application to send SMS's. In this tutorial, we shows you two basic examples to send SMS message − SmsManager…

    Continue ReadingAndroid – Sending SMS
    • Go to the previous page
    • 1
    • …
    • 121
    • 122
    • 123
    • 124
    • 125
    • 126
    • 127
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP