Signs Ariyo
@SignsAriyo
Followers
91
Following
3K
Media
459
Statuses
2K
Programmer || Talented Artist || Presently, Coding on Mobile https://t.co/qOMMjwY2rP
Talk to me 👉
Joined April 2022
Functions are like formulas in mathematics Loops are like the everyday coffee Tip: Once you relate coding concepts to life, you understand faster and better
2
0
6
Yo!, People without computers are coding python, using their phones HOW? All you need is an app called Termux, download it from fdroid app or GitHub Update and Upgrade with $ apt upgrade $ apt update Then start Python on Termux $ apt install nano $ apt install python3
0
0
1
Do you know why programming lessons are splited into parts? (Part 1, part 2... 14) right? It is to tell you a story To tell you to take it step by step, (a day for one part), One shouldn't rush programming lessons, unless you want to come back to them sooner
0
0
2
Writing pseudo code before you code is totally underrated nowadays
0
0
2
You can understand the toughest programming language All its takes is to make stories out of it, relate it to reality Take a loop for an example, You open a door, close it; open, close Repeat this multiple times, Then shout aloud "This is a loop" Try it Photocredit: Meta
0
0
2
You can understand the toughest programming language All its takes is to make stories out of it, relate it to reality Take a loop for an example, You open a door, close it; open, close Repeat this multiple times, Then shout aloud "This is a loop" Try it
0
0
3
2) How would you feel, wasting years of frustration, bugs, headache only to be in another person's slippers? Humans are built different, only YOU can identify which works for you, either you program for Passion or Money
0
0
2
I started feeling being a life giver, till this day I still get chills making me switch I would love to put it to you 1) Passion and Discipline are different things You need Passion to program, you also need discipline
1
0
2
I learnt HTML, CSS even JavaScript before I got a lead to migrate to AI development I wasn't really into Front-end, but loved coding The syntax gave me chills somehow In the process of my JavaScript journey, an idea came, kept it but somehow more ideas came to buttress it
1
0
2
To get PDF files from Google, DO THIS INSTEAD: Use the below command template next time "filetype:pdf" For Example: "Novel for programmers" filetype:pdf This will return search results that contain PDF files related to novels that programmers read, with easy download access
0
0
2
Two underrated skills you should have... COPYWRITING, COMMUNICATION (Own And Use Them).
0
0
2
Next, 2+3 == 5; this instructs a mathematical problem and tells the actual summation Finally, a + b === 3 tells the computer the simple phase "I don't care if they are not numbers, but my output should be numberical, nothing else" That's a wrap, hope you understand?
0
0
2
SIGNS like =, ==, === looks confusing!, but understand it this way = means "is" == means "is equal to" === means "should be equal to" Example; let a = 2; means a is 2, (wherever you see a, you see 2; its identifies as 2) ...
1
0
2
When the thought of 'Python is hard, C++ is master-hard, I can't build ML models' came I ask myself, Were this languages built from Mars? I then answer, No, they were built by humans with no two heads! Then what is stopping me??
0
0
1
If am to create a social media app, I will make sure to set strict policies against reviews... People should know that their views are because of their experiences and shouldn't force their views on the ignorant
0
0
1
The Best ideas comes in random places and at random times Try to have a notepad or pen with you at every time
0
0
1
How To install SQL in Termux The best alternative is to install SQLite, a lightweight and self-contained SQL database. Here's how: 1. Open Termux 2. Update package list: $ pkg update 3. Install SQLite: $ pkg install sqlite 4. Verify installation: $ sqlite3 --version
1
1
3