08-20-2022 02:17 PM
Can anyone recommend a decent free online Python class?
I am overwhelmed when I do a Google search.
My goal is to learn Python and change my career path to using Python to query databases.
08-22-2022 03:29 AM - edited 08-22-2022 03:38 AM
Why ask this in a NI forum? Why not on a Python forum?
Even if you insist on using an inappropriate forum, why not search the forum first?
Python Tutorial - NI Community
This one should keep you busy for a while: Python Full Course for Beginners - YouTube
08-22-2022 09:41 AM
wiebe@CARYA wrote:
Why ask this in a NI forum? Why not on a Python forum?
I always thought nothing is off typic in Breakpoint. Maybe OP has some reason to believe those that are familiar with LabVIEW, are also familiar with Python?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
08-22-2022 09:54 AM
@Hooovahh wrote:
wiebe@CARYA wrote:
Why ask this in a NI forum? Why not on a Python forum?
I always thought nothing is off typic in Breakpoint. Maybe OP has some reason to believe those that are familiar with LabVIEW, are also familiar with Python?
It's not off topic. To quote the BreakPoint page:
BreakPoint is the board for off-topic discussions! Feel free to post on any topic that you like while keeping the conversation civil.
That doesn't mean it makes sense.
08-22-2022 11:05 AM
wiebe@CARYA wrote:
This one should keep you busy for a while: Python Full Course for Beginners - YouTube
I second this recommendation. A couple years ago I evaluated several introductory Python courses (some paid, some free), and this free course by Mosh is definitely my favorite.
09-08-2022 03:46 PM
wiebe@CARYA wrote:
Why ask this in a NI forum? Why not on a Python forum?
Even if you insist on using an inappropriate forum, why not search the forum first?
Python Tutorial - NI Community
This one should keep you busy for a while: Python Full Course for Beginners - YouTube
Because I am fairly certain there are some LabVIEW programmers who are having to learn Python to keep up or risk falling behind.
It seems Python has become the language of choice given that it is open-source and "free".
09-08-2022 03:49 PM
@Darren wrote:
wiebe@CARYA wrote:
This one should keep you busy for a while: Python Full Course for Beginners - YouTube
I second this recommendation. A couple years ago I evaluated several introductory Python courses (some paid, some free), and this free course by Mosh is definitely my favorite.
Great. I will give it a try.
I found I learn best when I am "tested" on what I have been taught.
09-09-2022 06:03 AM - edited 09-09-2022 06:04 AM
@psuedonym wrote:
Great. I will give it a try.
I found I learn best when I am "tested" on what I have been taught.
Then you might want to try CodeWars. I enjoyed that you can check out solutions by others and read the discussion on best practices and clever solutions. That is something you cannot simply get from tutorials and courses. And due to the online compilers, you can easily take a try at other languages.
09-12-2022 04:10 AM
@LLindenbauer wrote:
@psuedonym wrote:
Great. I will give it a try.
I found I learn best when I am "tested" on what I have been taught.
Then you might want to try CodeWars. I enjoyed that you can check out solutions by others and read the discussion on best practices and clever solutions. That is something you cannot simply get from tutorials and courses. And due to the online compilers, you can easily take a try at other languages.
FYI Just posted this LabVIEW Codewars - NI Community