Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,986
» Latest member: Tycho_2025
» Forum threads: 38,735
» Forum posts: 175,577
Full Statistics
|
Online Users |
There are currently 36 online users. » 0 Member(s) | 32 Guest(s) Apple, Bing, Google
|
Latest Threads |
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
49 minutes ago
» Replies: 1
» Views: 35
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
5 hours ago
» Replies: 3
» Views: 2,519
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 2
» Views: 68
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 6
» Views: 180
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,040
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 456
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,086
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,155
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 837
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,109
|
|
|
use of sys.argv |
Posted by: deepakkr3110 - Nov-29-2019, 04:42 AM - Forum: General Coding Help
- Replies (3)
|
 |
hello
what is the use of
if __name__ == "__main__":
main(sys.argv[1:]) can i pass my file name in this?
|
|
|
hanged man |
Posted by: Gavinosborn - Nov-28-2019, 11:05 PM - Forum: Game Development
- Replies (1)
|
 |
Hi
only been coding for about three days, so please forgive the code. could you copy and paste the below and please explain why i am going mad.
..... More
|
|
|
Filtering with IF Statement |
Posted by: Mike2607 - Nov-28-2019, 09:40 PM - Forum: Homework
- Replies (10)
|
 |
I am working on some Homework and the assignment call for us to open a CSV and pull the info out into columns with fixed widths. Afterwards we need t..... More
|
|
|
Real Python Course |
Posted by: Davy_Jones_XIV - Nov-28-2019, 10:51 AM - Forum: News and Discussions
- Replies (4)
|
 |
Hello,
Just checking has any one taken the real python course and vids? If so, what are your thoughts about the course and vids?
Thanks,
DJXIV
|
|
|
hatop issue |
Posted by: deepakkr3110 - Nov-28-2019, 05:43 AM - Forum: General Coding Help
- Replies (22)
|
 |
i have a code for hatop in python
[python]#!/usr/bin/python
import socket
import csv
import sys
sys.stdout = open('output.txt','wt')
RECV..... More
|
|
|
ping with output |
Posted by: jacklee26 - Nov-28-2019, 02:19 AM - Forum: General Coding Help
- Replies (1)
|
 |
i have one question related to output file when ping.
if i type in 8.8.8.8 ip address it will export the ping status to the file, but if i used unre..... More
|
|
|
SQL Pivot EAV |
Posted by: Quentin - Nov-28-2019, 12:47 AM - Forum: General Coding Help
- Replies (2)
|
 |
I am very new to Python but I have a programming background.
I can read data from SQL query in EAV format (I am stuck with the data).
HOLEID, PROJ..... More
|
|
|
3D animation of sprinkler |
Posted by: Marlisevt - Nov-27-2019, 11:56 PM - Forum: Homework
- No Replies
|
 |
Hi,
I am trying to animate/simulate a sprinkler. I tried it in 2D, and got the output I wanted (moving points, iterative creation of points/droplets..... More
|
|
|
|