OpenGL - Render scene as Mercator/Cylindrical: https://stackoverflow.com/questions/53102122/opengl-render-scene-as-mercator-cylindrical
Stack Overflow
OpenGL - Render scene as Mercator/Cylindrical
I have a scene built out of some triangles. In order to render it to an equirectangular image I just rendered it 6 times to 6 cubes, copied them to memory and using some cube2sphere code transforme...
Threads persisting with irc.bot.SingleServerIRCBot (using with twitch): https://stackoverflow.com/questions/53076695/threads-persisting-with-irc-bot-singleserverircbot-using-with-twitch
Stack Overflow
Threads persisting with irc.bot.SingleServerIRCBot (using with twitch)
What is the correct way to send a disconnect signal to a thread containing a SingleServerIRCBot?
I am instantiating the bots with
import threading
import irc.bot
class MyBot(irc.bot.SingleServer...
I am instantiating the bots with
import threading
import irc.bot
class MyBot(irc.bot.SingleServer...
Qt without coding Qt... PySimpleGUIQt hits Alpha status: https://www.reddit.com/r/Python/comments/9whl8m/qt_without_coding_qt_pysimpleguiqt_hits_alpha/
reddit
r/Python - Qt without coding Qt... PySimpleGUIQt hits Alpha status
1 vote and 0 comments so far on Reddit
A simple NLP pipeline to calculate running sentiment of multi-sentence text: https://www.reddit.com/r/Python/comments/9whqza/a_simple_nlp_pipeline_to_calculate_running/
reddit
r/Python - A simple NLP pipeline to calculate running sentiment of multi-sentence text
1 vote and 0 comments so far on Reddit
indexing by year, matplotlib plotting weird axis?: https://www.reddit.com/r/Python/comments/9wiefc/indexing_by_year_matplotlib_plotting_weird_axis/
reddit
r/Python - indexing by year, matplotlib plotting weird axis?
1 vote and 0 comments so far on Reddit
are there any web scrapers that can simply "type"?: https://www.reddit.com/r/Python/comments/9wifai/are_there_any_web_scrapers_that_can_simply_type/
reddit
r/Python - are there any web scrapers that can simply "type"?
1 vote and 2 comments so far on Reddit
Don't write configurations - write class declarations! A module that turns writing configs into writing classes - Bonfig.: https://www.reddit.com/r/Python/comments/9wi5ep/dont_write_configurations_write_class/
reddit
Don't write configurations - write class declarations!... • r/Python
## Link: https://github.com/0Hughman0/bonfig from bonfig import PyBonfig class MyConfig(PyBonfig): output =...
This is my Text Based RPG game I’m making. Any tips or input is welcome also if anyone wants to help make it I’m down to collaborate. Just click on Main.py to run but make sure you have the module colorama installed.: https://www.reddit.com/r/Python/comments/9wju3t/this_is_my_text_based_rpg_game_im_making_any_tips/
reddit
r/Python - This is my Text Based RPG game I’m making. Any tips or input is welcome also if anyone wants to help make it I’m down…
1 vote and 2 comments so far on Reddit
I built an Instagram account completely automated by Python: https://www.reddit.com/r/Python/comments/9wju71/i_built_an_instagram_account_completely_automated/
reddit
I built an Instagram account completely automated by Python • r/Python
Really did this just as an experiment. Basically, what it does is searches online for remote jobs available and posts them automatically. I scrape...
How to make a custom object detector using YOLOv3 in python: https://www.reddit.com/r/Python/comments/9wjyas/how_to_make_a_custom_object_detector_using_yolov3/
reddit
How to make a custom object detector using YOLOv3 in python
I published a new post about making a custom object detector using YOLOv3 in python. For those who prefer docker, I also wrote a dockerfile to...
PortScan, a simple port scanning command line utility written in python: https://www.reddit.com/r/Python/comments/9wkkfu/portscan_a_simple_port_scanning_command_line/
reddit
r/Python - PortScan, a simple port scanning command line utility written in python
1 vote and 0 comments so far on Reddit
Scanning name off shipping label from picture taken on ipad: https://www.reddit.com/r/Python/comments/9wl2jb/scanning_name_off_shipping_label_from_picture/
reddit
r/Python - Scanning name off shipping label from picture taken on ipad
1 vote and 0 comments so far on Reddit
Computational linguistics library to interface with CoNLL files: pyconll: https://www.reddit.com/r/Python/comments/9wlkfe/computational_linguistics_library_to_interface/
reddit
r/Python - Computational linguistics library to interface with CoNLL files: pyconll
1 vote and 0 comments so far on Reddit
Is this kind of meta-programming fraught with danger? If so, why?: https://www.reddit.com/r/Python/comments/9wmafh/is_this_kind_of_metaprogramming_fraught_with/
reddit
r/Python - Is this kind of meta-programming fraught with danger? If so, why?
2 votes and 0 comments so far on Reddit