Skip to content
  • Facebook
  • GitHub
  • YouTube
  • Pinterest
My Tec Bits
  • Home
  • Microsoft
    • .Net
      • ASP.NET
      • MVC
      • Visual Studio
    • IIS
    • SQL Server
      • SQL Server 2019
      • SQL Server 2017
      • SQL Server 2016
      • SQL Server 2014
      • SQL Server 2012
      • SQL Server 2008
    • Windows OS
  • Web Development
    • Java Script
    • Jquery
    • Python
    • Bootstrap
    • Zurb Foundation
    • Web Security
  • More
    • macOS
    • Reviews
  • Online Tools
    • Fitness Calculators
    • Encoders & Decoders
    • Cryptography
    • Unit Converters
    • Math. Calculators
    • Date & Time Calculators
    • Finance Calculators

Python

Collection of articles about Python programming.

How to find leap year in Python?

Aug 7, 2019 by Beaulin Twinkle
find leap year in Python

Simple and quick tip to find leap year in Python language. Here I have used a straightforward method from calendar module to find if year is leap.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

How to find number of weeks in a month in Python?

Aug 7, 2019 by Beaulin Twinkle
finding number of weeks in a month in Python

Finding number of weeks in a given month in Python language. Simple options to find the number of weeks in a month including partial weeks.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

How to get week number of month in Python?

Aug 6, 2019 by Beaulin Twinkle
get week number of month in Python

Getting week number of month. Here is one of the method to find the monthly week number for a given date in Python programming.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips 3 Comments

How to get last day of month in Python?

Aug 9, 2019Aug 6, 2019 by Beaulin Twinkle
Getting last day of month in Python

Quick tip to get last day of the month in Python programming. Simple way to get month’s last day using the monthrange method.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips 1 Comment

How to find first day of the month in Python?

Aug 9, 2019Aug 2, 2019 by Beaulin Twinkle
find first day of the month in Python

Quick tip to find first day of the month in Python programming. There are several ways to find first day of the month.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips 1 Comment

Getting week number from a given date in Python

Aug 2, 2019 by Beaulin Twinkle
Getting week number from a given date in Python

Simple tip for getting week number of the year from a given date in Python programming.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

How to get day of week for a specific date in Python?

Aug 2, 2019 by Beaulin Twinkle
getting day of week for a specific date in Python

Simple tip with sample code on getting day of week for a specific date in Python programming in integer format as well as day name.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Getting day of year for a given date in Python

Aug 1, 2019 by Beaulin Twinkle
Getting day of year using timetuple

Simple methods for getting day of year for a given date in Python programming.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Generating random numbers in Python

Aug 1, 2019 by Beaulin Twinkle
Generating random numbers in Python

How to generate random numbers in Python language? Examples for generating random numbers in different formats.

Categories Python Tags Python 3.7.x, Python 3.x Leave a comment

Finding time interval between two times in Python

Aug 1, 2019Jul 31, 2019 by Beaulin Twinkle
Finding time interval between two times in Python

How to find time interval between two times in Python programming. Example for finding number of hours or minutes or seconds between two times.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Finding days between two dates in Python

Jul 30, 2019 by Beaulin Twinkle
Finding days between two dates in Python

Finding the days between two dates in Python. Example for finding the difference between two dates in Python programming.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Addition and subtraction of datetime with time in Python

Jul 30, 2019 by Beaulin Twinkle
Adding and subtracting datetime object with time object in Python

Addition and subtraction of datetime with time in Python. Examples for adding and subtracting time either in individual components like hours, minutes, seconds or as a whole time object with datetime object.

Categories Python Tags Python 3.7.x, Python 3.x 2 Comments

Subtracting days from date in Python

Apr 1, 2021Jul 26, 2019 by Beaulin Twinkle

In this article we will see a simple tip on subtracting days form date object using the datetime.timedelta() method in Python programming language.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips 2 Comments

Adding days to date in Python

Jul 26, 2019 by Beaulin Twinkle
Adding days to date object in Python

Quick Python tip for adding days to date object using the datetime.timedelta() method.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Convert date string of MM/DD/YYYY or DD/MM/YYYY to date object in Python

Sep 13, 2019Jul 25, 2019 by Beaulin Twinkle
Convert date string of mm/dd/yyyy or dd/mm/yyyy to date object in Python

Here we will see how to do the reverse of it. i.e. converting date string of mm/dd/yyyy or dd/mm/yyyy to date object.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Convert date to MM/DD/YYYY format in Python

Jul 25, 2019 by Beaulin Twinkle
Convert date to MM/DD/YYYY format in Python

Simple way to convert a date object to MM/DD/YYYY format date string in Python programming

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Converting seconds to days, hours, minutes and seconds in Python

Jul 25, 2019 by Beaulin Twinkle
Converting seconds to days, hours, minutes and seconds i Python

Easiest way to convert seconds to days, hours, minutes and seconds in Python programming.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Generate time from hours, minutes and seconds in Python

Jul 25, 2019 by Beaulin Twinkle
Generate time from hours, minutes and seconds in Python

Way to generate time from hours, minutes and seconds in Python programming language. Generating atime value from individual components of time.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Generate date from day, month and year in Python

Jul 24, 2019 by Beaulin Twinkle
Generate date from day, month and year in Python

Quick method to generate a date from day, month and year in Python language.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment

Getting current time alone in python

Jul 24, 2019 by Beaulin Twinkle
current time alone in python

Here we have few methods for getting the current time alone in python programming.

Categories Python Tags Python 3.7.x, Python 3.x, Python Tips Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 Next →

Article Categories

  • Android (2)
  • Apple (20)
    • macOS (20)
  • Internet & Web Dev. (142)
    • DNN (4)
    • Java Script (10)
    • Jquery (8)
    • PHP (7)
    • Python (73)
    • Twitter Bootstrap (25)
    • Web Security (11)
    • Zurb Foundation (6)
  • Linux (2)
  • Microsoft (293)
    • .Net (64)
    • IIS (10)
    • Internet Explorer (3)
    • Office (2)
    • SQL Server (206)
    • Windows (23)
  • Networks And Distributed Systems (2)
  • Oracle (7)
    • Java (2)
    • Oracle Database (5)
  • Others (4)
  • Reviews (10)

Recent Articles

  • How to use CHOOSE in SQL Server Jan 28, 2023
  • How to make SQL script to sleep? Jan 13, 2023
  • How to make a PHP script to sleep? Dec 30, 2022
  • Merging two dictionaries in Python Dec 29, 2022
  • merge two lists using unpacking method in Python Dec 12, 2022
  • How to sort a dictionary by its value in python? Dec 2, 2022
  • The Benefits and Drawbacks of .NET Development Nov 16, 2022
  • Converting bytes to a string in Python Nov 12, 2022
  • How to prevent connection pool problems between ASP.NET and SQL Server? Oct 27, 2022
  • How to calculate Mode in PHP? Sep 16, 2022

Subscribe MyTecBits.com

Online Tools

  • Fitness Calculators
  • Encoders & Decoders
  • Cryptography
  • Unit Converters
  • Math. Calculators
  • Date & Time Calculators
  • Finance Calculators

Popular Articles

  • How to compare contents of two files in Visual Studio Code?
  • SQL Server: Concatenate Multiple Rows Into Single String
  • How To Get Day Of Week In SQL Server?
  • Getting The List Of Column Names Of A Table In SQL Server
  • How to calculate median in SQL Server?
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use. Learn more...
  • Home
  • About Us
  • Contact Us
  • Site Map
  • Terms Of Use
  • Privacy Policy
© 2012 - 2023 My Tec Bits. All Rights Reserved.