CodeNewbie Community 🌱

# python

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to build a Quiz Game in Python

How to build a Quiz Game in Python

5
Comments 5
6 min read
How to build a Dice Roller in Python

How to build a Dice Roller in Python

2
Comments 1
3 min read
Acronym Generator using Python

Acronym Generator using Python

5
Comments
2 min read
Functional programming in python

Functional programming in python

6
Comments 1
3 min read
Compresssio - Optimize your Images to save storage space...

Compresssio - Optimize your Images to save storage space...

6
Comments 1
2 min read
⚡️ Making a Static Site Generator with Python - part 1

⚡️ Making a Static Site Generator with Python - part 1

5
Comments 1
6 min read
7 Types of Operators in Python

7 Types of Operators in Python

6
Comments 5
5 min read
Python Loops: Using the Else Clause and Jump Statements

Python Loops: Using the Else Clause and Jump Statements

6
Comments
3 min read
Python Programming: A Beginner’s Guide

Python Programming: A Beginner’s Guide

13
Comments 6
4 min read
Basic Statistics using Python📈

Basic Statistics using Python📈

7
Comments 2
3 min read
Python 2021 Roadmap

Python 2021 Roadmap

7
Comments
3 min read
What I realised after learning Python, TypeScript and Kotlin

What I realised after learning Python, TypeScript and Kotlin

4
Comments 2
4 min read
Need a hug? There's a bot for that!

Need a hug? There's a bot for that!

5
Comments 2
3 min read
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);