| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,308
» Latest member: NeoQuant
» Forum threads: 38,800
» Forum posts: 175,914
Full Statistics
|
| Online Users |
There are currently 38 online users. » 1 Member(s) | 32 Guest(s) Applebot, Bing, AOL, Google, Hosthubac
|
|
|
| mysql connection pool? |
|
Posted by: MuntyScruntfundle - Oct-20-2018, 07:36 PM - Forum: General Coding Help
- No Replies
|
 |
Ho folks.
I need to use a mysql connector to write/read data to/from a table every few seconds.
In terms of keeping overhead as low as possible,..... More
|
|
|
| finding almost palindromes |
|
Posted by: leahma - Oct-20-2018, 04:03 PM - Forum: Homework
- Replies (1)
|
 |
Hi i'm studying how to code with python and we were given an assignment to write a code that finds almost palindromes.
The code has to, given a certa..... More
|
|
|
| Receiving value is not defined |
|
Posted by: cibb - Oct-20-2018, 03:50 PM - Forum: GUI
- Replies (1)
|
 |
In my script it runs fine without adding the GUI but trying to add tkinter I receive
line 44, in <module>
button_1=Button(my_window,text="Chec..... More
|
|
|
| Graph coloring problem |
|
Posted by: jackrus1010 - Oct-20-2018, 10:19 AM - Forum: General Coding Help
- No Replies
|
 |
I'm using networkx to implement the edge coloring algorithm. Each edge should have a set of colors.
Here i'm creating the graph:
[python]G = nx.Gr..... More
|
|
|
| Is PEP-8 dead? |
|
Posted by: volcano63 - Oct-20-2018, 09:39 AM - Forum: Board
- Replies (9)
|
 |
(in this forum?!)
Dear moderation team,
Aren't you tired of the herds of camelCase in the demonstrated code?
Though I understand that many of..... More
|
|
|
| double loop |
|
Posted by: PolskaYBZ - Oct-19-2018, 08:42 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello,
I recently started with learning Python and don't fully understand how a nested loop works.
Below I have 2 similar codes with the only d..... More
|
|
|
| Is thread running? |
|
Posted by: MuntyScruntfundle - Oct-19-2018, 06:10 PM - Forum: General Coding Help
- No Replies
|
 |
I have an app that fires off a bunch of threads, each starting client code to collect data from a socket server on an ip address.
The app starts th..... More
|
|
|
| Hangman |
|
Posted by: 2skywalkers - Oct-19-2018, 01:27 PM - Forum: General Coding Help
- Replies (3)
|
 |
Im not sure if this should be posted in the games section but the only library its using is random. I got this code online to try to understand it and..... More
|
|
|
| Help |
|
Posted by: rdg - Oct-19-2018, 05:27 AM - Forum: GUI
- No Replies
|
 |
what's up guys! I'm not sure if I'm posting in the correct area, I'm sorry if I'm wrong.
Anyway, I'm new to programming, I'm more of a curious trying..... More
|
|
|
|