Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Python

Python

Share
  • Facebook
2k Answers
1k Questions
Home/Python/Page 12
  • Recent Questions
  • Most Answered
  • No Answers
  • Most Visited
  • Random
Asked: September 27, 2024In: Python

How can I implement a square root function without using built-in methods in Python?

anonymous user

I’ve been tinkering around with some basic mathematical functions and hit a bit of a bump while trying to implement a square root function from scratch. I figured, why not test my coding skills a bit, but I’ve found myself ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: Python

How can I write content to a file in UTF-8 encoding using Python? I want to ensure that the characters are saved correctly, especially for languages with special characters. What would be the best approach to achieve this?

anonymous user

I’m working on a little project where I need to save some text data to a file using Python, and it’s crucial that I get the encoding right—especially since I’ll be dealing with several languages that have special characters. I’ve ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: JavaScript, Python

How can I implement the Vic cipher for encoding and decoding messages with Python or JavaScript?

anonymous user

So, I recently stumbled upon an interesting cipher called the Vic cipher, and I’ve been trying to get my head around decoding and encoding messages using it. It’s a bit of a challenge, and I thought it would be cool ...Read more

Coding Challenge
  • 0
  • 2 Answers
Asked: September 27, 2024In: Python

What are the most creative ways to crash the Python interpreter?

anonymous user

I’ve been diving into some really interesting ways to push Python to its limits, and I came across a challenge that got me thinking. Have you ever wondered about the creative (and slightly mischievous) ways we could cause a Python ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: Python

How can I set the value of a specific cell in a two-dimensional array in Python? I’m looking for examples or methods to achieve this effectively.

anonymous user

I’ve been diving into Python lately, and I’ve been having a bit of a brain freeze when it comes to working with two-dimensional arrays or lists—whatever you want to call them! You know, the grids where you can store data ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: Python

How can I efficiently maintain and update an array in Python that changes in real-time? I’m looking for a solution that allows for continuous updates to the data structure while ensuring performance is not significantly affected. What are the best practices or libraries available for this purpose?

anonymous user

I’ve been working on a project that involves handling real-time data updates, and I’m hitting a bit of a wall. Essentially, I need to maintain an array in Python that’s constantly changing based on incoming data. I initially started with ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: Python

How can I create a customizable ASCII art speech bubble program in Python?

anonymous user

So, I’ve been diving into this fun little project that involves creating a “cowsay” type of program, and I could really use some help! You know, the kind that takes a message and then outputs it in a speech bubble ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: Python, Ubuntu

Is there a method to install Python 3.12 on Ubuntu 23.04 using the APT package manager?

anonymous user

I’ve been trying to get Python 3.12 installed on my Ubuntu 23.04 setup, but honestly, I’m just a bit confused about the whole process. I know that usually, you can use the APT package manager for installations, but I’ve heard ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: Python

How can I utilize the Python 3.6 interpreter within a bash script? I’m looking for guidance on incorporating Python code execution inside my shell script while ensuring the correct version of Python is used.

anonymous user

I’ve been working on some automation tasks and I’m trying to figure out how to run Python code inside a bash script. Specifically, I want to use the Python 3.6 interpreter since some dependencies I’m using require that version. I’ve ...Read more

  • 0
  • 2 Answers
Asked: September 27, 2024In: Python

How can I restrict the number of digits in a number within a list in Python? What methods or functions can I utilize to achieve this?

anonymous user

I’ve been wrestling with a little coding challenge lately and could really use some help from the community. So, here’s the deal: I have this list of numbers in Python, and I need to restrict the number of digits in ...Read more

  • 0
  • 2 Answers
1 … 11 12 13 … 115

Sidebar

Recent Answers

  1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
  2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
  3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
  4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
  5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
  • Home
  • Learn Something
  • Ask a Question
  • Answer Unanswered Questions
  • Privacy Policy
  • Terms & Conditions

© askthedev ❤️ All Rights Reserved

Explore

  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes