• Home
  • Tags
  • CoderLegion is a rapidly expanding community, with membership on the rise.Coders here share, stay updated and grow their careers.
  • Post An Article

Recent posts in Python

3 0 13 min.
!1 Brief Overview of Spacy The essential goal of natural language processing is to enable people to communicate with computers in a natural way to perform tasks that require intelligence. With this goal, we want the computer to be able to understa...
posted 11 hours ago in Python Thatohatsi Matshidiso Tilodi 120 points
4 0 10 min.
1. Introduction In my previous articles, we saw how to create a simple Telegram bot1 and how to build a responsive assistant2: in both of these cases, we built something that relied on pre-defined responses, no matter how natural language-like they m...
posted May 9 in Python Astra Bertelli 180 points
4 0 6 min.
Think of computers that can comprehend information and also generate brand-new creations - paintings that come to life, impromptu musical compositions, and stories that write themselves. This isn't just human imagination; it is called Generative Arti...
posted Apr 30 in Python Nwabueze Jude 120 points
6 0 6 min.
Introduction Python is a popular choice for building programming due to its simplicity, readability, and vast ecosystem. Extending python as a webserver in a production environment is a little tricky due to the python GILhttps://en.wikipedia.org/wi...
posted Apr 30 in Python Vivek Sahu 120 points
3 0 10 min.
1. Introduction In my last post, we saw how to build a production-ready Telegram bot, although it was really simple: it could only handle three commands and gave standardized responses! In this post, we want to explore more in depth the possibility t...
posted Apr 30 in Python Astra Bertelli 180 points
3 0 2 min.
In this project, we used a convolutional neural network to build train, and test a traffic sign classification model. We built this model using tensorflow and keras. It is a multiclass classification problem. This model can be used to make smarter ca...
posted Apr 24 in Python Onumaku C Victory 140 points
5 0 6 min.
Beginners' friendly! This content is for anyone who wants to learn 1. Introduction Most of the people nowadays make use of instant messaging tools, such as WhatsApp, Telegram, Discord or Snapchat, and if you are a user of one of these applications,...
posted Apr 24 in Python Astra Bertelli 180 points
3 0 6 min.
When working with dictionaries in Python, one might encounter an error message that reads, ValueError: dictionary update sequence element #0 has length 1; 2 is required. This error typically occurs when attempting to convert a sequence to a dictionar...
posted Mar 10 in Python Tejas Vaij 320 points
4 0 6 min.
Introduction Selenium is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers. It provides extensions to emulate tasks like user interaction with browsers and lets you write interchangeable c...
posted Mar 6 in Python MostafaTava 120 points
3 0 3 min.
Numpy.float64' object cannot be interpreted as an integer  Have you ever seen the message Numpy.float64 object cannot be interpreted as an integer" pop up while coding in Python? It's a common hiccup, especially when you're working with numbers using...
posted Mar 6 in Python Vinay Khatri 120 points
3 0 6 min.
Introduction If you are a newbie to Python and are working with Pandas module, you might get this error "NameError: name 'pd' is not defined". This error occurs when you are trying to work with Pandas without properly defining the alias as pd. The ...
posted Feb 29 in Python muhammaduzairrazaq 180 points
4 0 8 min.
Python programming mistakes are frequently seen, but they may be annoying, especially for beginners. An example of one of these errors is "ModuleNotFoundError," which shows that Python was unable to locate a certain module or library in your code. Th...
posted Feb 15 in Python Muzzamil Abbas 340 points
3 0 11 min.
In Python, dealing with zip files is a common task that is very beneficial for managing archives and compressing data, among other things. When attempting to interact with zip files, you can, however, run into the "Zipfile.badzipfile: file is not a z...
posted Feb 14 in Python Muzzamil Abbas 340 points
5 0 7 min.
Understanding and Resolving the OpenCV Error: "-215: Assertion Failed !ssize.empty in Function cv::resize" OpenCV, a renowned library for computer vision tasks, occasionally presents users with challenging error messages, such as -215: Assertion fa...
posted Nov 30, 2023 in Python Mark Thompson 160 points
2 0 5 min.
How to Resolve OSError: WinError 10038 in Python Socket Programming Python's socket programming is a powerful tool for network communication, but it's not without its quirks. One such issue that often puzzles beginner developers is OSError: WinErro...
posted Nov 29, 2023 in Python Mark Thompson 160 points
3 0 3 min.
Troubleshooting Python: Resolving the 'TypeError: sequence item 0: expected str instance, list found' Error In the python world of programming, encountering a TypeError: sequence item 0: expected str instance, list found in Python can be a perplexin...
posted Nov 27, 2023 in Python Mark Thompson 160 points
2 0 4 min.
This article concerns what "'dict' object has no attribute 'append'" is and how to fix it. This error pops up when you try to treat a dictionary like a list by using an 'append' operation, which dictionaries don’t naturally support. Essentially, it m...
posted Nov 23, 2023 in Python Muhammad Sameer Khan 320 points
6 0 3 min.
One fundamental concept in economics that we should impart to our children is the relationship between income and expenses. Income refers to the money we earn and accumulate, while expenses represent the money we spend or let go of. We are going to c...
posted Nov 19, 2023 in Python Brando 180 points
3 0 4 min.
This article concerns what "Numpy. ndarray' object is not callable" error is and how to fix it. In the realm of data manipulation using NumPy, encountering errors is a common occurrence, and one particularly common issue that frequently arises is the...
posted Nov 15, 2023 in Python Muhammad Sameer Khan 320 points
5 0 5 min.
At one point, we began programming in Python using just the terminal. We would prompt the user to input their name, and then print the output “Hello name”. Today, we can accomplish this easily in a browser using the powerful Streamlit Python web fram...
posted Nov 13, 2023 in Python Brando 180 points
To see more, click for all the posts in this category.
chevron_left

New

Thatohatsi Matshidiso Tilodi
Ankur Singh 1
Niladri Das
2KAbhishek
Hussein Mahdi

Top

Abdul Daim
Muzzamil Abbas
Tejas Vaij

Featured

Astra Bertelli
Mark Thompson
Phantom
prince yadav
shaker

Recent Badges

100 Club Chris Dugne
100 Club George Isiguzo
Notable Post Vinay Khatri