15,181 Topics

Member Avatar for
Member Avatar for nunos

Hi all. I have been doing some HTML scraping and today a fellow coder told me about this thing 'DOM' and how much easier it is to use it rather than manipulating strings as I have been doing. He doesn't know much about it, and that's why I came here …

Member Avatar for r8lst
0
801
Member Avatar for Rocky_6

I'm looking for help on CloudFormation Template for Glue Jobs orchestration for below scenario: Suppose I have 10 AWS Glue Jobs, 4 jobs should be executed parallel and 6 jobs should be executed sequentially. If any job failure, send Workflow "Failure" notification along with the failed Glue Jobname. Job1 Job2----job5-->job6-->job7 …

Member Avatar for rproffitt
0
34
Member Avatar for pop_015

Hi i want make an app with tkinter like this ![Untitled.jpg](https://static.daniweb.com/attachments/4/f96dc3f1f7ce846894ea172755387675.jpg) and when someone click on strat its start main.py and in log print consol (log = terminal) i new in python sry for my bad english :)

Member Avatar for Reverend Jim
0
49
Member Avatar for Arush_1
Member Avatar for Roman_16

I'm building a tool in Python for which I need to read out error codes for specific devices using the Server-Eye API. Server-Eye is our monitoring solution where all of our devices and the devices of our customers are registered. The documentation at https://api.server-eye.de/ wasn't very helpful or I'm just …

Member Avatar for rproffitt
0
53
Member Avatar for rexworth123

I’m trying to create a change machine bored and have no programming experience. If anybody has any suggestions I am open to paying someone to help me with this project. I have some logic controlled hoppers and pulse validator‘s 50 MS on 50 MS off. I just need it to …

0
35
Member Avatar for michellepermsm

I can't get the Test code because I have installed the modules with the pip command but when I run the playtest-m connection command I get the error tests\conftest.py:2: in from mflix.factory import create_app mflix\factory.py:6: in from flask_bcrypt import Bcrypt E ModuleNotFoundError: No module named ‘flask_bcrypt’t’

-1
56
Member Avatar for Jon_4

Hi. I'm trying to convert my python file into pseudo code but I have no idea of how pseudo code work. continueAnswer = input("Please enter either continue to carry on with the program or end to stop it: ") continueAnswer=continueAnswer.upper() while continueAnswer == 'C': while True: try: print('') encodeORdecode = …

Member Avatar for Suman_19
0
23K
Member Avatar for Christian_45

Can you help me.. Accepts the grades for the 4 quarters and compute the final grade consider the requirement. The first 3 quarters must be multiplied by 20%, while the last quarter grade is multiplied by 40%.

Member Avatar for Reverend Jim
0
30
Member Avatar for Venkata subbara

I am using colab and below is the code import pandas as pd import numpy as np import os import csv data = pd.read_file(r'C:\Users\sd3394\Test\CAN_all.csv') data.head()

Member Avatar for Reverend Jim
0
76
Member Avatar for Hugh Nelsons

import random money = 0 finmoney = 0 turns = 0 colturns = 0 finturns = colturns + turns print(""" 1 2 3 4 5 6 7 8 9 10 red black every guess = - 1$ every colour = - 5$ every correct = + 10 The goal is …

Member Avatar for JamesCherrill
-1
62
Member Avatar for razstec

Hi, im trying to set a radio and youtube playlist player my code works with radio and single youtube link but with playlist it says that the link is unrecognized, can somoene help? import os from os import path from random import randrange from tkinter.ttk import Combobox import pafy import …

Member Avatar for razstec
0
175
Member Avatar for Anusha_11

Assume the list numbers 1 has 100 elements, and numbers 2 is an empty list. Write code that copies the values in numbers 1 to numbers 2. I would like to have a program of this question from python, chapter 7 - list and tuples

Member Avatar for Reverend Jim
0
116
Member Avatar for gneisler

I can not get this program to list all of the contact names, it just list the first one. ##!/usr/bin/evn python3 # # Contact Manager Program # import csv FILENAME = "contacts.csv" def write_contacts(contacts): with open (FILENAME, "w", newline="") as file: writer = csv.writer(file) writer.writerows(contacts) def read_contacts(): contacts = [] …

Member Avatar for Anthony_49
0
3K
Member Avatar for ____

hi there i have a python http post request with no request but theres the code: requests.post("https://api.i66v1xg2.org/v3/moderate/+" + userid + "/") i dont know how to make it in java and in okhttp3 help pls thanks

Member Avatar for JamesCherrill
0
99
Member Avatar for Napoleon_1
Member Avatar for Crona

I have a homework assignment that im not really sure how to approach as of right now, I've done some research but. I have not found really anything that would pertain to what I'm doing. Any help would be appreciated <3 . So far this is what I have: /****************************************************************************** …

Member Avatar for DGPickett
0
268
Member Avatar for archiejude04

Ive created a snake game with the help of a tutorial and i want to create a pause function for my program however, every other tutorial and website i looked at hasn't really helped, can someone help me figure out how to pause my game?

Member Avatar for Reverend Jim
0
352
Member Avatar for Youcef_4

Hello, I am trying to install paramiko on a linux instance running on docker. However, I keep getting the same error: Failed building wheel for cffi

Member Avatar for rproffitt
0
44
Member Avatar for Daniel_167

hello, i have problem to write a generator function to slice a great list to pieces in python 3. /because of RAM/. is it possible?

Member Avatar for Reverend Jim
0
34
Member Avatar for Somil_1

Can u help me I am making a game in pygsme pygame in python so when I run the program it appears a blank black screen instead of the image that I hve upload in pygame to make game so actuaaly when I run the program it appears blank black …

Member Avatar for Schol-R-LEA
0
77
Member Avatar for Justin Habel

This is my code index_dictionary = dict() with open("BIBLE.txt") as Bible: count = 0 for line in Bible: index = line[:8].split() Book = index[0].strip().upper() chapter, verse = list(map(str.strip, index[1].split(":"))) index_dictionary[(Book, chapter, verse)] = count count += len(line) Bible = open("BIBLE.txt") while True: search_engine = input( "Book list: Ge(Genesis), Ex(Exodus), Le(Leviticus), …

Member Avatar for bogenbroom
0
101
Member Avatar for Thulan
Member Avatar for linux

Is it possible to write a full blown operating system (such as Linux) in Python? I mean writing a kernal, and then other applications that the kernal calls, without having Windows, Linux, UNIX, or Macintosh OS installed on your computer?

Member Avatar for Thulan
2
2K
Member Avatar for isendre

Hi everyone, I'm having trouble creating a program. This program needs to create a square board of size n, where a user inputs an integer value 2 - 9. For example, a board with size n=4 would look like: 1 . . . 2 . . . 3 . . …

Member Avatar for cossy254
1
6K
Member Avatar for David_239

Hi may i ask if someone can help us about where we can create a token payment system for our gaming system in vb. I want to create a payment system in vb using token in registration through online payment and user can set the token they wanted after playing …

Member Avatar for Hemangi_2
1
68
Member Avatar for bandanasc

I am trying to edit a file that contains: Time Column 1 Column 2 Column 3. I need to print Column 2 after column 1. Time Column 1 Column 2

Member Avatar for Schol-R-LEA
0
79
Member Avatar for vorlic

could you recomend me a free bok or a youtube video to start learning python (latest version) from scratch????? grettings, Vito Orlic, Metlika Slovenia

Member Avatar for wpeckham
0
137
Member Avatar for varunteja

I have SAP standard WSDL which I need to consume in python, I am building a small POS tool that needs to push and pull the data simultaneously. Can you please help me to tell which library I can use? and how to pass the header with user credentials? Know …

0
27
Member Avatar for Scagli3tti

Hi, yesterday I threw together a little jumble solver that takes any anagram as an input and returns any real words that can be found using all of the letters of that anagram. Here is the code, it works fine when it comes to determining the answer, but I have …

Member Avatar for michellepermsm
0
1K

The End.