Filter
Exclude
Time range
-
Near
How to setup Python VENV environment on Windows 11 ๐Ÿ‘‡Link Below ๐Ÿ‘‡ youtube.com/watch?v=XLs5b8SZโ€ฆ #pythongui #pythonhelp #pythonlearners #venv
2
145
Replying to @L1VEDEMO
Reminds me of when I turned to r/pythonhelp last fall for help w my intro compsci class bc I was at my wits' end and substack wasn't helping and I got told things to the effect of "you should just drop out of this class" "you are an idiot" ~6 times before I just deleted my post
1
2
45
Is it time to give the axes a superhero cape and mask? ๐Ÿ’ฅ Source: devhubby.com/thread/how-to-cโ€ฆ #matplotlib #matplotlibcolors #pythonhelp #dataviz101 #change #matplotlib

7
19
14 Jul 2024
Today I practiced Data types in python this is the output I got. Data types 1. String (str) 2.Numeric data type : int , float, complex IN THIRD IMAGE ๐Ÿ–ผ๏ธ๐Ÿ“ท 3.Boolean data type (bool) 4.None data type (None) IN FOURTH IMAGE ๐Ÿ“ท๐Ÿ–ผ๏ธ โ€ข Ascii values #Python #pythonlearn #pythonhelp
2
109
I'm doing some programming tutorials! All I'm trying to do is print a phrase with python in sublime text. How do I fix this error message #Homework #homeworkslave #homeworkhelp #PythonHelp #Python
3
2
7
1,727
This might be a long shot but can anyone help? Iโ€™m trying to get $13 and not $33322 ๐Ÿ™ƒ #PythonHelp #ProgrammingHelp #ProgrammingBeginner
2
2
913
replit.com/@Victor_AA/Pythonโ€ฆ can i receive some feedback im getting an error code #pythonhelp #python #debug #replit

1
1
104
14 Feb 2023
I am using pyscript to build a site. I want to call an API quick and effortlessly w/out a backend. However, canโ€™t users be able to "inspect" or "view page source" on my site, as well as my api key & other info? Is there any workaround? Plz help. #python #pyscript #pythonhelp
3
204
#Pythonhelp #Python I am trying to import `joblib()` function from `sklearn.externals` module and it's raising an error, can someone please help with this๐Ÿ™ .. @ProjectJupyter
1
1
224
#Pythonhelp #Python3 What is confusing me here is the๐Ÿ‘‡๐Ÿฝ โ€œC[num] = C[num] 1โ€ How does this affect here? I understand how the Counter() type works tho.
1
2
248
๐ŸŒŸ๐ŸŒŸ Level up your Python tip ๐ŸŒŸ๐ŸŒŸ Use the itertools module to efficiently iterate over and manipulate data in Python. It's part of base python and really extends your iteration options! #python #pythontips #pythonadvice #pythonbestpractices #pythonhacks #pythonhelp
1
๐ŸŒŸ๐ŸŒŸLevel up your Python tip ๐ŸŒŸ๐ŸŒŸ Use the built-in dir() function to explore the attributes and methods of Python objects. #pythonbestpractices #pythontips #python #pythonadvice #pythonhelp
2
I need some help in my python assessment #Python #help #coding #pytdropbox #pythonprogramming #pythonhelp
2
3
Can you add some great resources for Python in the comments? ๐Ÿ’ป #Python #pythonprogramming #pythondeveloper #pythoncode #pythonhelp #dsa #pythondsa

ALT Data Coding GIF by DataCamp

1
3
18 May 2022
Anyone know anyone who is a whizz at python...? Trying to overcome some last few issues with the image generation code and we need help! DM me if you are interested. #pythonprogramming #pythonhelp #coding #imagegeneration
1
3
9
How do you print an array of variables in pyton i.e array = [var1, var2, var3] print(array) ??? #pythonhelp #devhelp #python #programming #n00bdev
3
3
4
Trying to figure this out - this code: np.concatenate((np.array([1, 1, 1]), np.array([0, 0, 0])), axis=0) returns: array([1, 1, 1, 0, 0, 0]) expect it to return: array([[1, 1, 1], [0, 0, 0]]) #numpy #Python #pythonhelp
1
2