Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,481
» Latest member: Anthonysof
» Forum threads: 38,579
» Forum posts: 174,812
Full Statistics
|
Online Users |
There are currently 497 online users. » 1 Member(s) | 490 Guest(s) Yandex, Bing, Applebot, Google, Mojeek, deanhystad
|
Latest Threads |
How to attach images to a...
Forum: Board
Last Post: sethmike9
Yesterday, 04:08 AM
» Replies: 6
» Views: 8,875
|
How To Attach data Files
Forum: Board
Last Post: sethmike9
Yesterday, 04:05 AM
» Replies: 3
» Views: 4,142
|
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 363
|
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 163
|
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
May-15-2025, 04:32 PM
» Replies: 1
» Views: 281
|
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
May-15-2025, 04:09 PM
» Replies: 1
» Views: 220
|
Trouble with Average Calc...
Forum: General Coding Help
Last Post: Pate
May-15-2025, 07:38 AM
» Replies: 4
» Views: 1,393
|
tracking version during r...
Forum: News and Discussions
Last Post: Skaperen
May-15-2025, 12:25 AM
» Replies: 0
» Views: 165
|
Return a string or byte o...
Forum: General Coding Help
Last Post: snippsat
May-14-2025, 05:21 PM
» Replies: 5
» Views: 498
|
problems with netcdf if I...
Forum: General Coding Help
Last Post: Blaubart
May-14-2025, 04:02 PM
» Replies: 16
» Views: 1,352
|
|
|
First python project |
Posted by: PatM - Dec-13-2022, 12:09 AM - Forum: Code Review
- Replies (2)
|
 |
Ok my first completed Python/PySide6 program. Works fine but I would classify myself as a clumsy wannabe programmer at best so it's pretty ugly. I sti..... More
|
|
|
point of sale code problem |
Posted by: dethnode - Dec-12-2022, 05:53 AM - Forum: Homework
- Replies (3)
|
 |
I am new to python and programming, but have enjoyed the semester learning what I have... However we were asked to follow a template and build a poin..... More
|
|
|
Make unique id in vectorized way based on text data column with similarity scoring |
Posted by: ill8 - Dec-12-2022, 03:22 AM - Forum: Data Science
- No Replies
|
 |
I have the following dataframe:
[python]d_test = {
'name' : ['South Beach', 'Dog', 'Bird', 'Ant', 'Big Dog', 'Beach', 'Dear', 'Cat', 'Fish', 'Dry..... More
|
|
|
Cube drawing |
Posted by: freethrownucleus - Dec-11-2022, 11:48 PM - Forum: Game Development
- Replies (51)
|
 |
Hi, I need some help.
I need to draw a cube exactly like this ["attachment"] but on a condition I can manuevar on that cube model after.
If anyone cou..... More
Attached Files
Thumbnail(s)
|
|
|
Sort by month in a plot |
Posted by: ph4n70m1988 - Dec-11-2022, 06:14 AM - Forum: Data Science
- No Replies
|
 |
I am using the following code to plot a graph.
[python]import pandas as pd
import numpy as np
import matplotlib as mpl
import matplotlib.pyplot ..... More
|
|
|
Transfer function |
Posted by: victoriomariani - Dec-10-2022, 01:39 PM - Forum: General Coding Help
- No Replies
|
 |
Hello! I need help for write this code in python:
Ts = 1; # sample time
z = tf('z',Ts) # Variable Z I tried [python]i..... More
|
|
|
loading data |
Posted by: astral_travel - Dec-09-2022, 07:50 PM - Forum: Data Science
- Replies (7)
|
 |
i'm trying to download stock data from yahoo! finance....
in anyway - i'm trying to have a symbol to download by loading the symbol/tickers from a fi..... More
|
|
|
|