Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,947
» Latest member: Markbel386
» Forum threads: 38,726
» Forum posts: 175,524
Full Statistics
|
Online Users |
There are currently 63 online users. » 0 Member(s) | 58 Guest(s) Apple, Bing, Google, AOL
|
Latest Threads |
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 5
» Views: 9,140
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
8 hours ago
» Replies: 0
» Views: 58
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 456
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 91
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 596
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,821
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,132
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,490
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,058
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,801
|
|
|
[PyGame] Block Game |
Posted by: Zman350x - May-29-2018, 08:26 PM - Forum: Code sharing
- Replies (3)
|
 |
A simple game that lets you draw with blocks. Made in a few hours to test/first use pickle (actually cPickle). I know the code is messy, don't worry a..... More
|
|
|
Import Error for Templates |
Posted by: arohanajit232 - May-28-2018, 03:00 PM - Forum: Data Science
- No Replies
|
 |
[python]import numpy as np
from statistics import mean
x=[1,2,3,4,5]
y=[6,7,8,9,10]
m=((mean(x)*mean(y)-mean(x*y))/(mean(x)**2)-(m..... More
|
|
|
Mac - pathnames |
Posted by: capnahab - May-28-2018, 08:38 AM - Forum: General Coding Help
- Replies (2)
|
 |
I am using Jupyter Notebooks on a Mac 10.13.4 High Sierra , Python 3.6.4.
I want matplotlib to plot (histogram) some data from a sample table (csv fil..... More
|
|
|
trouble while appending list in for loop |
Posted by: py_learner - May-28-2018, 12:41 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hi folks, I am new to python and having trouble to append list in for loop.. any help will be appreciated!
[python]
a = [1,1,2,3,5,8,13,21,34,55,..... More
|
|
|
Compressing Matrix |
Posted by: RamyMaher - May-27-2018, 02:45 PM - Forum: Data Science
- Replies (3)
|
 |
I want to compress a gray image whose dimension is 64x64 into 40x40 image
I tried scipy.fftpack.dct and scipy.fftpack.idct but the resulted image ..... More
|
|
|
|