DATA ANALYSIS OF HOUSE SALES IN KING COUNTY USA USING PYTHON.
https://medium.com/@isrealemmanuel1025/data-analysis-of-house-sales-in-king-county-usa-using-python-73b45a230fea
https://medium.com/@isrealemmanuel1025/data-analysis-of-house-sales-in-king-county-usa-using-python-73b45a230fea
Medium
Research questions
Hi, as a Data Analyst working at a Real Estate Investment Trust. The Trust would like to start investing in Residential real estate. You…
Crafting Nested Directories in Python: Emulating mkdir -p
https://theusmanhaider.medium.com/crafting-nested-directories-in-python-emulating-mkdir-p-d8c8a8efbc60
https://theusmanhaider.medium.com/crafting-nested-directories-in-python-emulating-mkdir-p-d8c8a8efbc60
Medium
Crafting Nested Directories in Python: Emulating mkdir -p
In the realm of file system operations, the creation of directories is a fundamental task, akin to laying down the bricks of a building’s…
From Novice to Pro: A Comprehensive Guide to Python’s Module System
https://blog.devgenius.io/from-novice-to-pro-a-comprehensive-guide-to-pythons-module-system-b1e662a74d0e
https://blog.devgenius.io/from-novice-to-pro-a-comprehensive-guide-to-pythons-module-system-b1e662a74d0e
Medium
From Novice to Pro: A Comprehensive Guide to Python’s Module System
Welcome to the world of Python modules! This post will explain what is a python module, how to create one, and all you needs to know.
Master Logging in Python: A Beginner’s Guide
https://blog.devgenius.io/master-logging-in-python-a-beginners-guide-18871855086e
https://blog.devgenius.io/master-logging-in-python-a-beginners-guide-18871855086e
Medium
Master Logging in Python: A Beginner’s Guide
You’ll learn the ins and outs of python logging, why it’s an indispensable part of development, and how you can leverage it in your programs
PYTHON — Modeling Location Instance Attribute in Python
https://medium.com/paulacy-pulse/python-modeling-location-instance-attribute-in-python-1de44c142699
https://medium.com/paulacy-pulse/python-modeling-location-instance-attribute-in-python-1de44c142699
Medium
PYTHON — Modeling Location Instance Attribute in Python
A good programmer is someone who always looks both ways before crossing a one-way street. — Doug Linder
PYTHON — Adding Non-Public Attributes in Python
https://medium.com/paulacy-pulse/python-adding-non-public-attributes-in-python-dc5b0751a415
https://medium.com/paulacy-pulse/python-adding-non-public-attributes-in-python-dc5b0751a415
Medium
PYTHON — Adding Non-Public Attributes in Python
Real artists ship. — Steve Jobs
PYTHON — Exercise Creating Two Directories in Python
https://medium.com/paulacy-pulse/python-exercise-creating-two-directories-in-python-859ec34996d6
https://medium.com/paulacy-pulse/python-exercise-creating-two-directories-in-python-859ec34996d6
Medium
PYTHON — Exercise Creating Two Directories in Python
The most technologically efficient machine that man has ever invented is the book. — Northrop Frye
PYTHON — Virtual Environment in Python A Practical Exercise
https://medium.com/paulacy-pulse/python-virtual-environment-in-python-a-practical-exercise-47ef6085fab4
https://medium.com/paulacy-pulse/python-virtual-environment-in-python-a-practical-exercise-47ef6085fab4
Medium
PYTHON — Virtual Environment in Python A Practical Exercise
Without requirements or design, programming is the art of adding bugs to an empty text file. — Louis Srygley
Selenium Script Dockerization: A Step-by-Step Guide
https://faheem7450.medium.com/selenium-script-dockerization-a-step-by-step-guide-d4266ad7bf31
https://faheem7450.medium.com/selenium-script-dockerization-a-step-by-step-guide-d4266ad7bf31
Medium
Selenium Script Dockerization: A Step-by-Step Guide
What is a Docker:
How to create and use virtual environments in Windows and Linux (Ubuntu) in terminal
https://medium.com/@miguel_pereira_3/how-to-create-and-use-virtual-environments-in-windows-and-linux-ubuntu-in-terminal-33217f637277
https://medium.com/@miguel_pereira_3/how-to-create-and-use-virtual-environments-in-windows-and-linux-ubuntu-in-terminal-33217f637277
Medium
How to create and use virtual environments in Windows and Linux (Ubuntu) in terminal
Simple way to create and actiavate your venvs
A List of Free Books for Learning Python, Data Structures, Algorithms, and Others
https://shuchat.medium.com/a-list-of-free-books-for-learning-python-data-structures-algorithms-and-others-b7e893a58999
https://shuchat.medium.com/a-list-of-free-books-for-learning-python-data-structures-algorithms-and-others-b7e893a58999
Medium
A List of Free Books for Learning Python, Data Structures, Algorithms, and Others
In today’s online landscape, there’s no shortage of tutorials, videos, and blogs for learning computer science — many of them of high…
PYTHON — Python Replace String Case Insensitive
https://medium.com/paulacy-pulse/python-python-replace-string-case-insensitive-ebf89d3fde55
https://medium.com/paulacy-pulse/python-python-replace-string-case-insensitive-ebf89d3fde55
Medium
PYTHON — Python Replace String Case Insensitive
Programs must be written for people to read, and only incidentally for machines to execute. — Harold Abelson