Welcome, Guest |
You have to register before you can post on our site.
|
|
|
concat two list based on array |
Posted by: MeeranRizvi - Dec-21-2016, 06:31 AM - Forum: Homework
- Replies (9)
|
 |
Here is my input
a=[1,2,3,4]
b=[5,6,7,8] I need the output like this:
Output: [1,5,2,6,3,7,4,8]
How to do t..... More
|
|
|
IPython |
Posted by: wavic - Dec-20-2016, 08:46 PM - Forum: News and Discussions
- Replies (3)
|
 |
Where to start....
I have used IPython a lot. But mostly like the regular Python interpreter and the most valuable feature for me was the autocomplet..... More
|
|
|
GameBoard coding |
Posted by: Bullman - Dec-20-2016, 01:22 PM - Forum: Homework
- Replies (3)
|
 |
I'm have to create connect 4 as an assignment. We have been given code to tic tac toe to base it on. I have adjusted the board code but keep getting t..... More
|
|
|
my next little project |
Posted by: Skaperen - Dec-20-2016, 06:57 AM - Forum: Bar
- Replies (4)
|
 |
my next little project is to make a "what is my IP address" server, but with UDP and my code (a server and a client) on each end. so i need to set up..... More
|
|
|
problems with label |
Posted by: swipis - Dec-19-2016, 09:01 PM - Forum: GUI
- No Replies
|
 |
Hello
Have problem with label, trying to show label from another file but so far no luck. here is the code:
main.py
[python]
class mainWindow..... More
|
|
|
Help with loop & user input |
Posted by: rdDrp - Dec-19-2016, 05:50 PM - Forum: Homework
- Replies (11)
|
 |
This is Not homework assignment. I am beginner to programing itself, just started with python.
What i want to achieve is this:
|
|
|
adding physics |
Posted by: sarvar - Dec-19-2016, 04:19 PM - Forum: Game Development
- Replies (8)
|
 |
Hello dear users.
im having trouble in making my game (its doodle jump witch i wrote with pygame) more naturally.
im using the positions of my pi..... More
|
|
|
Write information onto a frame? |
Posted by: auditdata - Dec-18-2016, 04:28 PM - Forum: GUI
- Replies (2)
|
 |
I am new to GUI on the pi but have used python 3 to sample a temperature probe.
I simply want to open a GUI frame and update it every time there is a..... More
|
|
|
|