The Python Guide
We are up and running!
We are up and running!
In this guide, we will walk you through Python tips and tricks in a fun and engaging way! There will be educational content for Python developers at any experience level.
Password Generator
Password Generator
We are building a simple password generator in Streamlit. You may select the character sets, special characters and length of your random password. In addition, you can select mobile phone keyboard friendly character set.
The App is available at https://password-generator.streamlitapp.com/
roman numerals to Integer
roman numerals to Integer
In this short video, we build a function to convert Roman numeral string into integer format. This is a simple O(N) runtime solution and the app is available under https://roman-to-int.streamlitapp.com/