Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,517
» Latest member: Deisear
» Forum threads: 38,585
» Forum posts: 174,839
Full Statistics
|
Online Users |
There are currently 476 online users. » 0 Member(s) | 471 Guest(s) Google, Bing, Applebot, Yandex
|
Latest Threads |
Functions: why use a vari...
Forum: General Coding Help
Last Post: Axel_Erfurt
5 hours ago
» Replies: 1
» Views: 98
|
Best way to pass data to ...
Forum: Game Development
Last Post: RogereK
Today, 06:39 AM
» Replies: 7
» Views: 5,093
|
Is Python used to make po...
Forum: Game Development
Last Post: RogereK
Yesterday, 04:17 AM
» Replies: 17
» Views: 31,779
|
Unequal values when added...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 12:24 AM
» Replies: 1
» Views: 214
|
Call CLI app with input?
Forum: General Coding Help
Last Post: snippsat
May-23-2025, 07:52 PM
» Replies: 5
» Views: 384
|
backtesting can't optimiz...
Forum: General Coding Help
Last Post: snippsat
May-23-2025, 07:46 PM
» Replies: 1
» Views: 155
|
Looking for ideas
Forum: Bar
Last Post: Larz60+
May-23-2025, 10:55 AM
» Replies: 2
» Views: 478
|
How to put my game loop i...
Forum: Game Development
Last Post: RogereK
May-23-2025, 12:35 AM
» Replies: 9
» Views: 2,709
|
Languages
Forum: General Coding Help
Last Post: Arush
May-22-2025, 06:51 PM
» Replies: 2
» Views: 280
|
Error on import: SyntaxEr...
Forum: General Coding Help
Last Post: Kiongi
May-21-2025, 07:49 AM
» Replies: 8
» Views: 21,472
|
|
|
error in timestamp |
Posted by: Led_Zeppelin - Jun-10-2022, 07:59 PM - Forum: General Coding Help
- No Replies
|
 |
when I try to run the following code, I get an error
[python]
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.py..... More
|
|
|
AI Techniques applied to a Game |
Posted by: insignia47 - Jun-10-2022, 07:31 PM - Forum: Homework
- No Replies
|
 |
Hello Everyone,
I want to understand how an AI technique is applied on a game in Python. can any body help me understand how the following code BFS..... More
|
|
|
Calculation of circles |
Posted by: frohr - Jun-10-2022, 01:53 PM - Forum: Data Science
- Replies (14)
|
 |
Hello,
I have to solve issue how to calculate intersection of 3 circles. My example is:
1) first cirlce with diameter 10
2) second circle at 0° dia..... More
|
|
|
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
|
|
|
|