Skip to content

He Codes IT

Eat Sleep Code Repeat

  • C++
  • Python
  • Databases
  • Data Structures
  • Algorithms
  • Data Science
  • Privacy Policy
  • About us

Python

How to Sort Numbers in Python without sort Function

October 1, 2021 by admin

Today we are going out to Sort Numbers in Python without sort Function. There is a similar Kata in Codewars to Sort only odd Numbers without sort Function in Python. The link of the similar Kata (sorting only odd numbers) is given HERE Task: You will be given an array of numbers. You have to sort the … Read more

Categories Python Tags python, Sort in Python

Python get domain name from URL – Python Solutions

August 20, 2021 by admin

Today we are going out to find the domain name out of the URL string through Python. There is a similar Kata in Codewars to extract the domain name from a URL through Python. Let’s say we have the URL string which is https://hecodesit.com/ What would be the domain name of this URL? The domain … Read more

Categories Python Tags python, Python get domain name from URL, Python Solutions

Codewars Python – Integer to Roman conversion

August 13, 2021August 6, 2021 by admin

Codewars Python in its 6kyu Kata has given us a problem to convert an integer into the Roman numeral Symbols. In Ancient Roman times, people use Roman numbers instead of integers. Roman numbers We can use the Roman symbol for any number.  For e.g instead of 1, we can use I instead of 2 we … Read more

Categories Python Tags Codewars Python, Codewars Solution, int to Roman Python, python
Post navigation
Newer posts
← Previous Page1 … Page3 Page4

Recent Posts

  • Container With Most Water – LeetCode Solutions
  • Letter Combinations of a Phone Number – LeetCode Solutions
  • Pow(x n) LeetCode – Python Solutions
  • Group Anagrams LeetCode – Python Solutions
  • Rotate Image LeetCode – Python Solution

Recent Comments

  1. CharlesBoync on Algorithm Machine Learning – Machine Learning
  2. parth on Regular Expression Matching Leetcode Python Solution
© 2022 He Codes IT • Built with GeneratePress