Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,490
» Latest member: Kiongi
» Forum threads: 38,579
» Forum posts: 174,817
Full Statistics
|
Online Users |
There are currently 735 online users. » 0 Member(s) | 727 Guest(s) Bing, Yandex, Google, Twitter, AOL
|
Latest Threads |
Error on import: SyntaxEr...
Forum: General Coding Help
Last Post: Kiongi
4 hours ago
» Replies: 8
» Views: 21,103
|
Wish to write a code for ...
Forum: General Coding Help
Last Post: DeaD_EyE
6 hours ago
» Replies: 3
» Views: 560
|
How can I write formatted...
Forum: General Coding Help
Last Post: hanmen9527
Yesterday, 12:26 PM
» Replies: 13
» Views: 28,767
|
problems with netcdf if I...
Forum: General Coding Help
Last Post: vytlacfoto
Yesterday, 05:31 AM
» Replies: 17
» Views: 1,461
|
How to attach images to a...
Forum: Board
Last Post: sethmike9
May-19-2025, 04:08 AM
» Replies: 6
» Views: 8,907
|
How To Attach data Files
Forum: Board
Last Post: sethmike9
May-19-2025, 04:05 AM
» Replies: 3
» Views: 4,166
|
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 419
|
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 213
|
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
May-15-2025, 04:32 PM
» Replies: 1
» Views: 323
|
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
May-15-2025, 04:09 PM
» Replies: 1
» Views: 259
|
|
|
python extract |
Posted by: mg24 - Nov-02-2022, 01:37 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi Team,
I am calling a stored procedure , and it is giving me output of 20 columns and 16 records below it.
result = cursor.fetchall()
my requ..... More
|
|
|
loop, graph |
Posted by: master_graf - Nov-02-2022, 01:28 PM - Forum: General Coding Help
- No Replies
|
 |
Hi, everyone
I have list with data for graph (image below) like this [['1.9078244', '0.49999094'], ...] where the first argument is x, and the secon..... More
Attached Files
alpha.txt (Size: 190.91 KB / Downloads: 191)
|
|
|
Define Variable |
Posted by: xinyulon - Nov-02-2022, 12:32 PM - Forum: General Coding Help
- Replies (5)
|
 |
Hi,
I have been wondering for long that what's is the difference between the two definitions of "Tax =0"? One is "tax = 0" defined at the foremost; ..... More
|
|
|
For Loop |
Posted by: siddharth - Nov-02-2022, 08:33 AM - Forum: News and Discussions
- Replies (1)
|
 |
Hi,
I have a for loop program for which want result.
Program:
[python]
prices = [10,20,30]
total = 0
for price in prices:
total += pric..... More
Attached Files
Thumbnail(s)
|
|
|
Hierarchical logging in Python |
Posted by: etuzon - Nov-01-2022, 05:44 PM - Forum: Code sharing
- No Replies
|
 |
[align=left]
The most used logging these days is logging that prints the logs a row under a row.
There are flows that will be hard to debug by kind ..... More
Attached Files
Thumbnail(s)
|
|
|
Shop Revisted |
Posted by: menator01 - Oct-29-2022, 08:03 PM - Forum: Code sharing
- No Replies
|
 |
Buy/add/delete items. May still have a bug or two.
[python]
from tabulate import tabulate
from os import system, name
from time import sleep
..... More
|
|
|
My pygame screen size |
Posted by: Yegor123 - Oct-29-2022, 07:14 PM - Forum: General Coding Help
- Replies (2)
|
 |
Im making a tile game on pygame and I can only see half my player ive tried just about everything ive changed the world data list and gone through tut..... More
Attached Files
Thumbnail(s)
|
|
|
OCR again |
Posted by: DPaul - Oct-29-2022, 06:19 AM - Forum: Bar
- Replies (22)
|
 |
Hi,
Not a coding problem, but:
I have inherited zillions of scanned documents (prayer cards & the likes),
produced by a scanner that outputs them as t..... More
|
|
|
|