klimi
I want to build my own website
don't go for C then, choose html css (or some other things depending on your needs)
klimi
But I like python really
But python is not used for building websites... is it...
Anonymous
I want to build my own website
Hello You want to Build Websites?
Xitino :(
I think python can do that
i don't think so 😂
Manav
What dev are you?
If i have to classify myself, i would be a game developer. I know both python and C/C++ if that's what you're asking
klimi
I think python can do that
okay... go to your favourite website and see what data was sent to your browser...
klimi
obviously index.py
that's filename... that's not all data that was transmitted was it...
Anonymous
obviously index.py
Websites don't End with .Py it ends with .Com .Net etc
Xitino :(
Why
dude python is a programming language, html (hyper text markup language) is, as the name suggests a markup language, you can't use python to create a website 💀
klimi
(You can use whatever on the backend you want)
Xitino :(
You can, there's multiple web frameworks for python.
ok then create a website with only python
Xitino :(
you still need html no matter what, every site is built on top of it, yeah there's pyscript, but you can't just create a website off a programming language like python or c or every other language that's not a markup one
Manav
ok then create a website with only python
well there's pyscript if you want only python. it'll have html so _-_
Danya🔥
Wtf is going on here
Manav
Wtf is going on here
i have no idea
Danya🔥
Since when this group became python html dumpster?
Manav
one guy talks about some extension, and only klimi knows what's happening
Xitino :(
Wtf is going on here
trying to explain that you can't use just python/c/c++ to build a website
klimi
Since when this group became python html dumpster?
since like 5 minutes ago :D But i think it's still on topic of web dev
B;
Wtf is going on here
This group has 16K members impossible to keep it clean 💀
Ali
what does this even mean
You're beginner that's why
klimi
Ali
You can, but you shouldn't
That's not an option
B;
I have been here almost 2 years. Only 3-4 people are actually helping other 15000 aren't of much use
Xitino :(
You're beginner that's why
💀💀💀💀💀💀💀💀
klimi
That's not an option
I think that you should write down what you want to make and how you want to have it done first. so at least you know what the project would be about
Manav
what does this even mean
Well you asked a question and i answered, there's stuff like brython which use python only. But it's offtopic so you can ask me about it in the ot group
Rose
Offtopic discussions should be done in the C/C++ Offtopic group. Please take your discussion/questions there.
Chat Boss
S sent a huge message, it has been re-uploaded as a file {     int score = 0;     int i;     int len;     for (i = 0, len = strlen(words); i < len; i++)..
S
anyone know what is wrong? without giving me the solution, just an hint? pastecode .io/s/25zr7vtf
.
!ban
Rose
!ban
You need to be an admin to do this.
Manav
/report cp
Jer
Might want to delete that bot message xD they get free advertising
星尘
So that we help you more.
❝ѶɘɘRɐ😎😋😜❞
1 2 3 6 5 4 7 8 9 12 11 10 Does Anyone Know Logic ?
❝ѶɘɘRɐ😎😋😜❞
True
What ??
nami
What ??
Sorry it’s true in C++
❝ѶɘɘRɐ😎😋😜❞
Sorry it’s true in C++
I want to print. How is logic in for loop?
klimi
I want to print. How is logic in for loop?
you print numbers in this pattern: 1 2 3 6 5 4 7 8 9 12 11 10
nami
What ??
https://www.w3schools.com/cpp/cpp_booleans.asp
Eldos
I want to print. How is logic in for loop?
you should to use code such that for (int i = 0 ; i < n ;i ++)if (i%2== 0){for (int j = 0; j < m ; ++ j }{arr[i][j]= x; x ++ (in this situation x = 1 and by each operatoion its increase by 1 ) else if (i%2== 1)for (int j = m-1; j >= 0; ++ j) arr[i][j]= x ; x ++}
Eldos
snake
Eldos
form
Eldos
hopefully its helpfull to you
Rose
User Vignesh has 1/2 warnings; be careful! Reason: yt ad
Anonymous
I don't know anything about coding or programming but I have idea to make app for my own purposes so I use ai code generator to get the code but I don't know how to actually make the code start working please can someone help me out 😭🙏
Anonymous
It's urgent I need the app 😭🙏 any help
klimi
This group doesn't work as AI helpdesk
Rose
It's urgent I need the app 😭🙏 any help
User Seyi has 1/2 warnings; be careful! Reason: ask AI lol, go away
Anonymous
Okay thank y'all
Viacheslav
Does atomic operations really require 1 tact to process operations that is allowed by hw of cpu so we do not have multiplication in this case? 1 tact seems logically correct if cache swap in MESI from exclusive state to shared state may require 1 tact?
klimi
For understanding what instructions it produces i recommend to use godbolt and to try make some functions to see adding, multiplication and etc with atomic and without atomic
Anonymous
Am new to C++ but I am having a lot of problems with my compiler. TS generating errors. What compilers would someone suggest being better. Thanks
Manav
Am new to C++ but I am having a lot of problems with my compiler. TS generating errors. What compilers would someone suggest being better. Thanks
What compiler you're using? what platform or OS you're on? And what exactly are the errors?