55. Package your Python code as Wheel File

  Рет қаралды 19,589

WafaStudies

WafaStudies

Күн бұрын

In this video, I discussed about Packaging python code as wheel file.
Sample code used in setup.py file.
import setuptools
setuptools.setup(
name="hive",
version="0.0.1",
author="Ron LEsteve",
author_email="ronlesteve@ronlesteve.com",
description="Package to create Hive",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='greaterthan=3.7',
)
Link for Python Playlist:
• Python Playlist
Link for Azure Synapse Analytics Playlist:
• 1. Introduction to Azu...
Link for Azure Data bricks Play list:
• 1. Introduction to Az...
Link for Azure Functions Play list:
• 1. Introduction to Azu...
Link for Azure Basics Play list:
• 1. What is Azure and C...
Link for Azure Data factory Play list:
• 1. Introduction to Azu...
Link for Azure Data Factory Real time Scenarios
• 1. Handle Error Rows i...
Link for Azure Logic Apps playlist
• 1. Introduction to Azu...
#Python #Programming #vscode

Пікірлер: 30
@Umerkhange
@Umerkhange Жыл бұрын
Awesome as always but start watching from 12:00
@janivimal
@janivimal Жыл бұрын
Great tutorial, to the point and easy to understand with e2e example. Thanks for sharing !!
@masterblaster434
@masterblaster434 8 ай бұрын
simple and sweet , great for begineers😃
@ParveenKumar-oc3np
@ParveenKumar-oc3np 9 ай бұрын
Thanks. You have explained it very nicely.
@pranabkumarmoharana1137
@pranabkumarmoharana1137 Жыл бұрын
You have only one file, calculations. So while running file wheel file, it is running perfectly. I have multiple files and I am importing methods from one to another. After installing wheel file and running it, system can't detect other files except for the main file. Is there any other way to pack all the files to package
@suresh.suthar.24
@suresh.suthar.24 Жыл бұрын
Excellent video
@rutujakale4418
@rutujakale4418 Жыл бұрын
Thank you.
@WafaStudies
@WafaStudies Жыл бұрын
Welcome 😊
@deepanshumishra4568
@deepanshumishra4568 Жыл бұрын
Awesome 🎉
@WafaStudies
@WafaStudies Жыл бұрын
Thank you 😊
@ElonPeri
@ElonPeri 9 ай бұрын
Good tutorial 😀
@VintageForYou
@VintageForYou 20 күн бұрын
I am getting this error (Getting requirements to build wheel did not run successfully) Can you please help.🤔
@mohammediqbal2406
@mohammediqbal2406 Жыл бұрын
Thank You Bhai!
@shubhambisht9090
@shubhambisht9090 Жыл бұрын
Amazing..
@WafaStudies
@WafaStudies Жыл бұрын
Thank you ☺️
@imthiyasali1556
@imthiyasali1556 Жыл бұрын
Hi bro. i learned basic of python thank you and numpy, pandas etc ..u have videos ?
@WafaStudies
@WafaStudies Жыл бұрын
Thank you. I will try plan them in future 🙂
@nick7584
@nick7584 Жыл бұрын
I only want to package one folder in my project, but its packaging all of them (Like tests). How do I just package one?
@kislaysinha9772
@kislaysinha9772 10 ай бұрын
thank you
@MikeSantos-pv5wf
@MikeSantos-pv5wf 3 ай бұрын
Hiiii WafaStudies and everyone in the chat :D So I managed to get all the way to 19:20, but when I click "calculations." addition, subtraction, multiplication is not on the drop down list? Any guidance
@MikeSantos-pv5wf
@MikeSantos-pv5wf 3 ай бұрын
To answer my question, What I did to fix my issue was ... 1) Delete everything and start from scratch 2) As I was creating each file, I made sure to save before I made a new file (not sure if that was what fixed it, but it worked for me) THANKS WafaStudies!
@ketanmehta3058
@ketanmehta3058 2 жыл бұрын
Perfect 👌🏻
@WafaStudies
@WafaStudies 2 жыл бұрын
Thank you 😊
@ketanmehta3058
@ketanmehta3058 2 жыл бұрын
Any idea on how to update query for the metadata driven copy job ?
@AbhishekSahaTheTitan
@AbhishekSahaTheTitan Жыл бұрын
Is this package also run on Linux system. If it is built on windows?
@bunnyvlogs7647
@bunnyvlogs7647 Жыл бұрын
Bro small correction instead of python_requires='greaterthan=3.7', ..put this python_requires='>=3.7',
@subbaraochereddy7089
@subbaraochereddy7089 2 жыл бұрын
Hi How to apply this process in azure synapse notebooks
@WafaStudies
@WafaStudies 2 жыл бұрын
Once whl file is ready we need to attach it with cluster. My next video in synapse will be on same.
@subbaraochereddy7089
@subbaraochereddy7089 2 жыл бұрын
@@WafaStudies thanks
@marcelabejarano3759
@marcelabejarano3759 Жыл бұрын
I followed everything, but I when I try to call calculations.addition(1,2) I get "Exception has occurred: AttributeError module 'myPackage.calculations' has no attribute 'addition' File "C:\Users\marce\OneDrive\Desktop\PythonLab\demo.py", line 2, in calculations.addition(1,2) AttributeError: module 'myPackage.calculations' has no attribute 'addition'", any idea why?
56. __name__ variable in python | #python #programming
8:34
WafaStudies
Рет қаралды 719
what are python wheels? (intermediate - advanced) anthony explains #371
22:47
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 8 МЛН
Underwater Challenge 😱
00:37
Topper Guild
Рет қаралды 47 МЛН
拉了好大一坨#斗罗大陆#唐三小舞#小丑
00:11
超凡蜘蛛
Рет қаралды 16 МЛН
How to Build Python Packages for Pip
21:07
James Briggs
Рет қаралды 42 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 193 М.
Is Python making Poetry REDUNDANT?!
9:22
Carberra
Рет қаралды 10 М.
A Deep Dive Into Pathlib And The Magic Behind It
16:56
ArjanCodes
Рет қаралды 47 М.
Advancing Spark - Developing Python Libraries with Databricks Repos
25:12
Advancing Analytics
Рет қаралды 20 М.
Makefiles in Python For Professional Automation
13:43
NeuralNine
Рет қаралды 42 М.
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 8 МЛН