| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791
Full Statistics
|
| Online Users |
There are currently 51 online users. » 0 Member(s) | 49 Guest(s) Bing, Google
|
| Latest Threads |
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 4
» Views: 101
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 97
|
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 71
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 107
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,068
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,365
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,556
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 187
|
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,196
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,442
|
|
|
| Map plot does not align with quiver |
|
Posted by: Gaben321 - Jun-10-2022, 05:26 AM - Forum: Homework
- No Replies
|
 |
My wind speed map does not match the quiver location
[python]
lats = nc.variables['latitude'][:]
lons = nc.variables['longitude'][:]
U=Data.eastwa..... More
Attached Files
Thumbnail(s)
|
|
|
| PyTorch for beginners |
|
Posted by: OmegaRed94 - Jun-09-2022, 05:39 PM - Forum: Data Science
- Replies (1)
|
 |
Good day, Dear Pythonistas
Most tutorials and books that I found had many depreciated methods and approaches.
Could you, please, suggest a great m..... More
|
|
|
| Regarding file editing |
|
Posted by: dan86 - Jun-09-2022, 03:22 PM - Forum: General Coding Help
- Replies (12)
|
 |
Hello! new user here, and a beginner Python student, studying with the book "Learn Python the Hard Way"
I reached an exercise where my script opens a..... More
Attached Files
Thumbnail(s)
|
|
|
| SFTP in Django |
|
Posted by: saisankalpj - Jun-09-2022, 11:59 AM - Forum: Web Scraping & Web Development
- No Replies
|
 |
I need to download a file from the SFTP server and store it in local machine,and also upload a file from my local system to the SFTP server.
I need ..... More
|
|
|
| python function help |
|
Posted by: hardz1n51 - Jun-08-2022, 09:54 PM - Forum: Homework
- Replies (9)
|
 |
could someone help me with this one?
Define a function with the name “subtractElements”, which receives as parameters a list of integers (listNums)..... More
|
|
|
| Python Tunnel |
|
Posted by: martinmistere - Jun-07-2022, 03:05 PM - Forum: General Coding Help
- No Replies
|
 |
Ciao,
I've been able, thanks to your support to realize an ssh connection...now what I want to do is, once I've done the connection to the first mach..... More
|
|
|
| How can I add reset button? |
|
Posted by: andrex353 - Jun-06-2022, 06:12 PM - Forum: GUI
- Replies (2)
|
 |
I need to add a reset button/option. Can someone help me?
[python]
import random
import time
from tkinter import Tk, Button, DISABLED, messagebo..... More
Attached Files
non.py (Size: 1.81 KB / Downloads: 323)
|
|
|
|