Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 647 Bytes

File metadata and controls

27 lines (20 loc) · 647 Bytes

Python Programming

Learning to code systematically and efficiently.

My Goals

  1. To become a relevant and good computer engineer.
  2. To learn necessary languages and skills needed for the same.
  3. To become AI literate.
  4. To create 1 small project per week and upload it on GitHub.

Currently Working On

  1. Reading Python Programming: An Introduction to Computer Science by John Zelle.
  2. Learning Python in parallel.

Projects

Temperature Converter

A menu-driven program that converts:

  • Celsius to Fahrenheit
  • Fahrenheit to Celsius

Features:

  • Functions
  • Conditional logic
  • Simultaneous assignment
  • Multi-value input