Explore tweets tagged as #numbers_in_python
Today’s Progress Update • Working with tags in project • Solved “Delete the Middle Element in Stack” • Brainstorming on “Add Two Numbers” #100DaysOfCode #DSA #CodingJourney #WebDevelopment #Python #Java #ProgrammerLife
2
1
30
One day i decided to write random ass lines in python to make a simple game about multiplying numbers, Today i am releasing a math breaking rules flipping deck modifier on steam featuring more content than i ever expected to add. Link in comments :)
1
2
6
"it's Python, you do anything and it allocates" How true is this? I modified CPython to print when it allocates an integer object Then added numbers in a for-loop 100k times My terminal got spammed with 101006 allocations Why? Let's explore the internals of CPython:
I will never forgive Rust for making me think to myself “I wonder if this is allocating” whenever I’m writing Python now
25
40
795
🧵 Theta Network ($THETA) Price Prediction Thread: As a crypto analyst, I'm diving deep into data and models. I crunched the numbers using Python and AI-powered deep search on THETA's potential future price development! 🚨 Spoiler Alert: It could hit a $17 average in the current
4
14
64
#Day1 of Diving into Full-Stack Generative & Agentic AI with Python! Today, I learned about objects — mutable & immutable, numbers, booleans, and operators in Python. 💻✨With @hiteshdotcom & @piyushgarg
#LearnInPublic @ChaiCodeHQ #Python
1
0
7
🐍 Have you ever worked with large numbers in Python? Which number is more readable 1000000 or 1,000,000? The second one, right? Unfortunately, the second notation does not work in Python. However, you can use a _ instead of a ,. Let’s look at an example.
1
1
2
👨💻 Today I wrote my first for loop in Python! Just a few lines of code and it printed numbers 1️⃣ to 5️⃣ in sequence. Small steps → Big progress! 🔥 Excited to dive deeper into loops and logic building. #Python #100DaysOfCode #CodingJourney
5
1
34
“Statistics isn’t just numbers — it’s insight.”📊 At #PyHo2025, Elvis Kwabena took us beyond the basics of statistical inference in Python - exploring the data-driven logic behind real-world decision-making. A masterclass in turning data into clarity. 🐍💡 #DataScience
1
2
8
I used Gemini to write a Python script that turns any jpg into a pixelated paint by numbers guide in Google sheets
2
0
24
My data journey has been... a trip. Fell in love with data analytics 'cos I love numbers. Started like everyone else: Tableau & Power BI. "Behold, my beautiful pie chart! Such insights!" Ventured into SQL, then Python. Then discovered ML on Kaggle and it was love at first
8
8
36
A lot of the project euler problems lend themselves well to Python because use of numbers outside 64 bit space. Was in the mood to do a quick one while cooking dinner. Problem 25 was finding the index of the first fibonacci number to have 1000 digits. Fun.
4
1
8
🔥 Whipped up a simple calculator - inspired by @FogoChain Built in Python. Feels basic. But isn’t. You punch in numbers. It responds. Simple, right? Look again. 31.03 What’s behind it - and how to reach it - is yours to decode.
15
6
33
Python Data Types Made Simple! In Python, every piece of data has a type. Let’s break them down in the easiest way possible 👇 1. Numeric (Numbers): Used for storing numbers. Integer: Whole numbers 👉 a = 5 Float: Decimal numbers 👉 α = 5.0 Complex: Numbers with a real and
1
2
6
Master NumPy essentials for data analysis. Create arrays, reshape, slice, perform math ops, aggregate functions, boolean indexing, broadcasting, random numbers & utilities—all in one cheatsheet. A must-have for every data professional! #Python #NumPy #DataScience #AI #ML
6
2
29
Day 17 💻⛓️ Weather’s been kinda gloomy today, so I just decided to chill and code a bit. I’ve been learning about lists in Python. It's basically a way to store a bunch of items in one place. Think of it like a box where you can keep different stuff: numbers, words, or even
1
0
6
Don’t Underestimate Python in Data Analytics! 🚫 Python isn’t just a programming language; it’s a powerhouse for data analytics. With the right tools and a bit of Python magic, your data will become more than just numbers; it’s the story of your success waiting to be told. 👉
1
56
275
Was recently on a Math seminar by an Indian mathematician and the concept of digital root caught my fancy. This is a spiral of 1229 prime numbers, arranged according to their digital root in color. 7 colors. 11x14 Strathmore Mixed Media Paper + Color Sharpies. #Python
1
0
1
.@zama's concrete ml is like giving ai a way to learn from data that is fully encrypted The ai sees what is inside but it can still learn from it, so your private things stay hidden whole time You write your ai in normal python but instead of giving it real numbers, you give it
22
0
26
🔢 Filter Even & Odd Numbers in Python — Without Using filter()! Sometimes the simplest logic teaches you the most. This example shows how to separate even and odd numbers using just loops and conditionals — no built-in filter function needed. In this post, you’ll learn: ✨
0
0
1
Day 3 of Learning Data Science in Python: Topics covered today: > Datatypes in NumPy > Complex Numbers in NumPy > Memory usage > Understanding which data types to use to take advantage of NumPy’s CPU-level optimizations > Python objects & strings are not ideal in this context
1
0
12