Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,932
» Latest member: Dibbley
» Forum threads: 38,721
» Forum posts: 175,507
Full Statistics
|
Online Users |
There are currently 43 online users. » 0 Member(s) | 40 Guest(s) Bing, AOL, Google
|
Latest Threads |
Too much space between gr...
Forum: GUI
Last Post: RonR
2 hours ago
» Replies: 4
» Views: 1,027
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
3 hours ago
» Replies: 3
» Views: 51
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 437
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,617
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,613
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 528
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 164
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,036
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,268
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 947
|
|
|
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
|
|
|
|