Ermi dev ๐Ÿง‘โ€๐Ÿ’ป
150 subscribers
117 photos
13 videos
3 files
39 links
This is my channel and Iโ€™m Ermi.
A freshman at AAU, really into aerospace and software engineering.

I use this space to share my ideas, the challenges I run into, and my journey as I try to grow in both fields.

DM: @ermijemmy
Download Telegram
Ermi dev ๐Ÿง‘โ€๐Ÿ’ป
import time def get_valid_input(): while True: try: remaining_time = int(input("enter the time in seconds: ")) return remaining_time except ValueError: print("invalid input") remaining_time = get_valid_input() while True: remaining_timeโ€ฆ
To explain
It is very basic code that simulates a rockets launch time counter.
It asks the time to be launched
It counts down
It tells to launch at the right time
It starts counting up until the rocket gets landing place

I used 1 function (to accept the seconds  correctly)
3 conditionals
๐Ÿ”ฅ1
แŠ“แˆณ แˆฐแˆ›แ‹ญแŠ• แ‰ 102 แŠ แ‹ญแАแ‰ต แ‰€แˆˆแˆ›แ‰ต แˆˆแˆ›แŒฅแŠ“แ‰ต SPHEREx แ‹จแ‰ฐแ‰ฃแˆˆ mission launch แ‹ซแ‹ฐแˆญแŒ‹แˆแข

แ‹จแ‹šแˆ… mission แˆแŠญแŠ•แ‹ซแ‰ต แ‰ฐแˆ˜แˆซแˆ›แˆชแ‹Žแ‰ฝ (Astronomers) แˆตแ”แˆตแŠ• แ‰ แ‰ฐแˆˆแ‹ซแ‹ฉ แ‰€แˆˆแˆ›แ‰ต แ‰ขแ‹ซแŒ แŠ‘ แ‰  cosmic physics แŠฅแŠ“ planetary science แ‹™แˆชแ‹ซ แ‹จแ‰ฐแˆปแˆˆ แŠ แˆจแ‹ณแ‹ต แ‹ญแŠ–แˆซแˆ แ‰ฐแ‰ฅแˆŽ แˆตแˆˆแ‰ณแˆฐแ‰  แАแ‹แข

แ‰€แˆˆแˆ›แ‰ฑแˆ แŠ แ‰ฅแ‹›แŠžแ‰น infrared (แŠจแ‰€แ‹ญ แ‰ แ‰ณแ‰ฝ frequency แ‹ซแˆ‹แ‰ธแ‹) แˆฒแˆ†แŠ‘ แ‰ แ‹แ‹ญแŠ• แ‹จแˆ›แ‹ญแ‰ณแ‹ฉ แŠ“แ‰ธแ‹แข
SPHEREx แˆ›แˆˆแ‰ต Spectro-Photometer for the History of the Universe, Epoch of Reionization and Ices Explorer แˆ›แˆˆแ‰ต แАแ‹แข

แ‰ฐแŒจแˆ›แˆช

โ€ข  SPHEREx = แˆˆแŠฅแŠ•แ‹ฐแ‹šแˆ… แŠ แ‹ญแАแ‰ต แ‹“แˆ‹แˆ› แ‹จแ‰ฐแˆ แˆซ แ‹จแˆตแ”แˆต แ‰ดแˆŒแˆตแŠฎแ• แАแ‹แข
โ€ข  102"แ‰€แˆˆแˆ›แ‰ต": แ‰ แŠฅแ‹แАแ‰ณแ‹ แ‹จแแˆชแŠฉแ‹ŒแŠ•แˆฒ แŠฅแŠ“ wave length แˆ˜แˆˆแ‹‹แ‹ˆแŒฅ แŠฅแŠ•แŒ‚ แ‰€แˆˆแˆ แ‹จแˆšแ‰ฃแˆ แАแŒˆแˆญ แ‹จแˆˆแˆแข แˆตแˆˆแ‹šแˆ… แ‰ 102 แ‹จแ‰ฐแˆˆแ‹ซแ‹ฉ wavelengths แˆ›แˆˆแ‰ฑ แ‹ญแ‰€แˆ‹แˆแข
โ€ข  แŠ แ‰ฅแ‹›แŠžแ‰น 'แ‰€แˆˆแˆ›แ‰ต' infrared แŠ“แ‰ธแ‹แข infra แˆ›แˆˆแ‰ต แ‰ แ‰ณแ‰ฝ แˆ›แˆˆแ‰ต แˆฒแˆ†แŠ• แŠจแ‰€แ‹ญ แ‰€แˆˆแˆ แ‰ แ‰ณแ‰ฝ แแˆชแŠฉแ‹ŒแŠ•แˆฒ แ‹ซแˆ‹แ‰ธแ‹ แŠ“แ‰ธแ‹แข
โ€ข  Cosmic Physics and Planetary Science: แ‹ญแˆ… แˆšแˆฝแŠ• แ‹‹แАแŠ› แ‹“แˆ‹แˆ›แ‹ แ‹จแ‹ฉแŠ’แ‰จแˆญแˆตแŠ• แ‰ณแˆชแŠญ แŠฅแŠ“ แ‹จแ•แˆ‹แŠ”แ‰ถแ‰ฝแŠ• แŠ แ‹ˆแ‰ƒแ‰€แˆญ แˆ›แŒฅแŠ“แ‰ต แАแ‹แข
import time
# function to print the time took the device to count up to specified time
elapsed_time = time.time() - start_time
# used to calculate the time difference starting from the program's running time
print(f"\n แŠ แˆแŠ• แ‰ฃแˆˆแ‰ แ‰ต แˆแŠ”แ‰ณ แˆ˜แˆฃแˆญแ‹ซแ‹Žแ‰ต แŠฅแˆตแŠจ {set_time} แˆˆแˆ˜แ‰แŒ แˆญ {elapsed_time:.2f} แˆฐแŠจแŠ•แ‹ต แˆแŒ…แ‰ถแ‰ แ‰ณแˆแข")

def input_set_time():
# function used to take the times in numbers
while True:
  try:
   set_time = int(input("แˆ˜แˆฃแˆญแ‹ซแ‹Žแ‰ต แŠฅแˆตแŠจ แˆตแŠ•แ‰ต แ‹ตแˆจแˆต แŠฅแŠ•แ‹ฒแ‰†แŒฅแˆญ แ‹ญแˆแˆแŒ‹แˆ‰? (แ‰ฐแˆ˜แˆซแŒฉ 10000 แАแ‹แข): "))
   return set_time
  except ValueError:
   print("แ‰แŒฅแˆญ แ‰ฅแ‰ป แ‹ซแˆตแŒˆแ‰ก! \n แˆแˆณแˆŒ: 10000")
  
print(f"แˆฐแˆ‹แˆ! \n \n แ‹ญแˆ… แ•แˆฎแŒแˆซแˆ แ‹จแˆ›แŠ•แŠ›แ‹แŠ•แˆ แ‹ฒแŒ‚แ‰ณแˆ แˆ˜แˆฃแˆญแ‹ซ แแŒฅแАแ‰ต แŠฅแˆตแŠจแ‰ฐแˆฐแŒ แ‹ แ‰แŒฅแˆญ แ‹ตแˆจแˆต แ‰ แˆ˜แ‰แŒ แˆญ แ‹ญแˆˆแŠซแˆแข  \n \n แŠ แŒ แ‰ƒแ‰€แˆ \n แ‰ แˆ˜แŒ€แˆ˜แˆญแ‹ซ แˆ˜แˆฃแˆญแ‹ซแ‹ แŠฅแˆตแŠจ แˆตแŠ•แ‰ต แ‹ตแˆจแˆต แˆ˜แ‰แŒ แˆญ แŠฅแŠ•แ‹ณแˆˆแ‰ แ‰ต แ‹ญแˆžแˆ‰แ‰ณแˆแข \n แŠจแ‹šแ‹ซแˆ แˆ˜แˆฃแˆญแ‹ซแ‹ แ‰ฃแˆˆแ‹ แŠ แ‰…แˆ แ‰ แˆ™แˆ‰ แŠฅแˆตแŠจแ‰ฐแˆฐแŒ แ‹ แ‰แŒฅแˆญ แ‹ตแˆจแˆต แ‹ญแ‰†แŒฅแˆซแˆแข \n แ‰ แˆ˜แŒจแˆจแˆปแˆ แ‰แŒฅแˆฉแŠ• แˆˆแˆ˜แ‰แŒ แˆญ แˆแŠ• แ‹ซแˆ…แˆ แˆฐแŠจแŠ•แ‹ต แŠฅแŠ•แ‹ฐแ‹ˆแˆฐแ‹ฐแ‰ แ‰ต แ‹ญแАแŒแˆซแˆแข ")
print("")
set_time = input_set_time()
start_time = time.time()
i = 0
while True:
i += 1
print(i)
if i >= set_time:
  break
print_elapsed_time(start_time)
๐Ÿ‘1
Forwarded from Solo codes (Brook Solomon)
Had a blast at #devmeetupv3! Especially enjoyed both of panel discussions as well as Hadis's interview. Can't wait for #devmeetupv4!
If you're a dev you can buy a domain from yegara.com at 65% off.
It was 1550....now 550birr only.
Use this code DEVMEETUP
โ˜‘๏ธ #แŒˆแŠ•แ‹˜แ‰ฅ แ‹จแˆŒแˆˆแ‹ แˆฐแ‹ แŠ’แˆŠแ‹จแАแˆญ (Nillionaire) แ‹ญแ‰ฃแˆ‹แˆแข

โžก๏ธ แˆแŠ•แŒญ: แˆณแ‹ญแŠ•แˆตแŠ› แˆ˜แ…แˆแ

ยฉ แˆณแ‹ญแŠ•แˆตแŠ›
๐Ÿ˜4
One of the developers that I met on #devmeetupv3 is Firaol.

He has trained an AI that is useful for Freshmans.

It provides:
-> Course Support: Generate example problems and solutions for subjects like English, Logic, Maths, Psychology, Geography, Physics, and Physical Fitness.
-> Exam Prep: Access past exam papers, create mock quizzes, and review sample answers.
-> Study Strategies: Get personalized study plans and tips for effective learning.

Examples of how to ask for help:
"guide me" for a general overview.
"Logic Chapter 1" for chapter explanations.

"Page 23 in Logic Chapter 1" to clarify specific content.

"Logic mid exam" for past exam materials.

Here is the link: https://eagledemy-ai.vercel.app/
โค2
Hey #Mondayers

Remember
Your week starts at sunday afternoon.
Make sure to do these things this afternoon :
โ€ข prepare for tomorrow
โ€ข have little usage of digital devices
โ€ข organize your materials for the week
โ€ข reflect on the past week and try not to repeat your mistakes
โ€ข don't procrastinate your sleeping time
โ€ข stay positive
as you know I dont post usually. These 2 days I though I am spamming you. I hope this is my last. Have a nice weekend!
Forwarded from YearProgressET
โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–“โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ แตแฎ% (46%)
''แŠฅแ‹แАแ‰ต แ‰ แˆŒแˆˆแ‰ แ‰ต แ‹“แˆˆแˆ แˆˆแˆ˜แŠ–แˆญ แŠ แˆแ‹ˆแˆˆแ‹ตแˆ''
***
ยซแŠฅแˆบ แก แˆ˜แˆฌแ‰ต แก แŠ แˆˆแˆฝ? ยป
ยซแ‹จแˆˆแŠแˆยป
ยซแ‰คแ‰ต  แŠฅแˆˆแˆฝ ?ยป
ยซแ‹จแˆˆแŠแˆ แขยป
ยซแ‰ตแˆแˆ…แˆญแ‰ต แŠฅแˆˆแˆฝ ?ยป
ยซแ‹จแˆˆแŠแˆ แขยป
ยซแ‰ณแ‹ฒแ‹ซ แก แˆแŠ• แก แŠ แˆˆแˆฝ ?ยป
ยซแˆแŠ•แˆ แก แ‹จแˆˆแŠ แขยป
ยซแ‰ณแ‹ฒแ‹ซแก แ‹ตแˆ…แАแ‰ตแฃ แ‰ แˆฝแ‰ณแŠ•แŠ“ แ‹ตแŠ•แ‰แˆญแŠ“แŠ• แˆแ‰ณแ‹ˆแˆญแˆบแŠ แก แАแ‹ แก แ‰ฐแ‹ˆแˆˆแ‹ต แ‹จแˆแ‰ตแ‹ญแŠ?ยป
ยซแ‹•แ‹ตแˆแˆ…แŠ• แก แŠฅแŠ•แ‹ดแ‰ต แก แŠ แ‹แ‰€แ‹‹แˆˆแˆ แก แˆแŒ„?ยป แŠ แˆˆแ‰ฝ แก แ‰ แ‰ตแŠซแ‹œแขยป
.
.
แŠ แˆแ‹ˆแˆˆแ‹ตแˆ
แŠ แ‰ค แŒ‰แ‰ แŠ›
๐Ÿ‘2
แŠจแˆ…แ‹ญแ‹ˆแ‰ต แŠจแˆžแ‰ต แˆฒแˆ‰แŠ แก แˆ…แ‹ญแ‹ˆแ‰ตแŠ• แˆ›แˆˆแ‰ด  แˆ˜แˆแˆจแŒค แ‹ญแ‰€แˆซแˆ?

ยซ แŠฅแŠ“ แˆ…แ‹ญแ‹ˆแ‰ต แˆแŠ•แ‹ตแŠ• แАแ‹? ยป

ยซแˆ˜แŠ–แˆญ แАแ‹‹!ยป

ยซ แˆ˜แŠ–แˆญแˆณ แˆแŠ•แ‹ตแŠ• แАแ‹? ยป

ยซ แŠฅแˆฑแŠ•แˆ› แˆแŠ‘แŠ• แŠ แ‹แ‰„แ‹ แ‰ฅแˆˆแˆ…?  แˆฒแŠ–แˆฉแ‰ต แŒแŠ• แ‹ญแŒฅแˆ›แˆ แˆ›แˆญ แˆ›แˆญ แ‹ญแˆ‹แˆแฃ แŠ‘แˆฎ แŠ‘แˆฎ แ‹ญแˆ‹แˆแข ยป

แ‰ แŠ‘แˆฎ แˆˆแˆ˜แ‰†แ‹จแ‰ต แ‹ซแˆˆแŠแŠ• แˆแˆ‰ แŠฅแŠจแแˆ‹แˆˆแˆแข

แŠฅแˆšแ‰€แ‰ แˆˆแŠ แ‰ฃแŒˆแŠ แฅ  แ‹จแˆŒแˆˆแŠแŠ•แˆ แŠฅแŠจแแˆ‹แˆˆแˆแข
.
.
.
แŠ แˆแˆตแ‰ต แˆตแ‹ตแˆตแ‰ต แˆฐแ‰ฃแ‰ต
แˆตแ‰ฅแˆแ‰ต แŒˆแ‰ฅแˆจ แŠฅแŒแ‹šแŠ แ‰ฅแˆ”แˆญ
Forwarded from Henok
Hey everyone, I've been thinking a lot lately about how much I enjoy learning and exploring new things, especially when it comes to physics. And after attending that recent developers' meetup, I felt really inspired by the sense of community and collaborative learning that was there. That got me thinking, what if we could create something similar, but focused on physics right here in Ethiopia?

So, I want to start a physics community. My vision is a place where we can all learn together, no matter our background or level of knowledge. Think of it as a space for hands on experiments, collaborative problem solving, and just generally exploring the fascinating world of physics in a supportive and encouraging environment.

I'm imagining regular or somewhat sporadic (for the time being) voice chats where we can build things, run experiments (computational physics mostly), discuss cool topics in space exploration or game physics even. Really get our hands dirty and learn by doing. And of course, a big part of it will be helping each other out, sharing resources, and just building connections with people who share a similar curiosity.

I know there are a lot of people in Ethiopia who are interested in physics, whether you're a student, a professional, or just someone who enjoys learning. I believe we can create something really special if we work together.

If this sounds interesting to you, I'd love to hear from you. Let me know in the comments what you'd like to see in a physics community. What are you curious about? What kinds of activities would you find most engaging? I'm really excited to see where this goes, and I hope you'll join me on this journey.

DM me @StoicallyAwake if you are interested to be mod.
โค3
Attention! โš ๏ธ
แŠฅแŠ” (ERMI) แ‰ แ‹šแˆ… แ‰ปแŠ“แˆ แˆƒแˆณแ‰ฆแ‰ผแŠ•แฃ แˆฅแˆซแ‹Žแ‰ผแŠ•แŠ“ แ‹จแ‰ฐแˆˆแ‹ซแ‹ฉ แˆ˜แˆจแŒƒแ‹Žแ‰ฝแŠ• แ‹จแˆ›แŒ‹แˆซแ‰ฝแˆ แ‹ญแˆ†แŠ“แˆแข

แ‹ญแˆ… แ‰ปแŠ“แˆ แ‰ แ‹‹แАแŠ›แАแ‰ต แ‰  space exploration แŠฅแŠ“ technology แˆ‹แ‹ญ แ‹จแˆšแ‹ซแ‰ฐแŠฉแˆญ แˆฒแˆ†แŠ• แ‰ แАแ‹šแˆ… แˆญแ‹•แˆถแ‰ฝ แ‹™แˆชแ‹ซ แŠซแˆตแˆแˆˆแŒˆแˆ แŒ แˆˆแ‰… แ‹ซแˆˆ technical แˆ›แ‰ฅแˆซแˆญแ‹ซ แ‹แˆตแŒฅ แˆแŠ•แŒˆแ‰ฃ แŠฅแŠ•แ‰ฝแˆ‹แˆˆแŠ•แข

แŠฅแŠ•แ‹ฒแˆแˆ แŠ แˆแŽ แŠ แˆแŽ แ‹จแŠ”แŠ• progress แ‹จแˆ›แŒ‹แˆซแ‰ฝแˆ แ‹ญแˆ†แŠ“แˆแข
แ‰ แАแ‹šแˆ… แŠแˆแ‹ถแ‰ฝ แ‹™แˆชแ‹ซ แแˆ‹แŒŽแ‰ต แŠจแˆŒแˆ‹แ‰ฝแˆ แ‰ปแŠ“แˆ‰ แˆˆแŠ“แŠ•แ‰ฐ แˆตแˆˆแˆ›แ‹ญแˆ†แŠ•...๐Ÿ‘‹ .....แАแŒˆแˆญ แŒแŠ• แแˆ‹แŒŽแ‰ต แŠซแˆ‹แ‰ฝแˆ.....each other together ๐Ÿš€

แ‹ญแˆ… แˆ›แˆˆแ‰ต แŒแŠ• แŠ แˆแŽ แŠ แˆแŽ off-topic แŠ แˆแˆˆแ‰…แˆ แˆ›แˆˆแ‰ต แŠ แ‹ญแ‹ฐแˆˆแˆแข

enjoyโœจ
๐Ÿ‘2
Hello my Ethiopia
๐Ÿพ2