| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,288
» Latest member: jackhunter
» Forum threads: 38,793
» Forum posts: 175,878
Full Statistics
|
| Online Users |
There are currently 37 online users. » 3 Member(s) | 29 Guest(s) Google, Bing, DuckDuckGo, Apple, lovedeep, snippsat, buran
|
| Latest Threads |
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: Ninja2112
25 minutes ago
» Replies: 2
» Views: 11
|
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 143
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 53
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,488
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 150
|
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,081
|
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: 384
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 222
|
|
|
| the baby chatbot |
|
Posted by: ronblue77 - Nov-27-2019, 12:33 PM - Forum: Code sharing
- Replies (9)
|
 |
hello all
here is a code of a program of what i call "a baby chat bot" the bot only knows 4 words "mom' "dad" "food" and "hi" the user is suppose t..... More
|
|
|
| socket loop problem |
|
Posted by: monamour - Nov-27-2019, 09:16 AM - Forum: Networking
- Replies (9)
|
 |
Dear All,
I have tried to write a code which fetches the Host name and the IP Address for a user. The program is working nice as you can ..... More
|
|
|
| How to import entire module ? |
|
Posted by: tonycstech - Nov-27-2019, 08:58 AM - Forum: GUI
- Replies (5)
|
 |
I want to import entire module. I dont want to specify each function of that module i plan on using.
For example:
[python]from tkinter import messag..... More
|
|
|
| Python Classes |
|
Posted by: leodavinci1990 - Nov-27-2019, 07:08 AM - Forum: General Coding Help
- Replies (1)
|
 |
[python]from random import Random # library for randoms
class Die(object): # define the class
sides = [1,2,3,4,5,6]
def __init__(self): # M..... More
|
|
|
| Error in my code |
|
Posted by: TumbleR - Nov-26-2019, 10:19 PM - Forum: Homework
- Replies (1)
|
 |
Hello everyone,
I am working on my school homework that is quite easy for some professional, but I have troubles with few things that I tried to chan..... More
|
|
|
| Idea of project |
|
Posted by: dibax10 - Nov-26-2019, 08:07 PM - Forum: News and Discussions
- Replies (2)
|
 |
Good evening,
As part of my studies, on a Python module and on the teacher we ask to realize a project. But it is to offer us a project idea that doe..... More
|
|
|
| Table with fixed columns |
|
Posted by: Mike2607 - Nov-26-2019, 05:09 PM - Forum: Homework
- Replies (3)
|
 |
I am trying to print a table from a file with fixed columns. I have the initial part down but I am not sure where to begin to break down the data int..... More
|
|
|
| regarding lpvariable |
|
Posted by: rin109 - Nov-26-2019, 05:06 AM - Forum: General Coding Help
- No Replies
|
 |
Hi,
How do I write the code for a dependent decision variable for linear programming?
I want to minimize the cost.
and I wrote: Lp_prob = p.LpP..... More
|
|
|
|