u/PsychologicalSafe408

Is ETC good as an branch?

I got shortlisted for the ETC (Electronics and Telecommunication) branch in KIITEE Phase 1. I was originally aiming for CSE, but I’m opening up to this path now. Can anyone share honest reviews regarding the curriculum difficulty, coding culture, and placements for ETC at KIIT?

reddit.com
u/PsychologicalSafe408 — 3 days ago

I made this 1.5 hours into python

I made this while watching a 30 min crash course.

I wanted to know if I should start by learning all the theory at once or should l learn theory and also do small things like this or should I do a 'fuck around and find out's thing.

I would love your feedback.

bot_name: str = 'sara'

print(f'Hello i\'m {bot_name}! how can i help you today ?')

while True:

user_input: str = input('You: ').lower()

if user_input in ['hi','hello','hey']:

print(f'{bot_name}: how can i help you today ?')

elif user_input in ['bye','goodbye','see you']:

print(f'{bot_name}: goodbye!')

elif user_input in ['+','add']:

print(f'{bot_name}: sure let\'s do some fucking maths')

try:

num1: float = float(input('first number: '))

num2: float = float(input('second number: '))

print(f'{bot_name}: the sum is {num1+num2}')

except ValueError:

print(f'{bot_name}: please enter a number')

else:

print(f'{bot_name}: i dont understand you')

If anyone wants to know it's on python 3.14

reddit.com
u/PsychologicalSafe408 — 6 days ago

I made this, 1.5 hours into learning python

I made this while watching a 30 min crash course.

I wanted to know if I should start by learning all the theory at once or should l learn theory and also do small things like this or should I do a 'fuck around and find out's thing.

I would love your feedback.

u/PsychologicalSafe408 — 6 days ago
▲ 62 r/Ibispaintx+1 crossposts

Hello I started to learn how to draw digital art and made this yesterday in 2 hours.

I watched a video from brad's art school and downloaded a few of his free references and unused them to draw this.

So I wanted to know how I could remove the outlines

Also wanted to know any suggestions to get better at it.

I am drawing this on a tablet and also I don't have a stylus but I will get it in the near future.

Some might tell me to learn traditional first and I know that it is easier but I want to start from digital first.

u/PsychologicalSafe408 — 19 days ago