| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,289
» Latest member: J2M
» Forum threads: 38,793
» Forum posts: 175,881
Full Statistics
|
| Online Users |
There are currently 87 online users. » 2 Member(s) | 80 Guest(s) Google, Bing, Applebot, AOL, lovedeep, Gribouillis
|
| Latest Threads |
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
1 hour ago
» Replies: 5
» Views: 33
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 145
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 56
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,489
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 151
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 68
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,083
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,303
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 393
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 224
|
|
|
| Cipher Caesar |
|
Posted by: Azilkhan - Nov-21-2019, 07:27 AM - Forum: Homework
- Replies (1)
|
 |
A cipher is a type of secret code, where you swap the letters around so that no-one can read your message.
You’ll be using one of the oldest and mo..... More
|
|
|
| lion and hyena |
|
Posted by: Azilkhan - Nov-21-2019, 07:13 AM - Forum: Homework
- Replies (2)
|
 |
Problem 1:
Create a program that will play the “lion and hyena” game with the user.
The game works like this:
Computer randomly generates a 4..... More
|
|
|
| Reading 2 lines |
|
Posted by: Dyefull - Nov-20-2019, 11:03 PM - Forum: Homework
- Replies (1)
|
 |
Hey guys,
I was wondering how you could make python read 2 lines of input with .readlines() instead of just 1 line. Because the information needed ..... More
|
|
|
| binary 2d chart |
|
Posted by: feyristan - Nov-20-2019, 10:18 PM - Forum: Homework
- Replies (1)
|
 |
My assignment is to create a class called "Squares", whose __init__(self, n) creates a table of 2**n by 2**n filled with zeros, and a function "turn(s..... More
|
|
|
| Learning techniques. |
|
Posted by: Jan_97 - Nov-20-2019, 09:45 PM - Forum: Bar
- Replies (2)
|
 |
I've been learning python ( & sql) for a few months now. I'm having a little bit of a rough time remember the stuff i go through, main issue seems to ..... More
|
|
|
| Tkinter Buttons action |
|
Posted by: d3fi - Nov-20-2019, 03:44 PM - Forum: GUI
- Replies (1)
|
 |
First of all, I do not have any code yet to show.
I am new to python and coding in generel, so please if you can, explain in simple english. :).
..... More
|
|
|
| Kivy Designer Module Error |
|
Posted by: SARAVANAN_M - Nov-20-2019, 09:57 AM - Forum: GUI
- No Replies
|
 |
I'm getting as following error, when try to run the kivy designer application
[b]from kivy.adapters.listadapter import ListAdapter
ModuleNotFou..... More
|
|
|
| making code more readable |
|
Posted by: Skaperen - Nov-20-2019, 03:03 AM - Forum: Bar
- No Replies
|
 |
sometimes i find code with one statement bodies after if or for or else or elif on the same line easier to read. that's because there are fewer lines..... More
|
|
|
| Recursion |
|
Posted by: leodavinci1990 - Nov-20-2019, 01:29 AM - Forum: General Coding Help
- Replies (7)
|
 |
[python]def power(n,p):
""" Return n to the power p. Works only for positive integers """
return n*power(n,p-1)
if __name__ == '__main__':
pri..... More
|
|
|
| bar graph |
|
Posted by: prateekshaw - Nov-19-2019, 10:33 PM - Forum: General Coding Help
- No Replies
|
 |
[python]
import matplotlib.pyplot as plt; plt.rcdefaults()
import numpy as np
import matplotlib.pyplot as plt
x_axis_value = ('A', 'B', 'C', 'D'..... More
|
|
|
|