Back

Sanskar

Keen Learner and Exp...ย โ€ขย 5m

Day 1 of learning python as a beginner. Topic: Variables and Datatypes Variables are like containers which are used to store various datatypes in it. These datatypes includes string, Integer (whole number), floating point (decimal numbers), boolean (true-false). Variable name can start with a letter or a _ (underscore). It cannot start with a number or a special character like @. Although it can contain a number in between or at the end but it cannot contain any special character anywhere. Examples: variable1 = this is acceptable โœ… 1variable = shows syntax error โŒ v@riable = shows syntax error โŒ A little BMI calculator I created (It's been two days since I started learning python and thus I got familiar with another feature "if-else statement" and thus decided to use it) I would appreciate any feedback on the code or mentorshipa

Reply
3

More like this

Recommendations from Medial

RootDotAi

From the ROOT to the...ย โ€ขย 1y

Why did the programmer always carry a map? To navigate through all those syntax error jungles!

Reply
8

ProgrammerKR

Founder & CEO of Pro...ย โ€ขย 8m

Tech News: Python 3.12 Released Python 3.12 has officially landed with faster performance, improved error messages, and new typing features. Itโ€™s a major milestone that continues to solidify Pythonโ€™s role as a versatile, developer-friendly language.

See More
Reply
3

Kamleshwar Pandey

Hey I am on Medialย โ€ขย 7m

FUN FACT ABOUT PYTHON. As Python was implemented in the C language, when we say x=10000 in python, x is not just a raw integer but it's actually a pointer to a compound C structure which not only stores the integer value but also many other values. T

See More
Reply
4

Vansh Khandelwal

Full Stack Web Devel...ย โ€ขย 1y

๐‚๐’๐’, ๐’๐‚๐’๐’, ๐š๐ง๐ ๐’๐€๐’๐’: ๐€ ๐๐ฎ๐ข๐œ๐ค ๐†๐ฎ๐ข๐๐ž CSS (Cascading Style Sheets) is the backbone of web styling, controlling layout, colors, and fonts. It includes selectors, the box model, Flexbox, Grid, media queries, and animations. CSS i

See More
Reply
3

Sanskar

Keen Learner and Exp...ย โ€ขย 4m

Day 26 of learning python as a beginner. Topic: CRUD operations in python postgreSQL. I had tried to explore SQL database handling in python and someone suggested me that I should also try performing CRUD (Create, Read, Update and Delete) operation

See More
Reply

ShipWithRathor

garoono.in minimal a...ย โ€ขย 1m

Stop Silent Crashes: The 2025โ€“26 Flutter Error Playbook Ship apps that fail gracefully, recover fast, and tell you exactly what went wrong Your app isnโ€™t exploding Itโ€™s failing quietly A Future that throws and disappears A widget that rebuilds a

See More
Reply
7
Image Description
Image Description

SOMRAJ

Polymathย โ€ขย 8m

๐Ÿš€ Big news! Iโ€™m building a brand-new programming language thatโ€™s easier than Python, beginner-friendly, and powerful enough for AI/ML and Blockchain development. ๐Ÿ“œ Natural-language-like syntax โšก Write smart contracts & AI models without the comple

See More
8 Replies
21

Shubham

Fearlessย โ€ขย 3m

๐Ÿš€ Day 1/21 โ€“ My JavaScript Learning Journey Iโ€™ve started my 21-day challenge to learn and share JavaScript daily. ๐Ÿ”น Todayโ€™s focus: Basics, Variables, and Data Types Variables: var, let, const (different scopes & usage). Data Types: 7 primitive

See More
Reply
2
Image Description

Ashwin

Early Stage Founder ...ย โ€ขย 5m

Tomorrow, Iโ€™m hitting a small but special milestone โ€” ๐Ÿ“ My 200th Instagram post. When I started creating content in 2023, I had: โŒ No camera โŒ No editing skills โŒ No idea what I was doing But I kept showing up. Post after post, I figured things o

See More
2 Replies
4

Download the medial app to read full posts, comements and news.