Posts

Showing posts from July, 2020

Top 5 Programming Languages To Start with

Image
Top 5 Programming Language In 2020 To Start: Learning a programming language is always special for everyone. We get attached to it and it sticks with us forever. If one is new to the field of software development is to decide where to begin because of lots of sub fields and technologies (like web development, Application development , ML & AI, System design, blockchain development etc.)  are available in this field. But you will choose the programming language which will be more suitable for you, your interests, and your career goals. Here are some best and most In-Demand programming languages which can be used in most of the use cases web, mobile, game development and more. C C++ Java SCALA R GO Ruby Swift Perl C# Python JavaScript PHP Objective C But among the above languages top 5 languages are listed below which can be started by a newbie.  1 . C / C++ : To understand the difference between C, C++, yo

Resistance Color Code Calculator

Image
Hello Every One This is my first post on a python project Resistance Color Code Calculator. Technology Used : Python 3, Tk i nter Software Used : Pycharm We can calculate the value of the resistance of a resistor from its color code value as  given below let us consider,                'a’  represents the  first band of resistor.                ‘ b’  represents the second band of resistor.                ‘ c’  represents the third multiplier band of resistor.                ‘ d’  represents the fourth tolerance band of resistor.      Then the resistance value is given by ,  We can implement the above thing in the form of a GUI (Graphical User Interface) using Tkinter library of python which gives styling to the interface as given in the following picture.                    The Code of the above GUI is given below from tkinter import * import tkinter.messagebox as tmsg from tkinter import ttk class Resistor: def __init__(self,root): self.root = root self.