A Simple Expression — Python Coding Made Easy
https://medium.com/python-mastery-101/a-simple-expression-python-coding-made-easy-3824d8685ec5
https://medium.com/python-mastery-101/a-simple-expression-python-coding-made-easy-3824d8685ec5
Medium
A Simple Expression — Python Coding Made Easy
Problem
Python App to scrap data from Google Maps
https://medium.com/@saadkhan6031/python-app-to-scrap-data-from-google-maps-8d0c559e7311
https://medium.com/@saadkhan6031/python-app-to-scrap-data-from-google-maps-8d0c559e7311
Medium
Python App to scrap data from Google Maps
In this article, I’ll share how I created a Google Maps scraping application for my client. The best part is that you can use it for web…
Python Comprehensions: A Guide to Writing Clean and Efficient Code
https://olegdavimuka.medium.com/python-comprehensions-a-guide-to-writing-clean-and-efficient-code-99f1f568abff
https://olegdavimuka.medium.com/python-comprehensions-a-guide-to-writing-clean-and-efficient-code-99f1f568abff
Medium
Python Comprehensions: A Guide to Writing Clean and Efficient Code
Learn about comprehensions and how they help you write clean and efficient code. Explore use cases, and comparisons with traditional…
Class and Object in Python: Climate Change Analysis
https://medium.com/@nohanabil/class-and-object-in-python-climate-change-analysis-b2ae5ea65fa8
https://medium.com/@nohanabil/class-and-object-in-python-climate-change-analysis-b2ae5ea65fa8
Medium
Class and Object in Python: Climate Change Analysis
Python, a versatile and powerful programming language, empowers developers to model real-world scenarios effectively using object-oriented…
Creating Your First Smart Contract for a Rock-Paper-Scissors Game on Ethereum
https://medium.com/@soukaina./creating-your-first-smart-contract-for-a-rock-paper-scissors-game-on-ethereum-cadf8bb93b21
https://medium.com/@soukaina./creating-your-first-smart-contract-for-a-rock-paper-scissors-game-on-ethereum-cadf8bb93b21
Medium
Creating Your First Smart Contract for a Rock-Paper-Scissors Game on Ethereum
Blockchain technology has opened up a world of opportunities, including the creation of decentralized applications (dApps) and smart…
Tips for choosing the right outsourcing partner
https://medium.com/@vlad.koval/tips-for-choosing-the-right-outsourcing-partner-43a4f72a7ae0
https://medium.com/@vlad.koval/tips-for-choosing-the-right-outsourcing-partner-43a4f72a7ae0
Medium
Tips for choosing the right outsourcing partner
So you’ve decided to outsource. I’ve been there, and I can tell you, it’s not just about cost savings, but about finding the right…
Certificates: why use .key and .cert but short and clear. Example with python
https://medium.com/@burenko_anton/certificates-why-use-key-and-cert-but-short-and-clear-example-with-python-90d2b705ad9d
https://medium.com/@burenko_anton/certificates-why-use-key-and-cert-but-short-and-clear-example-with-python-90d2b705ad9d
Medium
Certificates: why use .key and .cert but short and clear. Example with python
When writing a service to communicate with a server e.g. with REST like this
Finding the Best Month, Week, and Day to Invest with Python and yfinance
https://python.plainenglish.io/finding-the-best-month-week-and-day-to-invest-with-python-and-yfinance-bc983306bb41
https://python.plainenglish.io/finding-the-best-month-week-and-day-to-invest-with-python-and-yfinance-bc983306bb41
Medium
Finding the Best Month, Week, and Day to Invest with Python and yfinance
Harnessing Python 3 and yfinance to Uncover the Best Times to Invest in
Crafting Clear Python Functions: A Guide
https://neverforget-1975.medium.com/crafting-clear-python-functions-a-guide-39b39faf5387
https://neverforget-1975.medium.com/crafting-clear-python-functions-a-guide-39b39faf5387
Medium
Crafting Clear Python Functions: A Guide
In the vast expanse of software development, where languages, frameworks, and tools change at a breakneck pace, one constant remains: the…
The Coolest Deep Learning Library in 2023
https://medium.com/modern-ai/the-coolest-deep-learning-library-in-2023-40af04714d31
https://medium.com/modern-ai/the-coolest-deep-learning-library-in-2023-40af04714d31
Medium
The Coolest Deep Learning Library in 2023
If you are new to deep learning and have some experience with Python, then you should consider starting with the fast.ai library. It is a…
Importing Excel into a PostgreSQL Database with Python
https://python.plainenglish.io/importing-excel-into-a-postgresql-database-with-python-db02b75a90bc
https://python.plainenglish.io/importing-excel-into-a-postgresql-database-with-python-db02b75a90bc
Medium
Importing Excel into a PostgreSQL Database with Python
The openpyxl and psycopg2 Python libraries can be used together to effectively handle the transfer of data from a tabular format in Excel…
How to Understand the level of cost (moving average) for each holding of ETF - XLP?
https://imudatascience.medium.com/how-to-understand-the-level-of-cost-moving-average-for-each-holding-of-etf-xlp-5c8af10f5e04
https://imudatascience.medium.com/how-to-understand-the-level-of-cost-moving-average-for-each-holding-of-etf-xlp-5c8af10f5e04
Medium
How to Understand the level of cost (moving average) for each holding of ETF - XLP?
Previously on How to Understand the level of cost (moving average) for each holding of ETF-QQQ? we built a function to pull different…
Building a Chatbot with Python: From Scratch to Rasa — Python Training in Chennai
https://medium.com/@priyaj2k10/building-a-chatbot-with-python-from-scratch-to-rasa-python-training-in-chennai-5940543bd8a4
https://medium.com/@priyaj2k10/building-a-chatbot-with-python-from-scratch-to-rasa-python-training-in-chennai-5940543bd8a4
Medium
Building a Chatbot with Python: From Scratch to Rasa — Python Training in Chennai
Discover building chatbots in Python from scratch to Rasa, and enhance your skills with Python training in Chennai.
Indexing in SQLAlchemy: Enhancing Database Performance
https://python.plainenglish.io/indexing-in-sqlalchemy-enhancing-database-performance-0a11e0432a97
https://python.plainenglish.io/indexing-in-sqlalchemy-enhancing-database-performance-0a11e0432a97
Medium
Indexing in SQLAlchemy: Enhancing Database Performance
In the world of relational databases, speed and efficiency are paramount. The ability to quickly retrieve and manipulate data is crucial…
Tackling Serialization Errors in Flask Applications with Indexing
https://blog.stackademic.com/tackling-serialization-errors-in-flask-applications-with-indexing-75ab0559a5a0
https://blog.stackademic.com/tackling-serialization-errors-in-flask-applications-with-indexing-75ab0559a5a0
Medium
Tackling Serialization Errors in Flask Applications with Indexing
Flask is a popular Python web framework used to build web applications and APIs. While Flask makes it easy to interact with databases…