×
Home Discussions Write at Opengenus IQ
×
  • DSA Cheatsheet
  • HOME
  • Track your progress
  • Deep Learning (FREE)
  • Join our Internship 🎓
  • RANDOM
  • One Liner

Python

Python is a programming language that has been released in 1991 but is being widely used recently. It is widely being considered as the first choice for domains like Machine learning because of its abstraction.

Python

50 Lambda Interview QnA in Python

In Python, "lambda" is a keyword that is used to create small, anonymous unnamed functions. These functions are also called lambda functions. They are defined using the "lambda" keyword followed by one or more arguments, a colon, and a single expression that is evaluated when the function is called.

PV Nikhil
Python

2D Convolution in Python

In this article, we will understand the concept of 2D Convolution and implement it using different approaches in Python Programming Language.

Ahmed Mandour Ahmed Mandour
Python

Python Command Line Countdown Timer

In this article, we have developed Countdown timer as a command line tool in Python Programming Language. This is a good project for your portfolio.

Kirabo Ibrahim Kirabo Ibrahim
Python

Tic tac toe game in Python

In this article, we have presented how to develop the classic Tic Tac Toe game project in Python Programming Language. This will be a strong addition to Software Developer Portfolio.

PV Nikhil
Python

Simple Text Editor in Python

In this article, we have created a simple text editor using Python. A text editor is a computer that lets users to edit or manipulate text according to their needs. Users can open files to read or edit. The files need to be the types supported on the text editor.

Muhsina Munfa Muhsina Munfa
Python

Python script to create GitHub repository

In this article, we have explored the approach to create a Python script to create GitHub repository. In this, we have used GitHub REST API.

PV Nikhil
Python

Snake Game in Python

In this article, we have developed Snake Game in Python Programming Language and developed the GUI for it as well. You shall follow this guide and develop your own version. This will be a strong addition to SDE Portfolio.

Kirabo Ibrahim Kirabo Ibrahim
Python

2048 game in Python

2048 game is a fun and addictive single-player game that keeps you hooked from the moment you start playing. In this article, we will explain the strategies of the game and implement the steps in code using Python.

Muhsina Munfa Muhsina Munfa
Python

Flappy Bird in Python

Flappy Bird is an extremely addictive arcade game. In this article, we will explain how the game works and show the implementation of its code in Python. This Python project is a strong addition to SDE Portfolio.

Muhsina Munfa Muhsina Munfa
Python

53 Intermediate Python Projects

In this article, we have listed 53 Intermediate Python Projects which you should work on to gain a strong hold in implementing programs in Python and strengthen your portfolio.

Geoffrey Ziskovin Geoffrey Ziskovin
Python

[FIXED] RuntimeError: module compiled against api version 0x10 but this version of numpy is 0xe

With this article, you will be able to understand the error message "RuntimeError: module compiled against api version 0x10 but this version of numpy is 0xe" and fix it using two tested methods.

OpenGenus Tech Review Team OpenGenus Tech Review Team
Python

Negative Index in Python

In this article, I shall be explaining negative indexes in Python. But first, we have to know these prerequisites: iterables and indexing. Having a fair knowledge on these two are paramount to understanding how negative indexes works.

Emmanuel Daniels Emmanuel Daniels
Python

56 Python Projects for Beginners [2023] [with source code]

In this article, we have listed Python Projects you must do as a Beginner which when added to your portfolio will give a good initial career boost and may help you land your first Internship.

Geoffrey Ziskovin Geoffrey Ziskovin
Python

Typing speed test in Python

This article presents a design and implementation approach to develop a console typing speed test in Python Programming Language. We have explained the process step by step.

Sai Siri Chandana Namala Sai Siri Chandana Namala
Python

Static Class Variable in Python

In this article, we have explored Static class variable in Python along with code examples. We have covered different cases like accessing class variable inside and outside class.

Shivani Kumari Shivani Kumari
Python

Minesweeper game using Python

This article presents an overview to develop a Minesweeper game from scratch with Graphical User Interface (GUI) using Python.

Sai Siri Chandana Namala Sai Siri Chandana Namala
Python

Python Script to search web using Google Custom Search API

In this article, we have developed a Python Script to search web using Google Custom Search API. This will strengthen your implementation skill.

FOUOTSOP FOSSO Patrick
Python

Python script to retweet recent tweets with a particular hashtag

Our Python script should scrape recent tweets with a particular hashtag. Then, it should retweet the most recent tweet. It should continue to do this every minute (as a cron job), retweeting the most recent tweet with a particular hashtag each time.

Jerry Zhu
Python

Python lambda if else

In this article, we have presented how to use if else elif as a part of Lambda function in Python. We have covered different cases like if, if else and if else elif with Python code examples.

Ned Nedialkov Ned Nedialkov
Python

Range len-1 in Python

In this article, we have explained the Python code snippet "range(len(list)-1, -1, -1)" and other variants of the code snippet.

Benjamin QoChuk, PhD Benjamin QoChuk, PhD
Python

[FIXED] TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType'

In this article, we have explained the reason behind the Python runtime error "TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType'" and presented two ways to fix the error.

Ned Nedialkov Ned Nedialkov
Python

[FIXED] <lambda>() takes 1 positional argument but 2 were given

In this article, we have explained the reason behind the Python error "() takes 1 positional argument but 2 were given" and have presented multiple ways in which this error can be fixed.

Ned Nedialkov Ned Nedialkov
Python

Python Min Lambda [5 ways]

In this article, we have explored how to use lambda for Minimum() in Python with and without using the min() built-in function. We have explained the concepts using Python code snippets.

Ned Nedialkov Ned Nedialkov
Python

Python Max Lambda [6 ways]

In this article, we have explained how to use lambda with max() built-in function in Python to find the maximum element in any iterable with custom objects. Additionally, we have presented how to implement max from scratch using lambda without using any built-in function.

Ned Nedialkov Ned Nedialkov
Python

Python Sum Lambda [3 different ways]

In this article, we have presented 3 approaches to use lambda to get the sum of all elements of a list along with complete Python code.

Ned Nedialkov Ned Nedialkov
OpenGenus IQ © 2025 All rights reserved â„¢
Contact - Email: team@opengenus.org
Primary Address: JR Shinjuku Miraina Tower, Tokyo, Shinjuku 160-0022, JP
Office #2: Commercial Complex D4, Delhi, Delhi 110017, IN
Top Posts LinkedIn Twitter
Android App
Apply for Internship