排序
Code Month – February
Code Month - February,Hi, I have been a developer got a while now. It has started out as a hobby and it is now a full life dedication. I am at a level that I have enough confidence...
Time Value of Money in Finance and Investment For Software Developers
Time Value of Money in Finance and Investment For Software Developers,Benjamin Franklin once said: 'Remember that time is money.' The Time Value of Money (TVM) just means that mone...
My GitHub Org. qxresearch got 1.5k views in 3 days
My GitHub Org. qxresearch got 1.5k views in 3 days,I've created a GitHub Organization named qxresearch which is officially part of Mozilla Campus Club. Being the lead of the club I...
10 Lines of Code
10 Lines of Code,I've faced a problem when I've started learning programming. That problem was: I thought need to have deep understanding in every field to do projects and make coo...
Why I code with python
Why I code with python,Good morning guys, Somto here I'm here to share the reasons why I code with python and hope you'll also find it convenient to do so. I started learning pytho...
“function take an argument” (PYTHON3)
'function take an argument' (PYTHON3),When a function take an argument my intentions are clear :) def say_it_loud(word): print(word + '!') say_it_loud('GET BETTER') say_it_loud('KE...
loops(python3)
loops(python3),Sometimes, you need to perform code on each item in a list. This is called iteration, and it can be accomplished with a while loop and a counter variable. For exampl...
What I learned from interviewing Miguel Grinberg, author of the Flask Mega Tutorial
What I learned from interviewing Miguel Grinberg, author of the Flask Mega Tutorial, distinguished-devs (6 Part Series) 1 Distinguished Devs #0: Introduction 2 Distinguished Devs #...
How to develop the habit of coding
How to develop the habit of coding,A habit is a path, formed in your brain. The more you follow a habit, the more established that path will become. So how do you create a new habi...
10 reasons why learning Python is still a great idea
10 reasons why learning Python is still a great idea,This article was originally published at: https://www.blog.duomly.com/why-you-should-learn-python/ Python is one of the most po...
Self-learning is difficult and frankly, quite lonely. Here’s how you can make it easier.
Self-learning is difficult and frankly, quite lonely. Here's how you can make it easier., Build To Learn (4 Part Series) 1 Self-learning is difficult and frankly, quite lonely. Her...
I Did Something Scary
I Did Something Scary, Becoming a YouTuber (5 Part Series) 1 I Did Something Scary 2 Yet Another Python Tutorial 3 My Favorite Python Feature: List Comprehensions 4 8 Articles Abou...