Python for Accounting (2.0) live demo (for non-technical learners) 🐍Happy to share some Python code and a short video from my first week of teaching materials, along with a reflection on my journey of learning Python 🎥💭 It started on a cold morning when everyone was in lockdown due to COVID. I was working on one of my first projects and tried to use Python to understand the basic code structure related to COVID. At the time, I was new to learning Python and still saw it as software. Later, I realised it is a much much more powerful programming language 🤖📘 Here is the code: !pip install py3Dmol import py3Dmol pdb_id = "6LU7" view = py3Dmol.view(query=f"pdb:{pdb_id}") view.setStyle({'cartoon': {'color': 'spectrum'}}) view.zoomTo() view.show() What surprised me most was how a few lines of code could create a visual output related to the SARS-CoV-2 main protease. Seeing an animation appear on my screen was a turning point for me 🎬✨ That moment led me decide to 'ALL IN' on learning Python. I have since used this example as the first live demo with all new students I teach 👩🎓👨🎓 Sometimes one output is enough to encourage you to start your learning journey 🚀 Thanks for reading. #Python #LearningJourney #CodingForBeginners #Teaching #LifelongLearning

To view or add a comment, sign in

Explore content categories