From Code to Contribution: Publishing your own Python Package
https://pytechacademy.medium.com/from-code-to-contribution-publishing-your-own-python-package-4e74a33d711a
https://pytechacademy.medium.com/from-code-to-contribution-publishing-your-own-python-package-4e74a33d711a
Medium
From Code to Contribution: Publishing your own Python Package
Publishing a Python package is not only a way to showcase your skills but also a contribution to the open-source community. In this…
Python Packages: A Deep Dive into Data Analysis and Visualization
https://medium.com/@princepraveen/python-packages-a-deep-dive-into-data-analysis-and-visualization-a54dffce13fe
https://medium.com/@princepraveen/python-packages-a-deep-dive-into-data-analysis-and-visualization-a54dffce13fe
Medium
Python Packages: A Deep Dive into Data Analysis and Visualization
Demystifying the Magic of Python Libraries for Data Analysis and Visualization
Why We Use Oops Concept in Python Programming
https://medium.com/@madhusudhan.h2kinfosys/why-we-use-oops-concept-in-python-programming-3f7675ec5f02
https://medium.com/@madhusudhan.h2kinfosys/why-we-use-oops-concept-in-python-programming-3f7675ec5f02
Medium
Why We Use Oops Concept in Python Programming
Python is a powerful, high-level, and widely used programming language. We may create apps utilising an Object-Oriented methodology thanks…
Role-Based Access Control in Django: The right features to the right users
https://medium.com/@subhamx/role-based-access-control-in-django-the-right-features-to-the-right-users-9e93feb8a3b1
https://medium.com/@subhamx/role-based-access-control-in-django-the-right-features-to-the-right-users-9e93feb8a3b1
Medium
Role-Based Access Control in Django: The right features to the right users
Role-based permissions are like the bouncers at a fancy party — they decide who gets access to the VIP lounge and who’s stuck in the…
Help! Something isn’t working and I don’t know why! : An introduction to console.log and ipdb
https://medium.com/@amsfreeman/help-something-isnt-working-and-i-don-t-know-why-an-introduction-to-console-log-and-ipdb-2f5c35271755
https://medium.com/@amsfreeman/help-something-isnt-working-and-i-don-t-know-why-an-introduction-to-console-log-and-ipdb-2f5c35271755
Medium
Help! Something isn’t working and I don’t know why! : An introduction to console.log and ipdb
In my current software development program we began working in JavaScript and then later in React, and I often found myself struggling to…
Introduction To “Input/Output” in “Python”
https://oindrila-chakraborty88.medium.com/introduction-to-input-output-in-python-3c7a884f3b19
https://oindrila-chakraborty88.medium.com/introduction-to-input-output-in-python-3c7a884f3b19
Medium
Introduction To “Input/Output” in “Python”
How to Take Input from Users?
Mastering Python’s Magic Methods: Unveiling the Enigmatic Underscores
https://medium.com/@chrunchy/mastering-pythons-magic-methods-unveiling-the-enigmatic-underscores-83f05067f741
https://medium.com/@chrunchy/mastering-pythons-magic-methods-unveiling-the-enigmatic-underscores-83f05067f741
Medium
Mastering Python’s Magic Methods: Unveiling the Enigmatic Underscores
Exploring the Hidden Power of Dunder Methods in Python Programming
Creating an Awesome Website with Python: A Comprehensive Guide
https://medium.com/@vladapnpmf/creating-an-awesome-website-with-python-a-comprehensive-guide-b84654621cc
https://medium.com/@vladapnpmf/creating-an-awesome-website-with-python-a-comprehensive-guide-b84654621cc
Medium
Creating an Awesome Website with Python: A Comprehensive Guide
In the digital age, having a captivating and functional website is essential for businesses, creators, and individuals alike. Python, a…
DiscordBot Development — Setting Up the Environment
https://medium.com/@business.jinritv/discordbot-development-setting-up-the-environment-54e8567bb9be
https://medium.com/@business.jinritv/discordbot-development-setting-up-the-environment-54e8567bb9be
Medium
DiscordBot Development — Setting Up the Environment
I have too much apis I should use for my personal stream that instead of changing a certain premade bot, I’ve decided to create my own bot…
Daylight Save-Me: A Tale of Timezones and Frustration 🌞⏰💢
https://medium.com/@avivw08/daylight-save-me-a-tale-of-timezones-and-frustration-b9f0c7f640e1
https://medium.com/@avivw08/daylight-save-me-a-tale-of-timezones-and-frustration-b9f0c7f640e1
Medium
Daylight Save-Me: A Tale of Timezones and Frustration 🌞⏰💢
Timezones bugs are tricky. Or rather, they tend to be tricky to spot and fully understand, but they’re not that tricky to solve (I’d argue…
Startup Layoff Percentage: Unveiling Trends and Insights
https://medium.com/@hai.ssaras/startup-layoff-percentage-unveiling-trends-and-insights-3d529992ce6e
https://medium.com/@hai.ssaras/startup-layoff-percentage-unveiling-trends-and-insights-3d529992ce6e
Medium
Startup Layoff Percentage: Unveiling Trends and Insights
Startup Layoff phenomenon extends across diverse industries. The current business ecosystem is becoming more dynamic as more startups…
Fine-Tuning a Llama-2 7B Model for Python Code Generation
https://pub.towardsai.net/fine-tuning-a-llama-2-7b-model-for-python-code-generation-865453afdf73
https://pub.towardsai.net/fine-tuning-a-llama-2-7b-model-for-python-code-generation-865453afdf73
Medium
Fine-Tuning a Llama-2 7B Model for Python Code Generation
A demo on how to fine-tune the new Llama-2 using PEFT, QLoRa, and the Huggingface utilities
Predict Customer NPS With Machine Learning
https://medium.com/@johnmccool_83148/predict-customer-nps-with-machine-learning-8aab1a2aeee1
https://medium.com/@johnmccool_83148/predict-customer-nps-with-machine-learning-8aab1a2aeee1
Medium
Predict Customer NPS With Machine Learning
Predicting customer Net Promoter Score (NPS) using Python involves building a machine learning model that takes relevant features as inputs…
Python OOP: A Simple Diagnostic Test Example
https://medium.com/@tentotheminus9/python-oop-a-simple-diagnostic-test-example-b58b026951bd
https://medium.com/@tentotheminus9/python-oop-a-simple-diagnostic-test-example-b58b026951bd
Medium
Python OOP: A Simple Diagnostic Test Example
In 2022, I completed a course on IT Systems and Design (link) that introduced the theoretical concepts of software development, including…