My python learning journey and coding exercise. This repository serves as the public log and portfolio for my journey mastering Python 3 fundamentals. My aim is to build a strong programming foundation to eventually pursue opportunities in data analysis and digital health technology.
I am currently focusing on the core building blocks of the Python language:
- Data Types: Understanding and manipulating
int,float,str, andbool. - Data Structures: Introduction to
lists,tuples, anddictionaries. - Control Flow: Mastering conditional statements (
if/elif/else) and iteration (forandwhileloops). - NumPy Basics: Learning how to create and manipulate 1D and 2D arrays.
Once the fundamentals are solid, I plan to move on to:
- Creating and utilizing custom functions.
- Building small, focused projects (e.g., a simple command-line game).
- Exploring libraries like Pandas and Matplotlib for data visualization.
All code in this repository is currently written and tested on my Android device using the Pydroid 3 IDE.
Thank you for visiting! Feel free to leave feedback or suggestions.