Since this is my first post, I just wanted to say hello, world! I wanted to reference my first blog post to new programmers who write their first "Hello, World", program. New developers learn how to write code using a popular programming language, such as Python, Ruby, C++, or Java, to write a simple text output of the famous message.
1 #!/usr/bin/env python
2
3 # File: hello_world.py
4
5 print "Hello, world!"In my posts, I plan to share my interests, research, and developer experience. Like manny open-source developers in the community, I want to share ideas, contribute, and provide positive experiences to others. I will my technical challenges and solutions at a higher level than a traditional white paper. If required, code samples, graphs, and diagrams will be used to clarify a solution or experience.
I look forward to contributing my experience on my developer blogger. Feel free to comment posts and fork any gists in my GitHub. Happy writing and coding in the new year!