| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 38 online users. » 0 Member(s) | 32 Guest(s) Google, Bing, AOL, Mojeek, Apple
|
| Latest Threads |
data fetching for indian ...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 1
» Views: 64
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,473
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 128
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 54
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,051
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,294
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 348
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 192
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 256
|
|
|
| Alpha numeric element list search |
|
Posted by: rhubarbpieguy - Apr-01-2020, 12:11 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a list question using the following script:
list1=['a','b','c','d','e','f']
list2=['1A','1B','1C','1a','1b','1c']
list3=[]
list4=[]
..... More
|
|
|
| I built Tic-Tac-To |
|
Posted by: dsad12 - Apr-01-2020, 12:09 PM - Forum: Code Review
- Replies (6)
|
 |
I have been studying python in the last 2 weeks for many hours and last night I did the game Tic-Tac-To. I'm a beginner developer so I don't know whet..... More
|
|
|
| Pyplot and circle |
|
Posted by: Reldaing - Apr-01-2020, 10:39 AM - Forum: General Coding Help
- No Replies
|
 |
Hi! I'm using matplotlib.pyplot and I wanted to know if it was possible to create a circle only with the coordonates of the center and the coordonates..... More
|
|
|
| general def coding |
|
Posted by: Agusben - Apr-01-2020, 06:06 AM - Forum: GUI
- Replies (1)
|
 |
[python]
from tkinter import *
import turtle
from math import cos,sin,tan,pi
root = Tk()
def graph ():
pen.penup()
angle = 0
theta =..... More
|
|
|
| help needed! |
|
Posted by: gmachaj - Mar-31-2020, 10:12 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi, I'm trying to make a loop for some files. I want to use a number of rows in the file to split it a half... and I'm stuck please help (python 2 ..... More
|
|
|
| Class issue |
|
Posted by: Reldaing - Mar-31-2020, 09:55 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi . I'm new to Algorithms with Python. Well, actualy, I'm trying to code one: K nearest Neighbors. My code worked perfectly until I try to automatize..... More
|
|
|
| python dictionary |
|
Posted by: pkmnmewtwo - Mar-31-2020, 08:47 PM - Forum: Homework
- Replies (3)
|
 |
I'm kinda stuck on this homework assignment and i need help. this program has a menu but i got all the menu except this part. this menu selection is a..... More
|
|
|
| Random selection from list |
|
Posted by: Mohsky - Mar-31-2020, 07:06 PM - Forum: Homework
- Replies (1)
|
 |
Hi everyone,
This is not homework per se, but I am teaching myself(as everyone else has done before) python by taken courses, books, and online pra..... More
|
|
|
|