Scripting: The perfect answer for the perfect lazy person!
https://medium.com/@Sparky23172/scripting-the-perfect-answer-for-the-perfect-lazy-person-d111b6ee25a6
https://medium.com/@Sparky23172/scripting-the-perfect-answer-for-the-perfect-lazy-person-d111b6ee25a6
Medium
Scripting: The perfect answer for the perfect lazy person!
Why lazy people (and everyone else) should learn to script.
Algorithmic Elegance: Bresenham’s Line and Midpoint Circle in Python Graphics.
https://medium.com/@adritatori456/algorithmic-animation-a-symphony-of-bresenham-and-midpoint-in-python-6bca729b297e
https://medium.com/@adritatori456/algorithmic-animation-a-symphony-of-bresenham-and-midpoint-in-python-6bca729b297e
Medium
Algorithmic Elegance: Bresenham’s Line and Midpoint Circle in Python Graphics.
Imagine your computer screen as a blank canvas waiting to be painted with vibrant pictures, intricate designs, and dynamic visuals…
Hello Coding: Your Path to Coding Success Starts Here
https://medium.com/@renam0849/hello-coding-your-path-to-coding-success-starts-here-43e9af8f0ff8
https://medium.com/@renam0849/hello-coding-your-path-to-coding-success-starts-here-43e9af8f0ff8
Medium
Hello Coding: Your Path to Coding Success Starts Here
Welcome to “Hello Coding — Anyone Can Learn to Code,” your ultimate guide to a prosperous tech future!
Importing CSV Data into Django Models
https://mccall167.medium.com/importing-csv-data-into-django-models-c92a303623fe
https://mccall167.medium.com/importing-csv-data-into-django-models-c92a303623fe
Medium
Importing CSV Data into Django Models
Django, a high-level Python web framework, provides a convenient way to import CSV (Comma-Separated Values) data into models. This process can be essential when migrating or updating your database…
Packaging Python requirements as an AWS Lambda Layer with Terraform
https://cj-hewett.medium.com/packaging-python-requirements-as-an-aws-lambda-layer-with-terraform-188f76db4e96
https://cj-hewett.medium.com/packaging-python-requirements-as-an-aws-lambda-layer-with-terraform-188f76db4e96
Medium
Packaging Python requirements as an AWS Lambda Layer with Terraform
It can be easier to create a Lambda layer, and let Lambda functions consume the layer, than attempting to package libraries up with your…
AWS Lambda: Retrieving S3 Bucket Folders and Reading Data with Python
https://medium.com/@mcansener/aws-lambda-retrieving-s3-bucket-folders-and-reading-data-with-python-013526d58e99
https://medium.com/@mcansener/aws-lambda-retrieving-s3-bucket-folders-and-reading-data-with-python-013526d58e99
Medium
AWS Lambda: Retrieving S3 Bucket Folders and Reading Data with Python
Introduction
ReAct: 3 LangChain Tools To Enhance the Default GPT Capabilities
https://medium.com/forcodesake/langchain-tools-chatgpt-react-prompting-artificial-intelligence-3bd03f90d278
https://medium.com/forcodesake/langchain-tools-chatgpt-react-prompting-artificial-intelligence-3bd03f90d278
Medium
ReAct: 3 LangChain Tools To Enhance the Default GPT Capabilities
Discover the Potential of LangChain Tools in Python
How to Build a Customer Support Bot Without ChatGPT in Less Than 50 Lines of Code
https://medium.com/@dan_ds/how-to-build-a-customer-support-bot-without-chatgpt-in-less-than-50-lines-of-code-dee37cfe073b
https://medium.com/@dan_ds/how-to-build-a-customer-support-bot-without-chatgpt-in-less-than-50-lines-of-code-dee37cfe073b
Medium
How to Build a Customer Support Bot Without ChatGPT in Less Than 50 Lines of Code
In Python, with no paid APIs
AI-Powered Recycled Aggregate Concrete: A Sustainable Revolution in the Construction
https://medium.com/@saadnoorafridi/ai-powered-recycled-aggregate-concrete-a-sustainable-revolution-in-the-construction-b642e2d3109d
https://medium.com/@saadnoorafridi/ai-powered-recycled-aggregate-concrete-a-sustainable-revolution-in-the-construction-b642e2d3109d
Medium
AI-Powered Recycled Aggregate Concrete: A Sustainable Revolution in the Construction
The construction industry faces a crucial challenge: reducing its environmental footprint while maintaining the high standards of performance and durability demanded by modern structures. Recycled…
A Practical Guide on Getting Stocks and Exchange Rate Data in Python
https://medium.com/@mouse3mic3/a-practical-guide-on-getting-stocks-and-exchange-rate-data-in-python-69ca273de77c
https://medium.com/@mouse3mic3/a-practical-guide-on-getting-stocks-and-exchange-rate-data-in-python-69ca273de77c
Medium
A Practical Guide on Getting Stocks and Exchange Rate Data in Python
Stock data are extremely popular, mainly used for testing various forecasting methods and portfolio optimization. Exchange rates are also…
FIFA 21 Dataset Cleaning Project Using Python
https://medium.com/@adelaniayomide2/fifa-21-dataset-cleaning-project-using-python-87ac712b564b
https://medium.com/@adelaniayomide2/fifa-21-dataset-cleaning-project-using-python-87ac712b564b
Medium
FIFA 21 Dataset Cleaning Project Using Python
Introduction