Python Daily
2.57K subscribers
1.48K photos
53 videos
2 files
38.9K links
Daily Python News
Question, Tips and Tricks, Best Practices on Python Programming Language
Find more reddit channels over at @r_channels
Download Telegram
I made an open-source coding platform that lets you code and watch tutorials in a single tab!

For those of you who don't know what DomeCode is, I made a previous post on this subreddit about it, [https://www.reddit.com/r/Python/comments/i9g0oo/made\_a\_platform\_for\_people\_to\_learn\_code\_practice/](https://www.reddit.com/r/Python/comments/i9g0oo/made_a_platform_for_people_to_learn_code_practice/)

[**DomeCode**](https://domecode.com/) is an open-source application that helps you learn and practice code with the appropriate tools and a curated list of resources through the philosophy of practice. It’s a single workspace where you can advance your coding journey with compiled resources to learn programming concepts, take notes, plan tasks, practice coding problems, discuss interesting stuff on the Forum, meet other developers and most all have the musical element with all of it without ever leaving the single workspace to navigate to dozen platforms.

Open-sourced at: [https://github.com/the-domecode](https://github.com/the-domecode) Would love contributions and stars!

You can sponsor the open-source project at [https://domecode.com/sponsor](https://domecode.com/sponsor)

[Fusion demo](https://reddit.com/link/iecm7e/video/jta7a2tikhi51/player)

**What's Fusion?**

**Fusion is a real-time disposable editor using which you can start learning front-end technology including HTML,** **CSS, JS with any YouTube tutorial of your choice in a** **single tab** **instead of** **a code editor and two browser windows like a memory hog.**

It's available at [https://domecode.com/fusion/](https://domecode.com/fusion/)

Hope you have a great time!

/r/django
https://redd.it/iecm7e
[OC] Python Automation 101 Video

Whats up [r/python](https://www.reddit.com/r/Python/)!

I spend the last few days creating a YouTube video about automation basics in Python. The video covers:

1. Basics of Selenium automation by creating an Instagram Like Bot
2. Basics of Windows Automation by starting / closing Fortnite via F8, F9
3. Basics of pixel reading Bots by creating a Fortnite idle Bot that always starts new rounds.

The key takeaway are not the bots, but the underlying automation concepts. Hope you like the video! [https://youtu.be/6Uu944IafNU](https://youtu.be/6Uu944IafNU)

If you have any questions, feel free to ask either on YouTube or here.

/r/Python
https://redd.it/iee21t
[D] Resources and topics to cover for entry level ML Software Engineering Interviews [Part 1: Stat ML]

Hi everyone,

I had been giving a lot interviews from late 2017 to early 2019 in ML software engineering roles. I thought I'll share a bunch of resources and some topics to look out for.

You might be tested on a subset of the topics along with a generic leetcode coding question.

[https://github.com/Feynman687/Interviews/blob/master/StatML.md](https://github.com/Feynman687/Interviews/blob/master/StatML.md)

FYI: I have interviewed a lot, including Google, Microsoft, Apple, Amazon, Bloomberg, Quora, Walmart Labs, Allen AI, a lot of mid sized companies in Bay area (SoundHound, PocketGems etc) , a lot of new 10 member team startups in Bay area (Blue Hexagon, Well said labs) and more. The list is a combination of all the topics (statistical ML only) that I encountered in those interviews. Of course, you may or may not be judged on all but knowing a bit on such topics is always a plus. For example, I never knew much on reservoir sampling until I was asked to "derive a proof for it" in a Data Scientist interview for one of the above mentioned companies. If you're thinking why reservoir sampling - it's an effective strategy to calculate Mean/Median etc characteristic for

/r/MachineLearning
https://redd.it/ie2bti
Debugging Cheat Sheet

/r/Python
https://redd.it/iehths
A python pixel art in 3D! Found the pixel art on google but couldn't find a creator. (couldn't find the right flair)

/r/Python
https://redd.it/iek6ki
Any idea or libraries out there on how to convert Jupyter Notebook to pptx?

I'm trying to export the plots on my Jupyter Notebook to a ppt or pptx, any help will be greatly appreciated!

/r/JupyterNotebooks
https://redd.it/ie6aij
Where can I write django tutorials?

I just got a nuxtjs authentication system working with django rest framework. It took me about 3 days to get here. From what I noticed, there aren't any tutorials out there to actually get authentication working with nuxtjs, only half written, unexplained code snippets.

I want to write a tutorial so that other users looking for a similar solution can easily consult this tutorial and get it working. What are some platforms where I can do this?

I am not looking for anything specific, just a website where I can write a tutorial, without any interviews or much hassle, and which has a good visitor count.

EDIT: www.realpython.com has an interviewing process and I'm not interested in it. I also don't think github gists is a good option.

/r/django
https://redd.it/iehs0b
Just found this 100% free exercise based learning track for Python. It has over a 100 guided (or non-guided) exercises to improve your skills in problem solving/Python! You can login with Github or email.
https://exercism.io/my/tracks/python

/r/Python
https://redd.it/iemhts
Would it make sense to learn other frameworks like Laravel after Django?

Apart from, of course, missing out on job opportunities that require Laravel or other frameworks, do they offer additional things that I don't have with Django?

/r/django
https://redd.it/ienxwc
Sunday megathread: What's everyone working on this week?

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 current project or your pet project; whatever you want to share.

/r/Python
https://redd.it/ietbjh
Genetic Algorithm That Learns To Play Pygame Mini-game

My first "project" since beginning my undertaking of Python. Genetic algorithms were something that caught my eye early into my programming career, so I did my best to implement one on a very beginner problem. Excluding Pygame, all of the code in the project was written from scratch. I am far from done, but this is the first working version I was able to make, there are probably a lot of beginner mistakes in it I am aware (including in Github). Any feedback is great, will hopefully post a video of it later.

[https://github.com/ZacharyGott/Pygame-GeneticAlgo](https://github.com/ZacharyGott/Pygame-GeneticAlgo)

/r/Python
https://redd.it/ievn1t
Crime Watch: An Interactive Way To View Crime

​

[A Demonstration Of Crime Watch](https://reddit.com/link/iexkwp/video/720vz4ioqoi51/player)

[Github Link Here](https://github.com/BlastSolar/Crime-Watch)

​

Hey r/Python, I'm a high schooler and I created this simple application that I fondly call, Crime Watch. Crime Watch is an application where you can enter an address, latitude/longitude, or use your current location (using your IP address) to show the crime that has occurred near that location. The maps are generated using Folium, and along with this, the application also uses Plotly and the FBI-NIBRS database to show historical crime data for each state from 2000 to 2018. In addition, Crime Watch also gives a breakdown of crime in major cities in your location's state.

​

I appreciate any feedback, and thank you so much for reading this :)

/r/Python
https://redd.it/iexkwp
What is the most impressive Python based project you have seen?

Sometimes I find that Python can be so much more, but people use it mainly in data science (which is fine).

Wonder any engineer out there have ever done any massive project with Python.

/r/Python
https://redd.it/if0rfh
This media is not supported in your browser
VIEW IN TELEGRAM
Contour Based Writing using OpenCV & Python Code Link: In the Comment

/r/Python
https://redd.it/if6tmw
How my friend and I built a multiplayer game using Flask and WebSockets

GuessTheSong is a project that was spawned by a course on Human-Computer Interaction done in University. From the ideation stage, we knew that we were going to continue working on this project, even after the course is over. Our course didn’t even require us to have a real backend. It was expected that we would return static data from a list, or possibly a [Wizard of Oz experiment](https://en.wikipedia.org/wiki/Wizard_of_Oz_experiment#:~:text=In%20the%20field%20of%20human,by%20an%20unseen%20human%20being.). However in the short week that we had in Uni to work on the project we worked on laying the foundation for future improvements by creating proper routing, a game manager, and a database.

# What is GuessTheSong

[GuessTheSong](http://guessthesong.io/) is a free online browser-based multiplayer game, with multiple game modes. Where you can either compete against yourself or against others. The game runs on all devices with a web browser and is fun to play with your friends from home, or at a party.

## How do you play GuessTheSong?

In GuessTheSong you can either play *‘Standard’* mode, or *‘Theme’* mode, I will explain the difference between the two below.

https://preview.redd.it/urerrofdisi51.jpg?width=703&format=pjpg&auto=webp&s=844564a320678cb99069624d53c5c2c4639a9801

To start a game of GuessTheSong, one person needs to create a [lobby](https://gts-dev.vps.guessthesong.io/create-room), and then invite their friends by sharing the code. Once you can see everyone in the lobby, start the

/r/flask
https://redd.it/if7po9