Mirco
Pycons' talks are always full of beautiful tips 😎
George
Pycons
George
Also really fucking nice strange name
Maz
I have a small custom py script I've written to fetch data from a free api. The results come back in json. Any idea how to simple pygmentize the output and have it all pretty and shit? (Using pygments lib). I'm running on windows at the moment.
Mirco
Also really fucking nice strange name
Have you never heard about Pycons ?
Mirco
They are conferences about py world 😀
George
yes
Mirco
And they take place in many countries around the world But you can find all talks on their YouTube channels 😀
George
i was being naive on purpose xd but i never had much interest
Mirco
😂
George
uwu
cj
NO
PyCon = Python Conferences
cj
ikr
I just read your last 2 messages 😛
Maz
It sounds like tutorial on DRF docs 😀 they make APIs to highlight code
No, nothing to do with django. Just plain python using requests, json and pygments.
Maz
Trying to colorize the json output because I have insomnia right now 😂
Mirco
I didn't say to do it with Django, but have a look at that tutorial because could give u an idea 😀
Maz
Ayt, lemme check them out
Anonymous
Reply me
Rajjix
Don't use Python2.7
George
⟨ Simon |
Reply me
1 year, 6 days, 20 hours, 53 minutes and 39 seconds till Python 2 is End of Life
Neo
hello all
Neo
I was working on virtualenvwrapper
Neo
and as now a days everyone is switching to powershell from cmd. i do the same. but i found that "workon" command doesn't work on it
Neo
is there any way to use powershell for this purpose or i need to continue using cmd
Bagus
how to export data to excel using templates in windows?  I am tired of trying xlsxwriter,
Dope
Good book for django beginners
Ronald
Don't use Python2.7
Yess I can't tell people this enough.
⟨ Simon |
Reply me
the entitlement lol
Jose Jimenez
Good book for django beginners
I have a resource channel for Python, Django and Flask mainly, where you can find articles, tutorials, exercises, books or videos, to learn or update knowledge. The channel is in Spanish, but 99% of the resources are in English. @AprendePython.
ʚɞÇherry Łoveʚɞ
Anonymous
Bhupesh this is not allowed here
Anonymous
Remove that message or you may get a warn
Anonymous
/warn @bhuups
Anonymous
:|
Bhupesh
Ok sorry
Bhupesh
😬
Dope
@pythonres
Kindly share
Mirco
Kindly share
Go to that chat and you will find everything u need about resources 😀 There are lots of good books imho online , it's hard to tell you just one
George
Has anyone used django hot sauce? I found it but i didnt find a concluding reason to use it or not.
Shubham
Hey anyone gone through the William S. Vincent Django REST book?
Mohit
I want to create a video chat web app. How to go about it using django
George
I want to create a video chat web app. How to go about it using django
There are some libraries in django to help you with that, im quite sure.
Mohit
Any links?
George
Just use search engine
cj
just use pipenv :D
Better use pyenv
George
Any links?
For the video you may use some js stuff but chat is relatively easy
Mohit
I have done text chats using django channels
Mohit
Idk if it supports video or audio though
George
Then you have first part
George
You have to use js for video
Mohit
I mean video calling
Mohit
Hmmm
George
Like the fucking page in google can give you more info than us in "django video chat"
George
Not everything is that easy to search or has the appropiate documentation.
Mohit
Exactly
Mohit
That's why I want to know the best way to go, if someone from here has done it already
George
Then your question should be: does webrtc work?
George
In a way that you show that you have already researched
Mohit
There might be multiple correct ways for doing this, I wanted to get suggestions on the best easiest way. So i asked here. I have done my research. I knew it could be done using webrtc from google already. I expected to get suggestions, not you guys to belittle me
George
then ask better questions, we'll leave there, i've had enough
Ananthu
How to write a script to read csv data and store it to database?🤷🏻‍♂
Mirco
How to write a script to read csv data and store it to database?🤷🏻‍♂
U can use csv module and any orm or db connector to save into db
Vladyslav 🇺🇦🇪🇺
Pd.reat_csv(you_data_file.csv)
Vladyslav 🇺🇦🇪🇺
Read*
Vladyslav 🇺🇦🇪🇺
And then create a relations to load to models
Ananthu
Thanks❤️
Ghorz
Idk if it supports video or audio though
Show us what you have done. You can implement most of the features on your own. Video requires huge server resource. Check up TWILIO video call api and its tutorial.
Ghorz
That's why I want to know the best way to go, if someone from here has done it already
At least you should have set up a Django system with custom user models and relationship between users first, user management as well. Then the video chat will be an addon app. No one will help you build you stuff. We can only render help when your code has a glitch.