Skip to content
bhutanio
  • Resources
  • Dzongkha
  • Contact
  • About Us

Python Programming

Python Programming: Python is a powerful general-purpose programming language. It is used for many purposes including developing web applications, standalone desktop applications and used extensively in the field of data science. Python has simple easy-to-use syntax, thus making it easy to learn – even for beginners in computer programming.
Here I will share about my experiences with Python and its beauty in the following posts.

  • Home
  • Programming
  • Python Programming
Posted inProgramming Python Programming

Top 5 Data Visualization Libraries for Python

Python Data Visualization: Data is food and fuel today. So is the job of data scientists and data analysts. New York Post listed data engineers as one of the hottest…
Posted by Sonam Dargay March 15, 2020
Posted inProgramming Python Programming

Learn Python on Your Smartphone

With the move towards the holistic inclusion of programming as one of the key components of modern education, Bhutan has made a firm decision to teach Python programming in schools…
Posted by Sonam Dargay February 8, 2020
Posted inPython Programming

Difference Between yield and return in Python

Difference Between yield and return in Python: A yield statement is used to define generators in Python. The yield statement suspends execution of a function. Then sends a value back…
Posted by Sonam Dargay May 25, 2019
Posted inProgramming Programming Basics Python Programming

4 Ways to Swap 2 Variables in Python

Ways to Swap 2 Variables in Python: In computer programming, the act of swapping two variables refers to mutually exchanging the values of the variables. For example, if a = 5 and b = 6,…
Posted by Sonam Dargay May 10, 2019
Posted inProgramming Python Programming

What does if __name__ == “__main__”: do?

What does if __name__ == “__main__”: do? The best answer I found after searching for it in Google was in StackOverFlow. According to it, whenever the Python interpreter reads a…
Posted by Sonam Dargay May 7, 2019
Posted inProgramming Python Programming

Python Program to Send Emails Using Yagmail

With Yagmail, sending e-mail using a Python program is easier than ever before. Yagmail – Yet Another Gmail/SMTP Client is a user-friendly API that simplifies the process of sending emails. In…
Posted by Sonam Dargay May 3, 2019
Posted inProgramming Python Programming

What the F*** is F-string in Python

Python provides several ways to format strings. These different ways have their own advantages and disadvantages. Python 3.6 and above come with another method of string formatting (formally termed as…
Posted by Sonam Dargay May 2, 2019
Posted inProgramming Python Programming

Differences between sort() and sorted() in Python

Sorting is a very common problem that many programmers may come across. Like any other programming languages, Python has its own built-in sorting methods. These sorting methods are sort() and…
Posted by Sonam Dargay April 30, 2019
Posted inProgramming Python Programming

How to use Switch Case Statements Python

Unlike many programming languages, you may know like Java and C, Python does not support switch case construct. I came to know about this while converting a Java program to…
Posted by Sonam Dargay April 29, 2019
Posted inComputer Vision Python Programming Raspberry Pi

Why Not Uninstall or Remove Python from Raspbian OS

Python comes installed along with many flavors of Linux. For Raspbian Operating System (OS), like some other Linux-based OSes, both Python 3 and 2.7 comes installed by default. Raspbian OS…
Posted by Sonam Dargay April 2, 2019

Posts pagination

1 2 Next page

Recent Posts

  • What’s the “principal” in Spring Security?
  • A Guide to Using Dzongkha Keyboard in macOS
  • Understanding the Little Man Computer (LMC): A Beginner’s Guide
  • Domain Authority Checkers: Boost Your Website’s Performance
  • Getting Started with Flutter: A Beginner’s TODO List

Categories

  • Android
  • Android Application Development
  • Angular
  • Arrays
  • Blogging Tips
  • Business
  • Code Examples
  • Computer Vision
  • Control Statements
  • Dart
  • Dzongkha
  • Flutter
  • Functions
  • Introduction to Computer Programming
  • JavaScript
  • Kattis Problem Solutions
  • Literature
  • MySQL
  • Oracle
  • Programming
  • Programming Basics
  • Python Programming
  • Raspberry Pi
  • Software Development
  • Spring Boot
  • Structures and Unions
  • Technology
  • Templates
  • Uncategorized
  • Unix/Linux
  • Web Development
  • WordPress

Angular bhutan Blogging Tips Computer Vision c programming dzongkha GitHub Hacking JavaScript keyword research Linux commands OpenCV with Python programming Raspberry Pi Social Engineering Social Media Unix/Linux web development wordpress

Copyright 2025 — bhutanio. All rights reserved.
Scroll to Top