
Technology Girls Inc
Educational & Entertainment
Meet Tech I Girl
Technology Girls Inc is dedicated to creating a world where young girls are empowered to explore the possibilities of technology. We believe that every girl has the potential to become a tech superstar. Our company is designed to help girls ages 3-10 learn computer languages, with a focus on Python. Through our fun and engaging animation characters, we make learning technology easy and accessible for everyone. So, we like introducing the girls that will help teach our concept of encouraging child/children into technology.

Our Programs




Python list [ ] of Bubble Chewing Gum that
Tech I girl is holding
Tech i Girl Shopping Cart vs Python Shopping cart list[]







Bubble gum goes in the shopping cart, Tech I Girl placed the items in the cart
at the grocery store,
Python Compiler
Gum=[ " " ]
for i in range(4):
Techigirlselection=input("Enter your favorite Bubble gum, flavors in the shopping cart".
Gum.append(techigirlselection)
print(Gum)
1. in the python compiler their list, similar to a shopping cart is for the items to be placed within the list
this is the list similar to
the shopping cart
this is how the items are
entered into the list,
similar to the shopping cart
2. This is the process for the items to be placed within the Gum=[" "] list.
3. Especially the gum.append() portion that connects the list, to the tech i girl selection this displays what is currently inside the cart.
Understandings: the compiler accepts Gum Bubble Flavors items differently rather than a shopping cart, also, the compiler needs instructions before items can be placed within a customer shopping cart doesn't need instructions, so, there's a difference in the Python Compiler.
