a recommended free site for learning python?: https://www.reddit.com/r/Python/comments/80ll2i/a_recommended_free_site_for_learning_python/
reddit
a recommended free site for learning python? • r/Python
do anyone has any recommended site for learning python? i only have a basis knowledge in python and i want to advance a little bit. if it helps it...
AskReddit: Has anyone here given Coconut lang a good go? If so, how was it?: https://www.reddit.com/r/Python/comments/80m64k/askreddit_has_anyone_here_given_coconut_lang_a/
reddit
AskReddit: Has anyone here given Coconut lang a good... • r/Python
I'm talking about the Python functional language [Coconut](http://coconut-lang.org/). I quite like to give it a go for my side projects, but I'm...
How to create and open a jupyter notebook ipynb file directly from terminal: https://stackoverflow.com/questions/48946639/how-to-create-and-open-a-jupyter-notebook-ipynb-file-directly-from-terminal
Stack Overflow
How to create and open a jupyter notebook ipynb file directly from terminal
The command jupyter notebook will open the Jupyter directory tree page where you can create a ipynb file.
Is there a way to skip that page and create and open the ipynb file directly on the brows...
Is there a way to skip that page and create and open the ipynb file directly on the brows...
SQL for Python Developers by Brandon Rhodes [video]: https://www.reddit.com/r/Python/comments/80megh/sql_for_python_developers_by_brandon_rhodes_video/
reddit
SQL for Python Developers by Brandon Rhodes [video] • r/Python
2 points and 0 comments so far on reddit
Queryset: Compare a field with a substring of another field of the same model: https://stackoverflow.com/questions/48853052/queryset-compare-a-field-with-a-substring-of-another-field-of-the-same-model
Stack Overflow
Queryset: Compare a field with a substring of another field of the same model
I am trying to check if the first 3 characters of a Charfield (charfield_1) are similar to another Charfield (charfield_2) of the same model.
Tried:
User.objects.filter(charfield_2__startswith=Su...
Tried:
User.objects.filter(charfield_2__startswith=Su...
A simple approach to global configuration for interactive python projects: https://www.reddit.com/r/Python/comments/80mhpz/a_simple_approach_to_global_configuration_for/
reddit
A simple approach to global configuration for... • r/Python
1 points and 0 comments so far on reddit
Interfacing Python and C: The CFFI Module vs "ctypes": https://www.reddit.com/r/Python/comments/80n1s9/interfacing_python_and_c_the_cffi_module_vs_ctypes/
reddit
Interfacing Python and C: The CFFI Module vs "ctypes" • r/Python
0 points and 0 comments so far on reddit
How to switch to window authentication popup and enter credentials?: https://stackoverflow.com/questions/48823661/how-to-switch-to-window-authentication-popup-and-enter-credentials
Stack Overflow
How to switch to window authentication popup and enter credentials?
After opening application URL, User is redirected to Sign-In page where there is a Sign-In button.
driver.get("abc.com")
Now when user click on Sign-In button, URL is changed in the same window s...
driver.get("abc.com")
Now when user click on Sign-In button, URL is changed in the same window s...
Quick question on string contatenation: https://www.reddit.com/r/Python/comments/80n8ws/quick_question_on_string_contatenation/
reddit
Quick question on string contatenation • r/Python
Given: x = "Hello" y = "World" Is there any issue if you concat using z = f"{x}, {y}!" versus z = x + ", " + y + "!" Thanks!
SetLayeredWindowAttributes error when used on Tkinter Canvas Item when compiled by PyInstaller: https://www.reddit.com/r/Python/comments/80ne4q/setlayeredwindowattributes_error_when_used_on/
reddit
SetLayeredWindowAttributes error when used on Tkinter... • r/Python
I am creating an overlay HUD for a game using transparent Tkinter windows. SetLayeredWindowAttributes is throwing up an error explaining "The...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/80mor3/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
To get started on DS/ML, I created a Python package to collect Uber fares, would love to hear feedback: https://www.reddit.com/r/Python/comments/80nqlq/to_get_started_on_dsml_i_created_a_python_package/
reddit
To get started on DS/ML, I created a Python package to... • r/Python
Hey guys, I'm starting to dive into Data Science and Machine Learning and wanted to have a meaningful learning experience by solving a daily...
Any resource suggestions for building web apps with Python?: https://www.reddit.com/r/Python/comments/80nrc0/any_resource_suggestions_for_building_web_apps/
reddit
Any resource suggestions for building web apps with Python? • r/Python
Please share only those you personally tried.
NumPy Exercises for Data Analysis in Python: https://www.machinelearningplus.com/101-numpy-exercises-python/
Learn applied Data Science
101 Numpy Exercises for Data Analysis
The goal of the numpy exercises is to serve as a reference as well as to get you to apply numpy beyond the basics. The questions are of 4 levels of difficulties with L1 being the easiest to L4 being the hardest.
Concurrency comparison between NGINX-unit and uWSGI (python3): https://www.reddit.com/r/Python/comments/80nypi/concurrency_comparison_between_nginxunit_and/
reddit
r/Python - Concurrency comparison between NGINX-unit and uWSGI (python3)
14 votes and 1 comment so far on Reddit
How do I find the mean of all the numbers in a single column of a csv file?: https://www.reddit.com/r/Python/comments/80o5pj/how_do_i_find_the_mean_of_all_the_numbers_in_a/
reddit
How do I find the mean of all the numbers in a single... • r/Python
So I am working on a project in which I have a ton of file handling but I am a bit stuck right now. I have a column in my csv file which I have...
ENIGMA CATALYST - WARNING: Loader: Refusing to download new treasury data because a download succeeded: https://stackoverflow.com/questions/48969824/enigma-catalyst-warning-loader-refusing-to-download-new-treasury-data-becaus
Stackoverflow
ENIGMA CATALYST - WARNING: Loader: Refusing to download new treasury data because a download succeeded
I'm playing around with Enigma Catalyst. Unfortunately, the documentation is rather limited.
So I'm trying to run their example "hello world" type algo which looks as follows:
from catalyst import
So I'm trying to run their example "hello world" type algo which looks as follows:
from catalyst import
I have tried every other possible way to stop receiving spam emails from this guy. Last Resort.: https://www.reddit.com/r/Python/comments/80p16q/i_have_tried_every_other_possible_way_to_stop/
reddit
I have tried every other possible way to stop receiving... • r/Python
33 points and 4 comments so far on reddit