Shahriyar RzayevinDev GeniusRead-Once object implementation in PythonWhat is a Read-Once object?Dec 6, 2022Dec 6, 2022
Shahriyar RzayevinDev GeniusFlask Blog tutorial with Hexagonal Architecture(part 3)Photo from: http://thinkmicroservices.com/blog/2019/hexagonal-architecture.htmlOct 13, 2022Oct 13, 2022
Shahriyar RzayevinDev GeniusFlask Blog tutorial with Hexagonal Architecture(part 2)Photo from: http://thinkmicroservices.com/blog/2019/hexagonal-architecture.htmlOct 12, 2022Oct 12, 2022
Shahriyar RzayevinDev GeniusFlask Blog tutorial with Hexagonal Architecture(part 1)https://github.com/ShahriyarR/hexagonal-flask-blog-tutorialGitHub Repo of this projectOct 7, 2022Oct 7, 2022
Shahriyar RzayevBuild a User-Friendly CLI from Pure Python FunctionsDynaCLI (Dynamic CLI) is a cloud-friendly, open source library for converting pure Python functions into Linux Shell commands. This article…Mar 3, 20221Mar 3, 20221
Shahriyar RzayevinCPython Internals11. ‘int’ object is not iterable — how is it checked in CPython?https://www.youtube.com/watch?v=ibuZGXqTkV4&list=PL0xSLrZOcI4t3WC1QDN1dE7SVoDzesUyL&index=11Nov 3, 2020Nov 3, 2020
Shahriyar RzayevinCPython Internals10. What is “__code__” object — a sample usageThis short video describes how compiled code object can be used in order to change function behavior. This is an extra bonus video to…Nov 3, 2020Nov 3, 2020
Shahriyar RzayevinCPython Internals9. Intro to the Compiler Part of CPythonThis video is a simple intro to CPython’s compiler part — from Tokenization — Abstract Syntax Tree — and compiling to bytecodes. For…Nov 3, 2020Nov 3, 2020
Shahriyar RzayevinCPython Internals8. Making changes to Boolean type source code in CPythonIn this video we are going to explore the bool type implementation in Python, what is True & False and how to make changes to CPython…Oct 26, 2020Oct 26, 2020
Shahriyar RzayevinCPython Internals7. Making changes to NoneType source code in CPythonIn this short video we are going to finalize the NoneType exploration in CPython. We are going to add some useless changes to None object…Oct 26, 2020Oct 26, 2020