Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,566
» Latest member: kholdeman
» Forum threads: 38,632
» Forum posts: 175,020
Full Statistics
|
Online Users |
There are currently 413 online users. » 0 Member(s) | 408 Guest(s) Google, Bing, Mojeek, Baidu, Yandex
|
|
|
tkinter and crontab |
Posted by: menator01 - Oct-16-2024, 03:15 PM - Forum: Bar
- Replies (1)
|
 |
Just wondering if anyone has gotten a tkinter app to run from crontab?
My goal is to get the Bubble app to run from crontab
I'm using Ubuntu 24.04.1..... More
|
|
|
Code for Crowdstrike |
Posted by: snicol - Oct-16-2024, 03:05 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi
I'm very new to python
I found a python code on github to get information on crowdstrike but it happens that a value is null: “I think it is..... More
Attached Files
Thumbnail(s)
|
|
|
python |
Posted by: thetmsim - Oct-16-2024, 09:54 AM - Forum: Homework
- Replies (1)
|
 |
Problem Statement: Calculate the Average of Numbers
Write a Python program that:
Asks the user to enter five numbers.
Stores these numbers in a..... More
|
|
|
locateOnScreen Issues |
Posted by: Tio_RaRa - Oct-13-2024, 01:09 PM - Forum: General Coding Help
- No Replies
|
 |
Hello Everyone! This is my first post here, so be gentle. I'm trying to teach myself Python and have almost finished my first "project", but I've ru..... More
|
|
|
Help to fix my Temporizer |
Posted by: Mike15 - Oct-12-2024, 10:40 PM - Forum: GUI
- Replies (4)
|
 |
I need help getting my timer to work.
This timer, when started, will have a decreasing time of 2 minutes, and when it reaches time 00:01 it will au..... More
|
|
|
Make a list |
Posted by: learningpythonherenow - Oct-11-2024, 10:49 AM - Forum: General Coding Help
- Replies (1)
|
 |
Sorry for this format, just trying to figure this out.
i'm trying to take a string including many of (words, numbers, empty spaces, empty lines, multi..... More
|
|
|
Python 3 advice |
Posted by: Shrubbery - Oct-10-2024, 04:39 AM - Forum: General Coding Help
- No Replies
|
 |
Hello. I have been doing online Python 3 tutorials for some time now. And have learned quite a bit about variables, functions and loops, even lists, t..... More
|
|
|
Help for Tiktok Script |
Posted by: Jasson187512 - Oct-09-2024, 08:42 AM - Forum: General Coding Help
- No Replies
|
 |
Does anyone have a Tiktok follower script or can someone make one for me? I felt like I looked all over the internet and couldn't find anything
|
|
|
Stuck on Error |
Posted by: parulkuls26 - Oct-09-2024, 04:11 AM - Forum: General Coding Help
- Replies (1)
|
 |
After running the below code
# Fitting the model and running the model for 10 epochs history4 = model4.fit( train_images, train_labels, epochs = 10..... More
|
|
|
Dice Rolling Simulator |
Posted by: laurawoods - Oct-08-2024, 07:02 AM - Forum: Homework
- Replies (1)
|
 |
[code]import random
def roll_dice():
"""Rolls two six-sided dice and returns the sum."""
die1 = random.randint(1, 6)
die2 = random.randint..... More
|
|
|
|