Explore tweets tagged as #pythonchat
2
3
16
We've hit 60% funded! 13 days left in the @Socratica Python Kickstarter. If you want to see more #Python videos, please share/RT: ➡️ https://t.co/xh02ahSAZL >>> #Programming #Coding #PythonChat
0
6
4
"Python's dictionary comprehension: concise way to create dicts. Syntax: {key: value for item in iterable}. Example: {x: x**2 for x in range(5)} yields {0: 0, 1: 1, 2: 4, 3: 9, 4: 16}. #pythoncode #pythonchat #codechat #dataengineering
0
0
1
@PythonChat @Accolade in Seattle has a few #Python engineering roles that we are ready to hire for! Check out our career opportunities here: https://t.co/A5deM8RvPE
#Healthcaretech #Seattle #BestPlacesToWork
0
0
0
I just recently discovered @PythonChat... how have I missed this? Super cool
0
0
0
Retweeted ✨ Trey Hunner 🐍 (@treyhunner): I did a @PythonChat earlier live from @PyCon with over a dozen people, including @gvanrossum, the #Python BDFL 😄 #pycon2018
https://t.co/Wdi09JSi16
0
0
0
503 Service Unavailable – Server is overloaded or down. #pythocode #pythonchat #python #requests #codechat #coding #dataengineering #data
0
0
0
@PythonChat with any luck someone can end my confusion. I just started learning python on my own and from books mostly. I have an issue I don't understand. using a simple if statement I have to double indent my print statements. Why?
0
0
0
Use of dictionary comprehension after reading CSV file using pandas data = https://t.co/LKo08QYguU_csv('./datafile.csv') dict_data = {row_data['name']:row_data['number'] for index, row_data in data.iterrows()} #pythoncode #PYTHON #codechat #pythonchat #dataengineering #data
0
0
0
@treyhunner @PythonChat Hi,I Would like to see the topics on Django,Pygame,Machine Learning,AI using python. The future of Python in real world applications.Thank you☺👍
0
0
3
Python list slicing: Syntax: list[start:stop:step]. Example: nums = [0, 1, 2, 3, 4]; nums[1:4] gets [1, 2, 3], nums[::2] gets [0, 2, 4]. #pythoncode #pythonchat #codechat #dataengineering
0
0
0
@knowclarified You created Pythonchat to discuss JavaScript?
1
0
1
Learn how to build a game using #Python-#ChatGpt on the #Xrpl & #Algo Blockchains! Step by step guide here: https://t.co/JrPwnmBAGs
#PythonChat #XRPL #AlgoBlockchains #GameDevelopment #ProgrammingGuide #BlockchainTech #PythonGPT
4
2
3