Skip to main content

The Transformative Power of Artificial Intelligence: Shaping the Future

  The Transformative Power of Artificial Intelligence: Shaping the Future In the realm of technological advancements, few innovations have captured the world's imagination as much as Artificial Intelligence (AI). From science fiction to reality, AI has become a powerful force driving transformative changes across various industries and sectors. Its significance cannot be overstated, as it has the potential to reshape the way we live, work, and interact with our surroundings. In this blog, we delve into the importance of AI and explore the profound impact it has on our society. 1. Enhancing Efficiency and Productivity: One of the most apparent benefits of AI is its ability to boost efficiency and productivity across industries. By automating repetitive tasks, AI liberates human resources to focus on more complex and creative endeavors. Businesses can streamline processes, optimize resource allocation, and make data-driven decisions faster, resulting in cost savings and increased com...

Advance Git Commands with example on terminal | Git commands

 Explore repository

There is a Git repository named food-scripts consisting of a couple of food-related Python scripts.

Navigate to the repository using the following command:

cd ~/food-scripts

Now, list the files using the ls command. There are three files named favorite_foods.logfood_count.py, and food_question.py.

75dd0326f2eee979.png

Let's explore each file. Use the cat command to view each file.

  1. favorite_foods.log: This file consists of a list of food items. You can view it using the following command:

cat favorite_foods.log

Output:

47403089d228e2c1.png

  1. food_count.py: This script returns a list of each food and the number of times the food appeared in the favorite_foods.log file.

Let's execute the script food_count.py:

./food_count.py

Output:

1c36a02d5ebaef5d.png

  1. food_question.py: This prints a list of foods and prompts the user to enter one of those foods as their favorite. It then returns an answer of how many others in the list like that same food.

Run the following command to see the output of food_question.py script:

./food_question.py

Output:

5079d715c2f97126.png

Uh oh , this gives us an error. One of your colleagues reports that this script was working fine until the most recent commit. We'll be fixing this error later during the lab.

Understanding the repository

Let's use the following Git operations to understand the workflow of the repository:

  • git status
  • git log
  • git branch

Git status: This displays paths that have differences between the index file and the current HEAD commit; paths that have differences between the working tree and the index file; and paths in the working tree that are not tracked by Git. You can view the status of the working tree using the command: [git status]

git status

You can now view the status of the working tree.

Git log: This lists the commits done in the repository in reverse chronological order; that is, the most recent commits show up first. This command lists each commit with its SHA-1 checksum, the author's name and email, date, and the commit message.

You can see logs by using the following command:

git log

Output:

37aaa3162a88b121.png

Enter q to exit.

Git branch: Branches are a part of the everyday development process on the master branch. Git branches effectively function as a pointer to a snapshot of your changes. When you want to add a new feature or fix a bug, no matter how big or small, you spawn a new branch to encapsulate your changes. This makes it difficult for unstable code to get merged into the main codebase.

Configure Git

Before we move forward with the lab, let's configure Git. Git uses a username to associate commits with an identity. It does this by using the git config command. Set the Git username with the following command:

git config user.name "Name"

Replace Name with your name. Any future commits you push to GitHub from the command line will now be represented by this name. You can even use git config to change the name associated with your Git commits. This will only affect future commits and won't change the name used for past commits.

Let's set your email address to associate them with your Git commits.

git config user.email "user@example.com"

Replace user@example.com with your email-id. Any future commits you now push to GitHub will be associated with this email address. You can also use git config to change the user email associated with your Git commits.

Add a new feature

In this section, we'll be modifying the repository to add a new feature, without affecting the current iteration. This new feature is designed to improve the food count (from the file food_count.py) output. So, create a branch named improve-output using the following command:

git branch improve-output

Move to the improve-output branch from the master branch.

git checkout improve-output

Here, you can modify the script file without disturbing the existing code. Once modified and tested, you can update the master branch with a working code.

Now, open food_count.py in the nano editor using the following command:

nano food_count.py

Add the line below before printing for loop in the food_count.py script:

print("Favourite foods, from most popular to least popular")

Save the file by pressing Ctrl-o, the Enter key, and Ctrl-x. Then run the script food_count.py again to see the output:

./food_count.py

Output:

food_count_output.png

After running the food_count.py script successfully, commit the changes from the improve-output branch by adding this script to the staging area using the following command:

git add food_count.py

Now, commit the changes you've done in the improve-output branch.

git commit -m "Adding a line in the output describing the utility of food_count.py script"

Output:

12899198fa08815f.png

Comments

  1. Nice and good article. It is very useful for me to learn and understand easily. Thanks for sharing
    AWS Certification Training
    AWS Training

    ReplyDelete
  2. 3587D0C20BGregory251B07BABB28 December 2024 at 22:54

    A45643D7A7
    takipci satin al

    ReplyDelete
  3. D82CBB655CEvelyn1C6FF68CE629 December 2024 at 13:32

    A938AB8BF9
    gerçek takipçi

    ReplyDelete
  4. 5FD2A2AD30Santiago0F4A42729F1 January 2025 at 14:35

    ABBC5EAFD7
    tiktok takipçi kasma

    ReplyDelete

Post a Comment

Ads

Popular posts from this blog

Release Radar · March 2021 Edition | GitHub Updated Repo

  Release Radar · March 2021 Edition The open source community is always hard at work. February’s projects were super hard to pick since there are so many amazing releases. These are exciting new releases from some of the coolest projects around. There’s everything from world-changing tech to weekend hobbies. There are a lot of first version releases in March, so get excited to be wowed by new products. There are so many releases, and unfortunately we can’t feature them all. Grab your leftover Easter eggs, put the coffee on, and read our top staff picks for this month. VS Code 1.54 We know it’s not a major x.0 release, but this release of VS Code is massive. Many people forget  VS Code  is open source. Anyone can check out the VS Code roadmap, plans, and contribute to the project. With this big release, VS Code is available for Apple Silicon. There’s also better word navigation on Windows, personalised icon themes, improved timeline views, more keyboard shortcuts, and rem...

INFORMAL EDUCATION

INTRODUCTION Education is a thought full process by which the inner powers of the individual are developed. Education is verb broad in it true sense and is not confined to school experiences. But in a narrow sense education is a well-planned process. Education may be defined as a purposive conscious or unconscious psychological, sociological, scientific and philosophical process which brings about the development of the individual to the fullest extent and also the maximum development of society in such a way that both enjoy maximum happiness and prosperity. T. Reymont has rightly remarked –“Education is that process of development in which consists the passage of human being from infancy to maturity, the process whereby he adapts himself gradually in various ways to his physical, social and spiritual environment.” There are three important types of education, Formal education is that education where according to predetermined aims and methods of teaching, defini...

Machine Learning Goes Quantum: A Glance at an Exciting Paradigm Shift

  Quantum computing is a buzz-word that’s been thrown around quite a bit. Unfortunately, despite its virality in pop culture and quasi-scientific Internet communities, its capabilities are still quite limited. As a very new field, quantum computing presents a complete paradigm shift to the traditional model of classical computing. Classical bits — which can be 0 or 1 — are replaced in quantum computing with  qubits , which instead holds the value of a probability. Relying on the quirks of ph y sics at a very, very small level, a qubit is forced into a state of 0 or 1 with a certain probability each time it is measured. For instance, if a qubit is in a state of  0.85:0.15 , we would expect it to measure zero about 85% of the time, and one 15% of the time. Although quantum computing still has a long way to go,  machine learning is an especially promising potential avenue.  To get a simple grasp of the computing power quantum computing could offer, consider this: A...

Top 17 best websites to legally watch free movies online in 2021

There’s never a bad time to say goodbye to cable in favor of services like Netflix, Hulu, and Disney Plus. Subscription services are usually easier to set up and more flexible than standard cable, but you can easily end up matching your cable bill. Luckily, you can avoid paying for streaming services and still get your movie fix. There are plenty of places online to legally stream movies and TV shows for free, and here are some of the best options. Websites with free movies: Hoopla IMDb TV Movies Found Online Popcornflix Internet Archive Kanopy Plex Pluto TV Crackle Top Documentary Films Tubi VRV Yidio YouTube The Roku Channel Peacock ConTV Hoopla Many people don’t know that their local library card can get them more than just books. If your local library supports it, you can also gain access to a couple of different services that let you watch free movies online, and Hoopla is one of them. Hoopla features tons of free movies and TV shows online and through its mobi...

What is Network Topology ? What are there Types ? Why they are Use?

 To understand what is "Network Topology" first of all you need to know what is Network ? So, let us understand  What is Network? Network is a broad term similar to "system", Network is a communication system which supports many users. In relation with the computers we can say that a "Communication among the computers connected in the network"  While in simple term network in computer system is nothing but to establish a connection between 2 or more than 2 devices so that they can communicate with each other. To establish this connection we use different protocols and method as per the need of user.  We will discuss about those protocol is our upcoming blogs so to get updated follow us on Twitter. What is Network Topology? The word Physical Network Topology is used to explain the manner in which a network is physically connected. Devices or nodes in a network get connected to each other with the help of communication links and all these links ae related wi...

MSI Bravo 15 vs Lenevo Legion 5 | Lenevo vs MSI | Laptop Comparison | Laptop Under 80K

  We are going to compare two top gaming laptops of 80,000 INR that is Lenevo Legion 5 and MSI Bravo 15. Both brands are well know for there updated technologies in computer sector.  They launch their laptops in value for money and here the main confusion among the buyers occurs and which one is best for there use. here we are going to help you out from this huge confusion. Compare specifications MSI Bravo 15  Lenovo Legion 5 Processor (CPU) AMD Ryzen 7 4800H AMD Ryzen 7 4800H Processor Speed 4.2 GHz 4.2 GHz Memory (RAM) 16gb 8gb Graphics card (GPU) Radeon RX 5500M (4 gb) GeForce GTX 1650 Ti (4 gb) Screen size 15.6″  Full HD  (1920 x 1080 pixels) 15.6″ Full HD  (1920 x 1080 pixels) Screen Refresh Rate 144 Hz 120 Hz Weight 1.96 kg 2.3 kg Operating system (OS) Windows 10 Windows 10 Home Hard drives 512gb SSD No HDD 256gb SSD 1 TB HDD Battery Life 6.5 Hours 6.8 Hours Amazon Lowest New Price The price of both Laptop are approximately same but the spec...

What is cloud computing in simple terms? | Definition & Examples | What is AWS ?

TABLE OF CONTENTS What Is Cloud Computing? Understanding Cloud Computing Types of Cloud Services Deployment Models Types of Cloud Computing Advantages of Cloud Computing  Disadvantages of the Cloud The World of Business What Is Cloud Computing? Cloud computing is the delivery of different services through the Internet. These resources include tools and applications like data storage, servers, databases, networking, and software. Rather than keeping files on a proprietary hard drive or local storage device, cloud-based storage makes it possible to save them to a remote database. As long as an electronic device has access to the web, it has access to the data and the software programs to run it. Cloud computing is a popular option for people and businesses for a number of reasons including cost savings, increased productivity, speed and efficiency, performance, and security. Understanding Cloud Computing Cloud computing is named as such because the information being accesse...

Results For First Semester Will Be Declared After Second Semester: Pune University

  Pune, 12th March 2021:  Savitribai Phule Pune University (SPPU) has decided to conduct the first semester examination from April 11. It also includes practical examination, but the results for the practical examination will be declared only after second semester. The time-table for April 11 exam will be declared on March 25. All the subject papers will have 50 marks online examination. The teachers have been directed to set the papers accordingly, said the officials. Examinations that do not have practical Bachelor of Commerce, BA, MA examinations have no practical examinations. Thus, the results of these examinations will be declared soon. The varsity had said that since colleges were closed due to Corona pandemic, the practical examination could not be held. When the colleges will be started, the practical will be taken and the results of both the written and practical examination will be declared together.

How to Add Multiple Photos to One Instagram Story | April 2021

  Instagram’s story feature is a great way to keep your audience engaged. You can easily upload multiple images or videos from your gallery. However, if you’re someone who likes collages or the old-school  photo booth style pictures , you will like what we have to share. You can now add multiple photos to one Instagram story in few different ways. Let’s begin. Add Multiple Photos to One Instagram Story We will share apps for both Android and iOS platform and mark them clearly in the heading. Have fun. 1. Instagram’s Photo Sticker (iOS and Android) In a recent update, Instagram introduced the photo sticker option. It allows you to add multiple photos from your gallery as stickers to one Instagram story. Let’s see how to use this sticker and add multiple photos to one story. 1.  Open Instagram and create a story. In this case, I’ve created a solid color background using the  Create  option. Once you do that, tap on the  sticker icon  at the top. 2. ...

PUNE Lockdown from 6 pm -6 am | Lockdown Update of Pune

Pune:  Faced with an alarming spike in Covid cases, authorities in Maharashtra's Pune have ordered a 12-hour curfew starting 6 am tomorrow for a period of at least one week, with a review of the order and coronavirus situation in the district scheduled for next Friday. Religious places, hotels and bars, shopping malls, and movie theatres will all remain closed for the next seven days, Pune Divisional Commissioner Saurabh Rao said Friday afternoon. Only home deliveries of food, medicines and other essential services will be allowed in this period.Pune is among the worst-affected areas in India as a result of a renewed wave of infections. On Thursday 8,011 new cases were reported. This was the second consecutive 24-hour period to cross that mark, after 8,605 - Pune's biggest single-day spike - were detected on Wednesday. As cases increase Pune Mayor Murlidhar Mohol, on Thursday, directed private hospitals to make 80 per cent of beds available for COVID-19 patients. However, Mr Mo...