| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,273
» Latest member: Astrobert
» Forum threads: 38,788
» Forum posts: 175,860
Full Statistics
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 28 Guest(s) Bing, Google, AOL, Apple
|
|
|
| pyinstaller |
|
Posted by: rami84 - Sep-25-2020, 02:40 PM - Forum: General Coding Help
- No Replies
|
 |
Hello
i can't make an exe file for this script
[python]
import xlsxwriter
name = input("Enter Name: ")
age= input("Enter age: ")
workbook = xl..... More
|
|
|
| Electron wave function |
|
Posted by: NUMA01 - Sep-25-2020, 01:23 PM - Forum: Code sharing
- No Replies
|
 |
Plotting of wave functions for an electrons quantum numbers (n,l ,ml) using spherical harmonics.
The first plot shows the probability of different di..... More
|
|
|
| Sync It v0.60 |
|
Posted by: steve_shambles - Sep-25-2020, 10:17 AM - Forum: Code sharing
- No Replies
|
 |
I have just updated my little systray app for Windows to V0.60,
adding a profiles feature and other small improvements.
[img]https://1.bp.blogspot..... More
|
|
|
| jupyter notebook |
|
Posted by: varsh - Sep-25-2020, 08:56 AM - Forum: General Coding Help
- No Replies
|
 |
hi,
I installed jupyter notebook through pip.
$ pip install jupyterlab
$ jupyter notebook
[C 14:25:06.690 NotebookApp] No such file or directory: ..... More
|
|
|
| Bluetooth problem |
|
Posted by: Lad - Sep-24-2020, 07:26 PM - Forum: General Coding Help
- No Replies
|
 |
I am a new with bluetooth in Python. I wanted to use the following program that sends a file.
I wanted to send a file from laptop to a cell phone.
..... More
|
|
|
| guizero repeat command |
|
Posted by: pdihawk - Sep-24-2020, 06:59 PM - Forum: GUI
- Replies (2)
|
 |
I am new to guizero and Python in general but I'm fighting my way through it and I think I'm almost there.
Essentially, I'm making a barcode compar..... More
|
|
|
| TensorFlow |
|
Posted by: samuelbachorik - Sep-24-2020, 05:49 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello dear users i am trying to install tensorflow with command - pip install tensorflow
I am getting this error-
[python]C:\Users\Samuel>pip inst..... More
|
|
|
| Recommendation - Mac v Windows |
|
Posted by: lasek723 - Sep-24-2020, 05:37 PM - Forum: Bar
- Replies (11)
|
 |
Hi there,
I have an old MacBook now - late 2011. I can't install some of the programs needed to code - I'm a newbie.
It's time for an upgrade...... More
|
|
|
| Get 5 most unique combinations of elements in a 2D list |
|
Posted by: wanttolearn - Sep-24-2020, 02:18 PM - Forum: Homework
- Replies (1)
|
 |
Hi,
I have a problem with this particular question. I will have randomly generated 2D lists e.g.: list=[[2],[0,3],[0,1],[1,2,4,5],[1,6,10],[],[7,8],[..... More
|
|
|
| Tkinter/turtle doevents |
|
Posted by: DPaul - Sep-24-2020, 07:59 AM - Forum: GUI
- No Replies
|
 |
In Turtle you can allow the user to click inside the app window to trigger some action.
i.e. : onclick() event, returning the x,y position of the mou..... More
|
|
|
|