CodeNewbie Community 🌱

# python

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
A never ending coding journey

A never ending coding journey

8
Comments
2 min read
Why you should learn JavaScript and Python in 2022

Why you should learn JavaScript and Python in 2022

7
Comments
5 min read
Charming Python with Lists

Charming Python with Lists

7
Comments 5
18 min read
If This... Then That

If This... Then That

10
Comments 1
9 min read
Django Basics: Folder Structure

Django Basics: Folder Structure

4
Comments 1
9 min read
How do I code?

How do I code?

7
Comments
8 min read
Words, Numbers, & Variables, Oh My

Words, Numbers, & Variables, Oh My

6
Comments 1
9 min read
How to Implement a Random String Generator With Python

How to Implement a Random String Generator With Python

5
Comments
3 min read
How to Master Python Fast and Easy: A Complete Simple tutorial Based on the Official Documentation of Python

How to Master Python Fast and Easy: A Complete Simple tutorial Based on the Official Documentation of Python

13
Comments 2
2 min read
Learning a bit about... Python part 1

Learning a bit about... Python part 1

4
Comments
2 min read
Write better functions in Python!!

Write better functions in Python!!

8
Comments
2 min read
Python Open Source projects in GitHub

Python Open Source projects in GitHub

13
Comments
4 min read
Turtle Race game in Python using Turtle class!

Turtle Race game in Python using Turtle class!

6
Comments 4
3 min read
What does True do in this code ?

What does True do in this code ?

3
Comments
1 min read
Django Rest Framework Beginner Cheatsheet

Django Rest Framework Beginner Cheatsheet

11
Comments 1
4 min read
New to coding

New to coding

7
Comments 6
1 min read
Reeborgs robot in Python

Reeborgs robot in Python

5
Comments
4 min read
Hang Man in Python

Hang Man in Python

4
Comments
2 min read
Django's built in auth with jwt or a third party package with jwt?

Django's built in auth with jwt or a third party package with jwt?

2
Comments 2
1 min read
#2 | Python/OpenCV: Classic Tetris Monthly Summary Tool (Mar 12, 2021)

#2 | Python/OpenCV: Classic Tetris Monthly Summary Tool (Mar 12, 2021)

6
Comments 2
15 min read
How can I generate random numbers in Python?

How can I generate random numbers in Python?

3
Comments 7
1 min read
Pixxia - Compress/Optimize your Images to save storage space...

Pixxia - Compress/Optimize your Images to save storage space...

9
Comments 1
2 min read
Pixxia - Complete Solution for Compression of JPG/PNG Images to save Storage Space..

Pixxia - Complete Solution for Compression of JPG/PNG Images to save Storage Space..

6
Comments
2 min read
Ideas for newbie project

Ideas for newbie project

3
Comments 2
1 min read
How to build a BMI Calculator in Python

How to build a BMI Calculator in Python

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