Hello world of python programming .
I am trying and struggling to parse a series messages from text file that has different unique patterns and save them as txt files using python programming.
I have as input txt file:
[#11:23][INFO][0x0015a] it's here and it's optimally required start...
Hi,
I am a Hardware engineer. My dream is to be a FPGA engineer/ Digital Design Engineer. I noticed that, some of the job descriptions have python/perl. Learning python completly may not be useful in my domain.
Is there any specific topics I will have to focus on in python? or Do I...
I want to use function array just like we use it in c/c++ in python.
i have used it in c/c++ but I am new to python. I searched but I didn't find anything like that.
I mean if I pass index to the array as a 0 then function saved at 0 should get executed and if I pass 1 then function at 1 will...
I bought a relay like this today for my raspberry pi, and I am encountering a very strange issue. I connected the 5v output to the VCC pin, the ground to ground and a GPIO pin to the IN pin on the relay. I opened python and assigned 'led' to 'LED(15)', which is very standard. THAT triggered the...
Hello everyone
I have the following code that calculate the distance between two points x(0,1) and y(0,1) but I don't get the answer
def distance(x, y):
dist = math.sqrt((x[0] - y[0]) ** 2 + (x[1] - y[1]) ** 2 )
return dist
print(distance((0,0),(1,1)))
Please can anyone help me...
Hello,
I'd like to know if python programming skills could be an asset for a telecommunication technician/engineer.
Does anybody have some experience with python into the field ?
I'm currently studying telecommunication electronics in a College in Montréal, Canada and i hold a diploma in...
For all with interest in application of the ESP8266 and ESP32 family microcontrollers from Espressif, I would like to reccommend the following project we are working on.
Based on Micropython, we havebuilt a basic framework for IoT projects with ESP chips. The framework has out of the box and...
Howdy, so I am currently working on a small project to build a binary clock style watch. I am pretty new to circuitry and building small circuits. I do know some python and have been toying around with my raspberry pi 3B+.
Here is the link to the project I plan to replicate and modify for my...