The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.
Python metaclasses are how classes are created, and by defining your own metaclasses you can guide and constrain code contributors in a complex codebase. This article reviews how metaclasses can be employed to implement static checking of user-defined derived classes.
Practice exercise for Python 3 classes. "You’ve started position as the lead programmer for the family-style Italian restaurant Basta Fazoolin’ with My Heart. The restaurant has been doing fantastically and seen a lot of growth lately. You’ve been hired to keep things organized."
Video Player using Face Detection. Through this application we can play video from a folder "playlist". We can play/pause/resume/stop the video. If the video is finished then it automatically play the next video.
Demo Python function implementation showcasing test-driven-development best practices built by following coding tutorial walkthroughs as part of Code Institute's Diploma in Software Development course.