Using commas (,) instead of plus ( ): https://www.reddit.com/r/Python/comments/7c04fs/using_commas_instead_of_plus/
reddit
Using commas (,) instead of plus (+)
Hi! I'm coding in Python for the first time, so forgive me if my question is pre-school basic. Could someone explain what the difference is...
Noob question: How to make a pseudo code that calculates the value of a person within a social network(uni assignment): https://www.reddit.com/r/Python/comments/7c0gpt/noob_question_how_to_make_a_pseudo_code_that/
reddit
Noob question: How to make a pseudo code that... • r/Python
I'm trying to write a pseudo code in Python 3 for the social network represented in the picture in the link: https://imgur.com/gallery/jz2IT Each...
A Python library for particle swarm optimization: https://www.reddit.com/r/Python/comments/7c0ju0/a_python_library_for_particle_swarm_optimization/
reddit
A Python library for particle swarm optimization • r/Python
Hi! Few months ago I shared a very simple project in this sub, and thanks to your suggestions and comments, I learned a lot and was able to...
Developing Websites Using Python and Django Video tutorial: https://www.reddit.com/r/Python/comments/7c0mem/developing_websites_using_python_and_django_video/
reddit
Developing Websites Using Python and Django Video tutorial • r/Python
2 points and 0 comments so far on reddit
Looking for a Developing Partner/Buddy: https://www.reddit.com/r/Python/comments/7c0uy5/looking_for_a_developing_partnerbuddy/
reddit
Looking for a Developing Partner/Buddy • r/Python
I love coding, in Python, C++, Java, you name it. However, it would be even more enjoyable to share projects and work with someone who also knew...
Dependency management: subprocess32 needed for Python2.7: https://stackoverflow.com/questions/47098185/dependency-management-subprocess32-needed-for-python2-7
Stackoverflow
Dependency management: subprocess32 needed for Python2.7
I have a library (subx) which depends on subprocess32. The subprocess32 library is a backport for Python2.7 and provides the timeout kwarg.
My library needs the timeout kwarg.
I need subprocess32...
My library needs the timeout kwarg.
I need subprocess32...
I'm looking for advice, should I rather learn kivy or godot as a beginner?: https://www.reddit.com/r/Python/comments/7bzqg8/im_looking_for_advice_should_i_rather_learn_kivy/
reddit
I'm looking for advice, should I rather learn kivy or... • r/Python
1 points and 0 comments so far on reddit
Where to find remote Python Jobs?: https://www.reddit.com/r/Python/comments/7c1hnt/where_to_find_remote_python_jobs/
reddit
Where to find remote Python Jobs? • r/Python
Alright Redditors, Today on LinkedIn, Aditya thakekar asked an important question which was; **Can you kindly guide me how to land a remote...
Trying to plot a Fourier transform.: https://www.reddit.com/r/Python/comments/7c1i52/trying_to_plot_a_fourier_transform/
reddit
Trying to plot a Fourier transform. • r/Python
I have to plot y = (4/np.pi) * sum((np.sin(n*x))/(n)) where I sum over x. I have shown attempt below, my problem is that is sums over x and n. I...
Need someone to write short python script - Will pay for it: https://www.reddit.com/r/Python/comments/7c2n8e/need_someone_to_write_short_python_script_will/
reddit
Need someone to write short python script - Will pay for it • r/Python
I need someone to create a python script that can read a .csv file with a website list and check if the websites still exist and are online. The...
Keeping a Knowledge Database?: https://www.reddit.com/r/Python/comments/7c3lqx/keeping_a_knowledge_database/
reddit
Keeping a Knowledge Database? • r/Python
Hey all, I learn Python for about two years and I have some question about managing your code snippets. I usually do a lot of practise coding...
Python - Plotting colored grid based on values: https://stackoverflow.com/questions/43971138/python-plotting-colored-grid-based-on-values
Stack Overflow
Python - Plotting colored grid based on values
I have been searching here and on the net. I found somehow close questions/answers to what I want, but still couldn't reach to what I'm looking for.
I have an array of for example, 100 values. The
I have an array of for example, 100 values. The
Following my last post, I am writing the next post in my compilers series. This week is about writing the lexer in python!: https://www.reddit.com/r/Python/comments/7c44h3/following_my_last_post_i_am_writing_the_next_post/
reddit
Following my last post, I am writing the next post in... • r/Python
2 points and 0 comments so far on reddit
Looking for a good, simple tutorial for installing Python modules such as openCV or other APIs: https://www.reddit.com/r/Python/comments/7c48ub/looking_for_a_good_simple_tutorial_for_installing/
reddit
Looking for a good, simple tutorial for installing... • r/Python
I am new to Python and get lost going over PIP articles. Anyone know of a good, simple ELI5 tutorial for installing packages?