The Beginner's Garden

The Beginner's Garden

Follow
Follow
homeAbout Mebadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Public Speaking: The What,Why, and How?

Sep 30, 20203 min read

I'm sure you have had your spotlight moment where you got called out by your teacher in school to explain some concept to your peers or even tell a...

Public Speaking: The What,Why, and How?

Control Flow in Python with Conditional Statements

Sep 28, 20202 min read

Programs can be written to follow a particular way satisfying some conditions specified. This way you can control how you want your code to run. This...

Control Flow in Python with Conditional Statements

How to deploy a Django App to Heroku (The Github Method)

Sep 24, 20204 min read

The beauty of building an app or a website is appreciated when others are able to see and view it from their end. Deploying an application means...

How to deploy a Django App to Heroku (The Github Method)

Getting ready for Hacktoberfest

Sep 19, 20203 min read

October is coming and it's the month of Hacktoberfest! An amazing opportunity to contribute to open-source projects. This article aims to explain...

Getting ready for Hacktoberfest

Three months of Consistency

Sep 3, 20203 min read

Hello there, I am Ruth Ikegah from Nigeria. I want to share with you how I stayed consistent, my progress and achievements on the She Code Africa...

Three months of Consistency

Django Forms

Aug 21, 20203 min read

Welcome to my .py series where I take you through what I learn weekly at She Code Africa Mentorship program Cohort 2-Python track. You can check...

Django Forms