| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,313
» Latest member: wesley300
» Forum threads: 38,843
» Forum posts: 175,966
Full Statistics
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 27 Guest(s) Bing, Google, Facebook, AOL
|
|
|
| Please Help |
|
Posted by: alwillia - May-24-2018, 02:48 AM - Forum: Homework
- Replies (1)
|
 |
[python]
"""
Write a program that asks the user for three test scores. The program should then report the average of these three scores. You wil..... More
|
|
|
| makefiles |
|
Posted by: Skaperen - May-24-2018, 02:12 AM - Forum: Bar
- No Replies
|
 |
an advantage of python, i think i will mention when the opportunity presents itself, is that it does not need a [font=Courier New, Courier, monospace]..... More
|
|
|
| Time series |
|
Posted by: honda_933 - May-24-2018, 01:06 AM - Forum: Data Science
- Replies (6)
|
 |
Hi I'm trying to find a simple way to run through a large data set (2432094 lines). I'm currently writing a program that takes the first 480 lines (8 ..... More
|
|
|
| Random quiz generator |
|
Posted by: Truman - May-23-2018, 11:54 PM - Forum: Homework
- Replies (16)
|
 |
[python]
#! python3
# randomQuizGenerator.py - Creates quizzes with questions and answers in
# random order, along with the answer key.
import random..... More
|
|
|
| Python/Twitch Bot |
|
Posted by: TonyF507 - May-23-2018, 10:26 PM - Forum: Networking
- No Replies
|
 |
Hello Everyone,
I am working on a project for my twitch stream that will need to involve twitch chat commands going to a python script then those co..... More
|
|
|
| get the last index number |
|
Posted by: ilcaa72 - May-23-2018, 09:53 PM - Forum: General Coding Help
- Replies (3)
|
 |
s = "kitti"
0,1,2,3,4
k,i,t,t,i how do i retrieve '4', the last index value. i know i can do a len(s)-1, but i assume there is..... More
|
|
|
| Curves Intersection |
|
Posted by: silverfish - May-23-2018, 09:52 PM - Forum: Data Science
- Replies (1)
|
 |
Hi everyone :)
There's something I can't figure it out with numpy :
I've plotted 2 curves on the same graph ( numbers of differents particles plo..... More
|
|
|
| Loops in GUI |
|
Posted by: NicoGl - May-23-2018, 09:11 PM - Forum: GUI
- Replies (4)
|
 |
Hello everyone,
I have a quick question. We got an assignment by our Computer Science teacher and she gave us this task to complete:
Draw a detailed..... More
|
|
|
| Using USB |
|
Posted by: KenHorse - May-23-2018, 05:45 PM - Forum: General Coding Help
- No Replies
|
 |
So I have a USB to serial converter on /dev/ttyUSB0 and try writing to it but nothing happens:
[python]#!/usr/bin/python
import serial
import..... More
|
|
|
| Help with PyQt5 |
|
Posted by: PVfan - May-23-2018, 01:59 PM - Forum: GUI
- Replies (1)
|
 |
Hi to all,
I am new in Python and i would be very pleased if you would help me.
I have a code in Python (i use spyder(python 3.6)), that read exce..... More
|
|
|
| Getting Started |
|
Posted by: wargasme - May-23-2018, 11:11 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hello guys,
So i'm a complete noob when it comes to programming but i wanted to get started with Python. I've installed python 2.7.15 and when i ty..... More
|
|
|
|