IamPython
290 subscribers
148 photos
13 videos
8 files
195 links
This is Python based telegram group for web developers, Artificial intelligence, webscraping, Datascience, Data analysis, Ethical Hacking and more. You will learn lot insights and useful information
Download Telegram
Python runs fast on an Apple M1.

303,461 pystones/second on new Macbook Air

159,497 pystones/second on old Macbook Pro
(2.6/3.8 Ghz Haswell)
Python tip: Slice's are objects.

You can store them in variables or containers just as you would with a regular integer index.

>>> s = slice(6, 12)
>>> title = "Monty python's flying circus"
>>> title[s]
'python'
Use _ in python console to retrieve the result of the last statement
Today our DevSprint topic

The fastest way to build and share data apps for Datascience and Machine learning


Time 8PM IST


Note: this is not Django or Flask. But you thrilled to build great apps with no front end experience.

I will post link 3 hours before the session
IamPython
Today our DevSprint topic The fastest way to build and share data apps for Datascience and Machine learning Time 8PM IST Note: this is not Django or Flask. But you thrilled to build great apps with no front end experience. I will post link 3 hours…
2 hours 20 mins to go


Topic: DevSprint - The fastest way to build and share data apps
Time: Dec 26, 2020 08:00 PM IST (India Standard Time)

Join Zoom Meeting
https://us02web.zoom.us/j/84845248145

Meeting ID: 848 4524 8145
One tap mobile
+13017158592,,84845248145# US (Washington D.C)
+13126266799,,84845248145# US (Chicago)
Please join our weekly DevSprint now .. use above zoom meeting
Modules and commands to create virtual environment your local

Mac
$ pip install virtualenv
$ virtualenv —version
$ virtualenv venv
$ source venv/bin/activate


Windows
To install (make sure virtualenv is already installed):

$ pip install virtualenvwrapper-win
$ mkvirtualenv project_folder
$ workon project_folder
$ deactivate
$ rmvirtualenv venv
$ lsvirtualenv
I have asked this question on iampython Instagram account yesterday. 50% voted yes, but answer is No. FYI.
Subject : A Year in Review & Extend Gratitude

We made it! With 2021 just a day away, we here at Python Developers Telegram group had many DevSprints, Coding discussions, 500+ valuable posts, 2300+ python enthusiast connections (all over groups) and also answered many questions posted in the group. I am proud to have helped so many people connect virtually to continue learning when they are reached me but still this is not enough.

Don't ever stop learning as it is a way to success. Coming up with huge ideas in 2021 to connect with 1Million developers through all “iampython” social platforms.


At the end of what’s been an incredibly challenging year, I wanted to take a moment to say thank you each and everyone.

Cheers to 2021 and our continued learning!

Best,
Raja Mahendra P
We are connecting tomorrow evening at 8PM IST for Weekly DevSprint.

Topic : Django CV Builder

Presented By : Nithin

Meeting link will be shared later
If anyone interested come forwarded share you coding and project experiences to our global community
I have a question if you would like to answer it

Can you name one database which is real-time and No SQL?
Join new group for Artificial intelligence and Datascience

https://chat.whatsapp.com/J1zYe6aakza9TCVaGZiTwJ
You will understand basic idea about Python Django project
Release dates of programming languages.
Python datetime libraries useful in projects