Python Weekly - Issue 405: https://mailchi.mp/pythonweekly/python-weekly-issue-405
Jupyter commands work only with a dash (e.g. jupyter-kernelspec instead of jupyter kernelspec): https://stackoverflow.com/questions/50484397/jupyter-commands-work-only-with-a-dash-e-g-jupyter-kernelspec-instead-of-jupyt
Stack Overflow
Jupyter commands work only with a dash (e.g. jupyter-kernelspec instead of jupyter kernelspec)
I am using Jupyter with Anaconda3.
My Anaconda3\ and Anaconda3\Scripts\ folders have been added to the %PATH% variable.
Eventhough the jupyter.exe is in the Scripts folder above, Jupyter related
My Anaconda3\ and Anaconda3\Scripts\ folders have been added to the %PATH% variable.
Eventhough the jupyter.exe is in the Scripts folder above, Jupyter related
First time at tkinter. Made a tiny gui which shuffles love statements.: https://www.reddit.com/r/Python/comments/cbw0je/first_time_at_tkinter_made_a_tiny_gui_which/
reddit
r/Python - First time at tkinter. Made a tiny gui which shuffles love statements.
608 votes and 41 comments so far on Reddit
Racket Is an Acceptable Python: https://dustycloud.org/blog/racket-is-an-acceptable-python/
I wrote an integrated POS system for my girlfriend's restaurant using tkinter.: https://www.reddit.com/r/Python/comments/cc5ch7/i_wrote_an_integrated_pos_system_for_my/
reddit
r/Python - I wrote an integrated POS system for my girlfriend's restaurant using tkinter.
1,407 votes and 234 comments so far on Reddit
Error when using statsmodels with pyinstaller: https://stackoverflow.com/questions/56810739/error-when-using-statsmodels-with-pyinstaller
Stack Overflow
Error when using statsmodels with pyinstaller
I'm having problems with PyInstaller and statsmodels. When I run the executable I got the error ImportError: No module named 'statsmodels.__init__.tools', when I run the code directly with Python
SQLALchemy: Query a single key or subset of keys of a Postgres JSONB column: https://stackoverflow.com/questions/56945981/sqlalchemy-query-a-single-key-or-subset-of-keys-of-a-postgres-jsonb-column
Stack Overflow
SQLALchemy: Query a single key or subset of keys of a Postgres JSONB column
I have a Postgres table that has a JSONB column. How do I query data of this column without loading the whole column at once in SQLAlchemy?
Let's say the JSONB column myjsonb contains {'a': 1, 'b...
Let's say the JSONB column myjsonb contains {'a': 1, 'b...
bistring: A Python library for non-destructive text processing: https://www.reddit.com/r/Python/comments/ccdsw0/bistring_a_python_library_for_nondestructive_text/
reddit
r/Python - bistring: A Python library for non-destructive text processing
31 votes and 9 comments so far on Reddit
Configure conda build to exclude some folders from the conda package output: https://stackoverflow.com/questions/55055035/configure-conda-build-to-exclude-some-folders-from-the-conda-package-output
Stack Overflow
Configure conda build to exclude some folders from the conda package output
tl;dr:
How do you exclude folders from being packaged by conda build ?
Context
I am building my first packages with conda build.
My meta.yaml file looks like this:
package:
name: 'some_name'
How do you exclude folders from being packaged by conda build ?
Context
I am building my first packages with conda build.
My meta.yaml file looks like this:
package:
name: 'some_name'
Text to Speech for Voices from YouTube Videos: https://www.reddit.com/r/Python/comments/ccehfk/text_to_speech_for_voices_from_youtube_videos/
reddit
Text to Speech for Voices from YouTube Videos
Thought I'd share here a project that I've been recently working on, which is being able to synthesize voices like that of Elon Musk, Donald...
Made a simple bot for a game using PyAutoGui and PIL.: https://www.reddit.com/r/Python/comments/ccc783/made_a_simple_bot_for_a_game_using_pyautogui_and/
reddit
Made a simple bot for a game using PyAutoGui and PIL.
Posted in r/Python by u/Anthrax97 • 87 points and 28 comments
How do I tell POpen to use/set certain environment variables?: https://stackoverflow.com/questions/56960456/how-do-i-tell-popen-to-use-set-certain-environment-variables
Stack Overflow
How do I tell POpen to use/set certain environment variables?
I'm using Python 3.7 and Django. I use the below to run a command I would normally run in the shell ...
out = Popen([settings.SELENIUM_RUNNER_CMD, file_path], stderr=STDOUT, stdout=PIPE)
t = out.
out = Popen([settings.SELENIUM_RUNNER_CMD, file_path], stderr=STDOUT, stdout=PIPE)
t = out.
I made a (poor) simulation of the "raid" on area-51: https://www.reddit.com/r/Python/comments/cci7bh/i_made_a_poor_simulation_of_the_raid_on_area51/
reddit
r/Python - I made a (poor) simulation of the "raid" on area-51
302 votes and 29 comments so far on Reddit
Is there any Dapper like micro ORM for Python?: https://stackoverflow.com/questions/54726157/is-there-any-dapper-like-micro-orm-for-python
Stack Overflow
Is there any Dapper like micro ORM for Python?
I know there are multiple ORMs for python, but I like the idea of Dapper - a simple object mapper.
I googled but can't find any Dapper like ORM for python.
Is there any existing dapper like micro...
I googled but can't find any Dapper like ORM for python.
Is there any existing dapper like micro...
What are some interesting Python open source projects to contribute to?: https://www.reddit.com/r/Python/comments/ccgueo/what_are_some_interesting_python_open_source/
reddit
r/Python - What are some interesting Python open source projects to contribute to?
43 votes and 10 comments so far on Reddit
When training GANs in Keras, are multiple passes required to optimize the generator and discriminator?: https://stackoverflow.com/questions/56961681/when-training-gans-in-keras-are-multiple-passes-required-to-optimize-the-genera
Stack Overflow
When training GANs in Keras, are multiple passes required to optimize the generator and discriminator?
I'm more familiar with tensorflow graph training than Keras, but I'm trying out Keras here.
In building a GAN the generator needs be optimized against a different loss than the discriminator (the
In building a GAN the generator needs be optimized against a different loss than the discriminator (the
How to apply oversampling when doing Leave-One-Group-Out cross validation?: https://stackoverflow.com/questions/56964533/how-to-apply-oversampling-when-doing-leave-one-group-out-cross-validation
Stack Overflow
How to apply oversampling when doing Leave-One-Group-Out cross validation?
I am working on an imbalanced data for classification and I tried to use Synthetic Minority Over-sampling Technique (SMOTE) previously to oversampling the training data. However, this time I think ...
Show HN: ExpressPython A small Python 3 editor: https://github.com/JaDogg/expressPython
GitHub
GitHub - JaDogg/expressPython: 🚄🐍 expressPython - A small Python editor for learning and competitive programming.
🚄🐍 expressPython - A small Python editor for learning and competitive programming. - GitHub - JaDogg/expressPython: 🚄🐍 expressPython - A small Python editor for learning and competitive programming.
I also made a bot using PyAutoGUI and reading process memory: https://www.reddit.com/r/Python/comments/ccq1yj/i_also_made_a_bot_using_pyautogui_and_reading/
reddit
I also made a bot using PyAutoGUI and reading process memory
Since people are sharing their bots I wanted to show mine too! It's for the game Ragnarok Online, although I've only used it on a certain private...