Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [ESP32 Micropython]Total noob here, I don't understand why this while loop won't run.
Post: RE: [ESP32 Micropython]Total noob here, I don't un...

(Feb-28-2023, 06:27 PM)rob101 Wrote: Not that I've used the libraries that you are using, but would while not station.scan(): be better? That way (in theory, least ways) you're testing for 'truthful...
wh33t General Coding Help 9 1,793 Feb-28-2023, 06:32 PM
    Thread: [ESP32 Micropython]Total noob here, I don't understand why this while loop won't run.
Post: RE: [ESP32 Micropython]Total noob here, I don't un...

(Feb-28-2023, 06:25 PM)rob101 Wrote: Not that I've used the libraries that you are using, but would if not station.scan(): be better? That way (in theory, least ways) you're testing for 'truthfulnes...
wh33t General Coding Help 9 1,793 Feb-28-2023, 06:27 PM
    Thread: [ESP32 Micropython]Total noob here, I don't understand why this while loop won't run.
Post: RE: [ESP32 Micropython]Total noob here, I don't un...

(Feb-28-2023, 06:05 PM)buran Wrote: in python 2 print was a statement, in python3 it's a function and you need them for function call Cheers. TY. I am not getting the result I expected, but it is no...
wh33t General Coding Help 9 1,793 Feb-28-2023, 06:07 PM
    Thread: [ESP32 Micropython]Total noob here, I don't understand why this while loop won't run.
Post: RE: [ESP32 Micropython]Total noob here, I don't un...

Omg lol. I see those brackets aren't optional like they are in PHP. Cheers!
wh33t General Coding Help 9 1,793 Feb-28-2023, 06:00 PM
    Thread: [ESP32 Micropython]Total noob here, I don't understand why this while loop won't run.
Post: [ESP32 Micropython]Total noob here, I don't unders...

I just went to turn the Wifi chip on, and scan to see which wifi networks are available. # wifi_test.py import machine import sys import network import utime import urequests ...
wh33t General Coding Help 9 1,793 Feb-28-2023, 05:28 PM
    Thread: Can I get some clarification on importing functions from external files.
Post: RE: Can I get some clarification on importing func...

Quote:import creates a module object, a dictionary like thing that can be used to access variables objects defined in the module. Import does npt pull in the module code to be compiled with your code...
wh33t General Coding Help 3 934 Feb-25-2023, 07:46 PM
    Thread: Can I get some clarification on importing functions from external files.
Post: Can I get some clarification on importing function...

I'm familiar with programming syntax and constructs but very new to Python. I am trying to figure out how to modularize some functions into separate files so they can be "included" in a main program s...
wh33t General Coding Help 3 934 Feb-25-2023, 06:40 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020