Open in app

Sign In

Write

Sign In

Giulio Laurenti, PhD
Giulio Laurenti, PhD

352 Followers

Home

About

Mar 15

Fake It Until You Make It

Understanding different types of mimicry. Nature is merciless, and only the fittest survive. Cheetahs are elegant and lethal creatures with almost no predators in their natural habitat. However, the status of untouchable applies only to adults. For cheetah cubs, the story is different. …

Biology

3 min read

Fake It Until You Make It
Fake It Until You Make It
Biology

3 min read


Published in Geek Culture

·Mar 8

Working with list comprehension in Python

Lists are one of the built-in data structures in Python. Sometimes, we need to create a list using the elements of an iterable that meet specific requirements. Consider the list of professions below: professions = ["analyst", "manager", "scientist", "nurse", "accountant"] print(professions) ['analyst', 'manager', 'scientist', 'nurse', 'accountant'] All the professions in…

Python

4 min read

Working with list comprehension in Python
Working with list comprehension in Python
Python

4 min read


Published in Geek Culture

·Feb 27

Venn Diagrams and Sets

Understanding how to use Venn diagrams to represent the relationships between sets. — In a previous post, we learned how to create and manipulate sets in Python. Here we will learn to represent the relationships between sets using Venn diagrams. Let’s assume that we are looking to buy a used car. We go to a dealership and find the following: Total used cars…

Mathematics

5 min read

Venn Diagrams and Sets
Venn Diagrams and Sets
Mathematics

5 min read


Published in Geek Culture

·Feb 15

Working with Sets in Python

Understanding how to create and manipulate Sets in Python. — Sets are one of the built-in data structures in Python. They are unordered sequences of unique elements that can contain different data types. Unordered means that the elements of a set do not occupy a fixed position and we cannot access them using their index. In this post, we will…

Python

6 min read

Working with Sets in Python
Working with Sets in Python
Python

6 min read


Published in Geek Culture

·Feb 8

Working with Dictionaries in Python

Understanding how to create and manipulate dictionaries in Python. — Dictionaries are one of the built-in data structures in Python. They are mutable collections of key — value pairs. Mutable means that we can modify a dictionary by adding, removing or changing elements. In this post, we will learn to create and manipulate dictionaries. Creating dictionaries Dictionaries can be created by…

Python

7 min read

Working with Dictionaries in Python
Working with Dictionaries in Python
Python

7 min read


Published in Geek Culture

·Jan 1

Working with Tuples in Python

Understanding how to create and manipulate tuples in Python. — Tuples are one of the built-in data structures in Python. They are ordered and immutable sequences that can contain different data types. Ordered means that the elements in the tuple occupy a specific position, which is determined by the tuple’s index. Immutable means that we cannot add, remove or change…

Python

4 min read

Working with Tuples in Python
Working with Tuples in Python
Python

4 min read


Nov 21, 2022

Working with Lists in Python

Understanding how to manipulate lists in Python — Lists are one of the built-in data structures of Python. They are ordered, mutable sequences used to store multiple elements in a single variable. Ordered means that the elements in the list occupy a specific position, which is identified by their index. Mutable means that we can modify lists by…

Python

10 min read

Working with Lists in Python
Working with Lists in Python
Python

10 min read


Sep 5, 2022

Resistance to Antibiotics

Understanding how it develops and why it is so dangerous. — Since their discovery, antibiotics have played a critical role in human history. They allowed us to fight diseases caused by pathogenic bacteria and develop complex surgical procedures. Nowadays, however, antibiotics are becoming less effective due to the emergence of antibiotic-resistant bacteria. Antibiotic resistance can develop naturally through mutations in the…

Medicine

3 min read

Resistance to Antibiotics
Resistance to Antibiotics
Medicine

3 min read


Jul 25, 2022

How do antibiotics work?

Understanding the mechanism of action of the most common antibiotics. — Bacteria are unicellular organisms that populate every environment on our planet, including the human body. While many bacteria are harmless and others are helpful(i.e., guts bacteria), a few are pathogenic and cause diseases. Many bacteria have a cell wall, a complex structure made of cross-linked chains of peptidoglycans (polymers of…

Medicine

4 min read

How do antibiotics work?
How do antibiotics work?
Medicine

4 min read


Jul 10, 2022

A mouse born from an unfertilized egg reaches adulthood.

Understanding how mice were born without a father. — Parthenogenesis is a biological process in which an egg cell develops into an embryo without being fertilized by a sperm. This form of asexual reproduction, which occurs naturally in insects, reptiles, birds and fishes, has never been observed in mammals. …

Science

2 min read

A mouse born from an unfertilized egg reaches adulthood.
A mouse born from an unfertilized egg reaches adulthood.
Science

2 min read

Giulio Laurenti, PhD

Giulio Laurenti, PhD

352 Followers

PhD in Molecular Biology with a passion for Data Science and writing.

Following
  • Sruthi Korlakunta

    Sruthi Korlakunta

  • Nil Lenon

    Nil Lenon

  • Karen Nimmo

    Karen Nimmo

  • Christianlauer

    Christianlauer

  • Mitch Goldfarb

    Mitch Goldfarb

See all (362)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech