Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,939
» Latest member: goodvicent
» Forum threads: 38,723
» Forum posts: 175,512
Full Statistics
|
Online Users |
There are currently 47 online users. » 0 Member(s) | 42 Guest(s) Bing, Google, AOL, Applebot
|
Latest Threads |
NEED HELP, LOST OF INVEST...
Forum: General Coding Help
Last Post: goodvicent
1 hour ago
» Replies: 0
» Views: 60
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
6 hours ago
» Replies: 11
» Views: 4,081
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 563
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,507
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 918
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,402
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,260
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,462
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,431
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,572
|
|
|
Creating step function |
Posted by: erdemath - Jul-25-2021, 06:33 PM - Forum: Data Science
- Replies (1)
|
 |
Hi,
For some time dependent biophysical model, I´m trying to visualize the certain
impulses occured on certain time. I define some step function b..... More
|
|
|
remove file from current project |
Posted by: rwahdan - Jul-24-2021, 03:02 PM - Forum: GUI
- Replies (2)
|
 |
Hi,
I created a file and after done it is opened and saved by user. I then need to delete from my current directory in my project. I tried the remo..... More
|
|
|
load sqlite3 data into pdf |
Posted by: rwahdan - Jul-23-2021, 06:56 PM - Forum: GUI
- Replies (5)
|
 |
Hi,
I searched for code sample to learn how to put one of my db. table fields into pdf with many pages. Is there any tutorials out there that teach..... More
|
|
|
Button clicked not working |
Posted by: catlessness - Jul-23-2021, 05:02 PM - Forum: GUI
- Replies (10)
|
 |
[python]
import sys,os,re,time
import numpy as np
import PI_GUI_App_Map as pgam
import PI_GUI_Func as pgfunc
from PyQt5 import QtWidgets, QtGui
..... More
|
|
|
post error from cloudflare |
Posted by: Skaperen - Jul-23-2021, 01:12 AM - Forum: Board
- Replies (12)
|
 |
how often to you get a post error from cloudflare when posting a reply or new thread here? what do you do when that happens?
|
|
|
maybe, maybe not |
Posted by: Skaperen - Jul-22-2021, 12:03 AM - Forum: Bar
- Replies (1)
|
 |
ha ha, i just ran across a case where i wanted to code a bool value of Maybe . maybe i should rethink this script. i already use [in..... More
|
|
|
change self.var in a function |
Posted by: catlessness - Jul-21-2021, 04:45 PM - Forum: GUI
- Replies (3)
|
 |
[python]
import sys,os,re
import numpy as np
import PI_GUI_App_Map as pgam
from PyQt5 import QtWidgets, QtGui
from PyQt5.QtWidgets import QApplic..... More
|
|
|
help |
Posted by: CodingKid - Jul-20-2021, 06:47 PM - Forum: General Coding Help
- Replies (2)
|
 |
[python]print("would you like a new list")
t = input("yes/y no/n :")
if t == "n":
print("OK then have a good day")
if t == "y":
ty = inpu..... More
|
|
|
|