by BugZeroCodes | Aug 10, 2018 | Blog
You may be thinking âWhat can I give my niece, nephew, daughter, son, cousin, granddaughter, grandson as a gift?â There are several books out there that can help in learning how to code. There are several free online resources. There are some who need to pay for a subscription. That can be an AMAZING gift! Some adults think kids may not understand coding. Kids do understand coding. It is learning a language just like kids who have learned other languages. Remember everyone can code including kids. Give a kid a try! And if they don’t get it one time, they can get it the next time.
Do not wait any longer. Help somebody to start learning how to code today!
by BugZeroCodes | Aug 7, 2018 | Blog
Friends and Family should support the person for coding or want to learn how to code. Wrong friends will be mean to you, call you names, and just give you a hard time. We should encourage young programmers to think big.
Do not wait any longer. Start learning how to code today!
by BugZeroCodes | Aug 6, 2018 | Blog
Parameters and arguments in coding are very similar but are still different.
Parameters, for example, are like this:
def function(parameter)
Whereas arguments are like this:
function(argument)
So parameters are the variables used when making a function. Arguments are the values to the variables of the function.
Do not wait any longer. Start learning how to code today!
by BugZeroCodes | Jul 31, 2018 | Blog
In Python instead of calling the add-ons gems, we call them eggs. Python has many API frameworks that use eggs like Flax, Django, and CherryPy. API’s set up or instruct what they website displays and display what the user can and can not do.
Python is a programming language used for very broad projects. I believe Python is good for beginners. It runs through Python IDLE. Python IDLE stands for Integrated Development Environment of Python. I started with it because I thought it was very simple and very understandable. It helped to understand more specific projects.
Do not wait any longer. Start learning how to code today!
by BugZeroCodes | Jul 27, 2018 | Blog
Ruby gems are pieces of software on a Rails app to do things. The following examples are gems:
The gem in Ruby is a library. The word “Gem” reminds me of something precious. In some of the books I read, I have come across gemstones. How precious these stones are! Ruby gem allows authentication. Authentication includes logging into an app and creating new accounts. Ruby gem is a perfect fit.
Do not wait any longer. Start learning how to code today!
by BugZeroCodes | Jul 27, 2018 | Blog
Python is a high-level language used to write short scripts, build API (Application Program Interfaces), or build a complex object.
|
Ruby
|
Python
|
|
Has more than one way of doing the same thing
|
You have to understand how to do something, which is how it ought to be done
|
|
Very web focused
|
Used widely in academia and Linux
|
|
Community innovates faster but easier to break more
|
Community innovates slower but more stable
|
|
The framework is Ruby on Rails
|
Framework is Django
|
Â
Do not wait any longer. Start learning how to code today!
Recent Comments