Пікірлер
@peachyjumpy
@peachyjumpy 8 күн бұрын
Well you are creating files, but they are not valid csv files. You should have a way to differentiate the comma in the address for the comma as a separator character. Fields with embedded commas or double-quote characters must be quoted: 1,Alice,30,"123 Main Street, New York". You can open and create csv files in Excel if you want to test your files.
@rahul_sreedharan
@rahul_sreedharan 8 күн бұрын
Well it is good enough for creating simple CSV files
@peachyjumpy
@peachyjumpy 8 күн бұрын
@@rahul_sreedharan It is not, the most popular spreadsheets: Google Sheets, Microsoft Excel, Mac Numbers, OpenOffice, they all support opening data from CSV files and they will fail to open these examples with the intended 4 columns. Don't just believe what I said, try it out.
@XanthiumIndustries
@XanthiumIndustries 8 күн бұрын
this started of with a code for creating text files,decided to create csv files later,it was just a simple program for logging embedded applications similar to this kzbin.info/www/bejne/nqGrp2d_qt1pldU but written in C#. Fields with embedded commas or double-quote characters will not appear in that case as the data is predictable
@rahul_sreedharan
@rahul_sreedharan 8 күн бұрын
Ok
@rohanpatel3083
@rohanpatel3083 9 күн бұрын
I really appreciate the step-by-step breakdown! I learned not just how to create CSV files, but also how to implement different delimiters like TAB and semicolons. This will save me so much time in my data processing tasks, code is quite simpler
@rahul_sreedharan
@rahul_sreedharan 10 күн бұрын
Nice tutorial, really helpful for building CSV files
@rohanpatel3083
@rohanpatel3083 9 күн бұрын
This was an eye-opener for me! I had no idea how versatile C# could be for file operations. Your tutorial made it simple to implement and read CSV files, which I needed for my data analysis project. Thanks for sharing these techniques
@XanthiumIndustries
@XanthiumIndustries 8 күн бұрын
Glad you liked it
@XanthiumIndustries
@XanthiumIndustries 10 күн бұрын
Do like and Subscribe, Links to Code,Design Files,Website Tutorials Below, .NET CLI Tutorial - kzbin.info/www/bejne/fnuYemOKoK6Sm8U Code/Online Tutorial - www.xanthium.in/how-to-create-read-write-data-to-csv-file-using-csharp-dotnet-platform
@rohanpatel3083
@rohanpatel3083 9 күн бұрын
thanks for the code
@andyprigge4754
@andyprigge4754 19 күн бұрын
Just so you know youtube blocked me many times trying to see this video what say you?
@XanthiumIndustries
@XanthiumIndustries 17 күн бұрын
really what did the youtube say about it
@flixmyswitch
@flixmyswitch Ай бұрын
Thanks for a very clear explanation
@tejas8211
@tejas8211 Ай бұрын
Great tutorial
@XanthiumIndustries
@XanthiumIndustries Ай бұрын
Thank You
@DavidSmith-dm8ew
@DavidSmith-dm8ew 2 ай бұрын
Doesn't matter what usb port I hook my mega to it keeps coming up ttyACM0 and says it's in use and I can't use it.
@XanthiumIndustries
@XanthiumIndustries 2 ай бұрын
Are you sure that ttyACM0 is the correct port ,Try using dmesg | tail to identify the correct port. Do check your permissions, Check our online article using the link in description
@Dmytro-f6t
@Dmytro-f6t 2 ай бұрын
Thanks)
@XanthiumIndustries
@XanthiumIndustries 2 ай бұрын
you are welcome
@pennsanjuan5385
@pennsanjuan5385 3 ай бұрын
Thank you. Keep it up sir!
@XanthiumIndustries
@XanthiumIndustries 3 ай бұрын
hope my video helped to solve your issues🥰🥰🥰
@dmytrochaika7570
@dmytrochaika7570 3 ай бұрын
Thanks!
@XanthiumIndustries
@XanthiumIndustries 3 ай бұрын
hope my video helped,If there is any doubt,Do comment
@rahul_sreedharan
@rahul_sreedharan 3 ай бұрын
Great work,where can I find the code for this
@rohanpatel3083
@rohanpatel3083 3 ай бұрын
I've been curious about the differences between .NET framework-dependent and self-contained apps. Your video not only explained it well but also showed how to build both using the .NET SDK CLI. Awesome job!
@rohanpatel3083
@rohanpatel3083 3 ай бұрын
Good Explanation and easy to follow style
@XanthiumIndustries
@XanthiumIndustries 3 ай бұрын
Thanks for liking
@FunMawa-on9st
@FunMawa-on9st 3 ай бұрын
hello sir can call a method by class which is inside of another package to another package
@XanthiumIndustries
@XanthiumIndustries 3 ай бұрын
The video explains how to package and deploy .NET applications to multiple operating systems like Windows, Linux and MacOS and to target different processor architectures like x86,x86-64,ARM Processors both 32bit and 64 bit. 👇👇Link to web tutorial below👇👇 www.xanthium.in/dotnet-platform-software-development-using-command-line-compiler-tools-net-sdk
@rahul_sreedharan
@rahul_sreedharan 3 ай бұрын
❤😂🎉
@XanthiumIndustries
@XanthiumIndustries 3 ай бұрын
Learn the difference between a .NET [𝒇𝒓𝒂𝒎𝒆𝒘𝒐𝒓𝒌-𝑫𝒆𝒑𝒆𝒏𝒅𝒆𝒏𝒕 𝑨𝒑𝒑] and a .NET [𝒇𝒓𝒂𝒎𝒆𝒘𝒐𝒓𝒌- 𝑰𝒏𝒅𝒆𝒑𝒆𝒏𝒅𝒆𝒏𝒕 ] App also known as a Self Contained .NET app. Visit www.xanthium.in/dotnet-platform-software-development-using-command-line-compiler-tools-net-sdk to know more about the difference between the two types of app and how to create that
@XanthiumIndustries
@XanthiumIndustries 3 ай бұрын
www.xanthium.in/dotnet-platform-software-development-using-command-line-compiler-tools-net-sdk
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
Find the original article along with code here 👉www.xanthium.in/reading-and-writing-float-byte-double-to-internal-eeprom-memory-arduino-uno-mega-data-storage
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
this helped me a lot in developing text boxes with scrolling text.I was experiencing the problem that last text was not shown top and was updated below the window.your tutorial helped to solve the issue
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
Finally, a tutorial that doesn't overwhelm me with unnecessary details. Clear, concise, and incredibly helpful
@mingyingxue6815
@mingyingxue6815 4 ай бұрын
sign, ms keep following node.js angular approach. ms become a follower, not a leader anymore.
@rahul_sreedharan
@rahul_sreedharan 4 ай бұрын
Nice tutorial ❤❤
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
Visit www.xanthium.in/dotnet-platform-software-development-using-command-line-compiler-tools-net-sdk
@h0vaK
@h0vaK 4 ай бұрын
Excellent explanation
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
Thank you ,hope you have found our tutorial useful
@benarcher372
@benarcher372 4 ай бұрын
A real nice walk-through. Thank you so much! /ben
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
thank you,was there any issues with the video,you want us to change or improve .Please let us know
@benarcher372
@benarcher372 4 ай бұрын
@@XanthiumIndustries No issues at all. The video was perfect for me (a novice)
@XanthiumIndustries
@XanthiumIndustries 3 ай бұрын
@@benarcher372 😍😍
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
🤩😍😍
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
Thanks for this tutorial,🥰🥰🥰Implementing the producer-consumer pattern in Python was a bit daunting at first, but this guide made it so much easier to grasp. Excited to apply this knowledge in my projects
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
Kudos to the instructor for this fantastic tutorial on threading.Event in Python! I've been struggling with coordinating thread execution
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
Finally, a straightforward guide to using locks in Python threading! This tutorial made it so much easier to grasp the concept and implement it in my projects
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
I've been struggling to grasp .NET SDK CLI tools, but this tutorial breaks it down perfectly.The step by step approach coupled with simple explanations has made learning about .NET SDK CLI tools quite easy for a beginner like me,thanks a lot
@official1
@official1 4 ай бұрын
thank you. You're the only one who made it clear that the .after needs to be in the actual function and not only at the bottom of the page
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
i searched all over the internet to get it right,so i decided to make this video,so other people can solve it easily.Happy to see that video helped you
@rahul_sreedharan
@rahul_sreedharan 4 ай бұрын
❤❤ really nice video for learning about dot net platform
@rohanpatel3083
@rohanpatel3083 4 ай бұрын
Great to hear you enjoyed the video
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
👇👇Link to Website Tutorial below👇👇 www.xanthium.in/dotnet-platform-software-development-using-command-line-compiler-tools-net-sdk ========================================================================================== This Video tutorial is tailored for beginners eager to delve into .NET platform software development through the command line tools offered by the dotnet SDK. We'll cover the process of creating console, WinForm, or WPF projects, compiling, running, and publishing them as single standalone executables. These steps apply to diverse platforms such as Linux, Windows, or macOS, all managed efficiently via the command line tools within the .NET SDK. We will also learn how to create stand alone executables that can work on multiple platforms and learn the in's and out of using NuGet commands to add various dependencies to our project. We will also learn the difference between a self contained dotnet executable and one that is dependent on the availability of a .net platform on the host computer. We will learn to cross compile our dotnet project to target multiple processor architectures like x86,x86-64,ARM,Raspberry Pi etc .
@jamespeterson7979
@jamespeterson7979 4 ай бұрын
nice one, ty :) i am looking for a good pattern of some sort of `Tx-Rx-protocol-handler` for, for example a `serial or CAN port. Which then can be nicely controlled by a tkinter process. All versions i build so far ended in chaotic unreadable code ^^
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
you can use the producer consumer to do that. I have written a CSV data logger in Python where we do all the data logging stuff in a separate thread and periodically update the GUI. If you are interested here is the link tothe code and tutorial on our site. www.xanthium.in/multithreading-serial-port-data-acquisition-to-csv-file-using-producer-consumer-pattern-python
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
thanks for the comment, I may do a video on the tutorial some time in the future
@vthelagan2198
@vthelagan2198 4 ай бұрын
can we do the same with esp32 wroom 32 board
@XanthiumIndustries
@XanthiumIndustries 4 ай бұрын
Our code deals with the PC side of things,Yes you can use it to communicate with the ESP32
@muzamilabbaskhakwani7271
@muzamilabbaskhakwani7271 5 ай бұрын
No pyvenv.cfg file this appears if I check my python version. please help
@XanthiumIndustries
@XanthiumIndustries 5 ай бұрын
Are you trying to create a virtual environment using env
@ahmadhafiz2916
@ahmadhafiz2916 5 ай бұрын
I have this error Traceback (most recent call last): File "E:\Downloads\peoplecounteryolov8-main\peoplecounteryolov8-main\test 26april buzzer.py", line 39, in <module> arduino = serial.Serial(arduino_port, baud_rate, timeout=1) AttributeError: module 'serial' has no attribute 'Serial'
@XanthiumIndustries
@XanthiumIndustries 5 ай бұрын
have you installed pyserial using pip.pyserial is not installed by default.check the spelling of your pyserial function also?
@nishantsharma7205
@nishantsharma7205 5 ай бұрын
Thanks for the helpful video! It got me unstuck and successfully installed. Much appreciated!
@XanthiumIndustries
@XanthiumIndustries 5 ай бұрын
thank you
@ItsmePaplo
@ItsmePaplo 5 ай бұрын
been searching for this solution all over the internet for hours, not a single person has shown compilation for a package instead they show for just a single java file, thanks alot sir, you earned a sub 🙂
@XanthiumIndustries
@XanthiumIndustries 5 ай бұрын
Thanks for the comment .I created the video because i also couldn't find a single video about compilation of the Package.
@Alex-rv5cy
@Alex-rv5cy 5 ай бұрын
откуда блин столько индусов со своей речки вонючки вообще шарят за программирования и компиляторы, уже 20 видосов посмотрел и одни индусы откудааа
@XanthiumIndustries
@XanthiumIndustries 5 ай бұрын
added subtitles for the video
@jiwandhiman6385
@jiwandhiman6385 5 ай бұрын
nice to see here also
@XanthiumIndustries
@XanthiumIndustries 5 ай бұрын
thank you
@rohanpatel3083
@rohanpatel3083 5 ай бұрын
nice one