Aatmaj

Aatmaj @aatmaj

About: I'm a Computer Science enthusiast with a keen interest in Maths. I like to tinker with things around me & practise Sahaja Yoga meditation. Do follow me on GitHub https://github.com/Aatmaj-Zephyr

Location:
Mumbai, India
Joined:
Apr 27, 2021

Aatmaj
articles - 103 total

Cool Github repositories for Everyone

📒 Useful repositories for every developer!! This is a hand picked and carefully curated...

Learn More 233 7Dec 29 '22

5 proverbs for rapid development

Let us see five proverbs which fit perfectly to the rapid development scenario. ...

Learn More 8 1Oct 22 '21

Waterfall with subprojects

One most significant problems with the pure waterfall model from a rapid development point of view...

Learn More 8 0Oct 21 '21

Sashimi Waterfall model of development

Sashimi Waterfall model of development The name Sashimi comes from the Japanese style of...

Learn More 18 0Oct 21 '21

Learning Python Intermediate Course- yearning for suggestions

The intermediate part of the Learning Python course ended last week. In case you missed it, you might...

Learn More 10 1Oct 19 '21

Spiral lifecycle model Part 2

In the last post, we studied about the spiral lifecycle model. Let us now continue discussing about...

Learn More 4 0Oct 18 '21

Learning Python- Intermediate course: Day 44, Summary of the week, examples and exercises

Today we will have a quick summary of the week Let us see a sample OOP program class...

Learn More 9 0Oct 16 '21

Learning Python- Intermediate course: Day 43, DDD and more on OOP

Today we will cover some OOP properties that are not covered in Python and look at how...

Learn More 8 1Oct 14 '21

Learning Python- Intermediate course: Day 42, Polymorphism.

Today we will learn about Polymorphism in Python What exactly is...

Learn More 6 0Oct 13 '21

Learning Python- Intermediate course: Day 41, Inheritance in Python

Today we will learn about inheritance in Python Inheritance Inheritance...

Learn More 9 0Oct 13 '21

Spiral lifecycle model Part 1

The spiral model of development is a really good model that helps you develop faster. In the spiral...

Learn More 4 0Oct 11 '21

Learning Python- Intermediate course: Day 40, Summary of the week and more about OOP

Today let us summarize the week and check out a more about OOP Let us first check out a...

Learn More 6 0Oct 9 '21

Learning Python- Intermediate course: Day 39, OOP-Constructor __init__

Today let us check out class constructors in Python Constructors in...

Learn More 7 0Oct 7 '21

Learning Python- Intermediate course: Day 38, OOP

Today we will learn about OOP in Python. Today we will make a simple class and use instances...

Learn More 7 0Oct 6 '21

Learning Python- Intermediate course: Day 37, File handling in Python

Today we cover File-handling in Python in a lightning fast speed Many times we need to...

Learn More 6 4Oct 5 '21

Code and fix model- A recipe for disaster

The study of development models cannot be complete unless we include the traditional - code and fix...

Learn More 4 1Oct 5 '21

Learning Python- Intermediate course: Day 36, Summary of the week

Summary of the week Day 33 We learnt about the menu widget in Python. The menu widget is...

Learn More 4 0Oct 2 '21

Learning Python- Intermediate course: Day 35, MessageBox widget

Today we will cover message box widget in Python The messagebox widget The...

Learn More 8 0Sep 30 '21

Learning Python- Intermediate course: Day 34, Toplevel, Panedwindow and Message widgets

Today we will cover a brief about the Top-level, paned-window and message widgets. Till...

Learn More 7 0Sep 29 '21

Learning Python- Intermediate course: Day 33, The Menu Widget

Today we will cover menu widget in Tkinter In the previous part, we learnt to use...

Learn More 6 0Sep 28 '21

Pure waterfall development model

In the waterfall model, a project progresses through an orderly sequence of steps from the initial...

Learn More 5 2Sep 27 '21

Learning Python- Intermediate course: Day 32, The Menubutton Widget

Today let us learn about the menubutton widget. Menubutton widget The...

Learn More 5 0Sep 25 '21

Learning Python- Intermediate course: Day 31, Coordinate positions

Today we will cover the coordinate layout in Tkinter Today we will make a program which...

Learn More 10 1Sep 24 '21

Learning Python- Intermediate course: Day 30, Spinbox and Labelbox

Today let us see how to use the spinbox and listbox widgets widget. Spin box...

Learn More 6 0Sep 22 '21

Learning Python- Intermediate course: Day 29, Sliders in Tkinter

Today let us learn all about the slider widget in Tkinter The slider widget is a widget...

Learn More 12 0Sep 21 '21

Quality assurance fundamentals

Introduction Prevention is better than cure. Not installing defects in the first place is...

Learn More 8 0Sep 20 '21

Learning Python- Intermediate course: Day 28, Summary of the week

Summary of the week Day 25 We covered the entry, button and the text widget. The button...

Learn More 6 1Sep 18 '21

Learning Python- Intermediate course: Day 27, Entry keypress event

Let us study keypress event in Tkinter entry widget Yesterday we had made a dummy login...

Learn More 7 0Sep 16 '21

Learning Python- Intermediate course: Day 26, Password Manager-Tkinter

Today let us build a login application which gets the passwords and usernames from...

Learn More 6 0Sep 15 '21

Learning Python- Intermediate course: Day 25, Buttons, Entry and Textboxes

Today we will cover three widgets, namely button, entry and textbox. The plain...

Learn More 10 0Sep 14 '21