Discover and read the best of Twitter Threads about #pythonprogramming

Most recents (24)

๐ŸPython is easy!

You can learn enough #Python in 8-10 hours to pick the rest up with active practice.

Here are my top 5 #free places to catch the basics:

๐Ÿงต๐Ÿ‘‡
1/ Codeacademy (where I first learnt Python) -
lnkd.in/eZnqKD_x
2/ MITx 6.0001 (this series is a brilliant intro to CS) -
lnkd.in/eeBXsQqr
Read 7 tweets
โœ Day 12 - Series on #Python ๐Ÿค– with @Sachintukumar๐Ÿ“

๐Ÿ“ข Topic of Day - " Glob Module in Python "

๐Ÿงต๐Ÿ‘‡
' With the help of the Python #glob #module, we can search for all the path names which are looking for files matching a specific pattern (which is defined by us). The specified pattern for file matching is defined according to the rules dictated by the #Unix shell.

#SQL
The result obtained by following these rules for specific pattern file matching is returned in arbitrary order in output of program While using file matching pattern we have to fulfil some requirements of the glob #module because the module can travel through the list of the file
Read 5 tweets
๐Ÿ’ป Hey Folks ๐Ÿ˜€

โœ Day 8 - Series on #Python Projects

๐Ÿงต๐Ÿ‘‡
๐Ÿ™ ๐๐ข๐  ๐’alute ๐ญ๐จ Shri @amankk_9 sir for providing such a great Content

โœ In this Project I Done a Algorithmic Trading using #Python

#pythonprogramming #60daysofcodechallenge #PythonbySk #100daysofcodechallenge #100dayswithpython
#60dayswithpython #30dayswithpython
Read 5 tweets
๐Ÿ’ป Hey Folks ๐Ÿ˜€

โœ Day 7 - Series on #Python Projects

๐Ÿงต๐Ÿ‘‡
โœ In this Post I create EDA PROJECT ON SUICIDE CASES IN INDIA
using #Python

* Find insights about - suicide due to unemployment
- #suicide cause
- #gender plays any role
-#age group mostlikely to suicide
#state having highest count
#least suicide case

github.com/sachinkumar160โ€ฆ
Read 4 tweets
๐Ÿ’ป Hey Folks ๐Ÿ˜€

โœ Day 5๏ธโƒฃ - Series on #Python

๐Ÿงต๐Ÿ‘‡
๐Ÿ™ ๐๐ข๐  ๐’alute ๐ญ๐จ Shri @Alex_TheAnalyst Sir for providing such a great Content

โœ In this Post I created a BMI Calculator in #Python Image
๐Ÿ“ข Github Project Link - ( Request to every learners to must check )github.com/sachinkumar160โ€ฆ

#pythonprogramming #Data #PythonbySk #100dayswithpython
#60dayswithpython #30dayswithpython
Read 4 tweets
๐Ÿ‘‹Are you interested in #dataviz?

โญ๏ธI created 8 free online projects on the topic!๐Ÿ˜€

Please let me introduce them:

๐Ÿงต.. A classification of chart types based on input data format
Everything started with the R graph gallery:

A collection of hundreds of graphs made with #rstats, always with explanation and code. (often using ggplot2)

r-graph-gallery.com
Since it worked well, I created the equivalent for all my #pythonprogramming friends!

@matplotlib and Seaborn are very good tool too!

python-graph-gallery.com
Read 10 tweets
Learn SQL projects for Data Analysis and add to your portfolio for free ๐Ÿฅณ

Projects for the portfolio are very important. These projects will improve your skills

A thread ๐Ÿงต๐Ÿ‘‡
1.
2.
Read 9 tweets
Blender Scripting / DUNDERS IN BLENDER ๐Ÿ”ฎ

A thread ๐Ÿ‘‡๐Ÿป

#b3d #blender #blendercommunity #Python #pythonprogramming #script
Blender's Python API lets you manipulate data like objects, materials, etc. in a blend file.

But, have you ever wondered what would happen if you called the add operator (+) on two objects?

Or when you multiply (*) an object by a number?
Of course, Blender would throw an error saying unsupported operand types. ๐Ÿ™‚

But, if you think about it, whenever you call an operator like the + operator, Python is calling the respective double underscore method.

In this case, it will call the __add__ method.
Read 21 tweets
How to Find Factorial in Three Effective Ways

๐ŸงตStep by Step Solution

#Python #pythonprogramming #DataScience #DataAnalytics #Data #MachineLearning #Python

๐Ÿ‘‡๐Ÿป
๐ŸšฉProblem

Write a program which can compute the factorial of a given number.

Suppose the following input is supplied to the program:
4
Then, the output should be:
24

Hints:
In case of input data being supplied to the question, it should be assumed to be a console input.

๐Ÿ‘‡๐Ÿป
๐Ÿ’กConcept of Factorial

- Factorial of 5 = 1 x 2 x 3 x 4 x 5 = 120
- Factorial of 0 = 1
- Factorial of 1 = 1
- Factorial of 2 = 1 x 2 = 2
- Factorial of -1 = Does not exist

๐Ÿ‘‡๐Ÿป Image
Read 9 tweets
Ever wondered what algorithm can sum a list/array the fastest in Python? Here's a surface level overview

A Thread ๐Ÿงต๐Ÿ‘‡

#python3 #pythonic #pythonprogramming #programming #Algorithms #DataScience Image
First of we generated a random list of "1000000" numbers to feed all the algorithms.

This very first algorithm uses the built-in sum method. Its the easiest one to implement. Image
Second algorithm is just the traditional approach of creating a variable and then using a for loop to add the sum into it. Image
Read 8 tweets
A #Thread ๐Ÿงต on all the python libraries which are used in trading.

Save it for later.

#python #trading #stockmarket #trader #pythonprogramming #pythonlibraries #numpy #pandas #coding #Blog
Read 6 tweets
Beginner ๐˜ƒ๐˜€ Expert Programmers.

A Thread.๐Ÿงต

Coding / #coding / #python3 / #pythonprogramming / #programming / #developer / #code / #CodeNewbie / #100DaysOfCode / #codinglife
Read 9 tweets
๐Ÿ”ด Computer Vision Tutorial 4๏ธโƒฃ: Edge detection
๐ŸŸก Jupyter Notebook ๐Ÿ“’ in second tweet.

Check this out ๐Ÿ‘‡

#programming #MachineLearning #DataScience #pythonprogramming #CodeNewbie #pythoncode #100daysofcode #pythontricks #pythonprojects #100daysofcodechallenge #python #opencv
๐Ÿ”ต Find Jupyter Notebook ๐Ÿ“’ โฌ‡๏ธ
github.com/patchy631/twitโ€ฆ
Hope you enjoyed reading!! ๐Ÿ“–

Follow me if you are interested in:
โœ… Python ๐Ÿ
โœ… Machine learning ๐Ÿค–
โœ… Computer Vision ๐ŸŽฅ
โœ… MlOps โš’๏ธ

Retweet ๐Ÿ” the first tweet ๐Ÿฅ .
Cheers!! ๐Ÿป
Read 3 tweets
๐Ÿ”ด Pandas ๐Ÿผ Tutorial 3๏ธโƒฃ
๐ŸŸก Iterrows ๐Ÿคœ ๐Ÿค› Itertuples

Check this out ๐Ÿ‘‡

#programming #MachineLearning #DataScience #pythonprogramming #CodeNewbie #pythoncode #100daysofcode #pythontricks #pythonprojects #100daysofcodechallenge #python #Pandas
Find Jupyter Notebook ๐Ÿ“’ โฌ‡๏ธ
github.com/patchy631/twitโ€ฆ
Read 4 tweets
2/n
Following tips may boost model performance across different network structures with up to 5% (mAP or mean Average Precision) without increasing computational costs in any way.

#computervision #pytorch #deeplearning #deeplearningai #100daysofmlcode #neuralnetworks #AI
3/n
Visually Coherent Image Mix-up for Object Detection. This has already been proven to be successful in lessening adversarial fears in network classification after testing it on COCO 2017 and PASCAL datasets with YOLOv3 models.
#computervision #pytorch
Read 13 tweets
Preparing for a technical interview for a #DataScience position? These are some of the questions that typically allow me as an interviewer to quickly distinguish between juniors and mediors, including some quick tips ๐Ÿงต. #Python #pythonprogramming #DataScientist #Jobs
All questions about SQL. Not the hardest thing to learn, but many #DataScientists only start to learn the value of SQL when they actually become part of a dev team. Iโ€™m not only talking about SELECT * FROM table, but also about joins, truncates, partitions and constraints.
Interacting with an API. Make sure you know your requests (GET, POST, PUT, DELETE, PATCH), as well as the #Python requests library.
Read 10 tweets
#DataScientist in a software dev team and #pythonprogramming code for production pipelines? You should think carefully about scalability and integration. One of the things to consider is datatypes, here are some helpful tips ๐Ÿงต
#Python is a dynamically typed language, but that doesn't mean you shouldn't care about types. Know you dtypes, from "str" to "bool" to "int8" to "float64", and understand their memory footprint and restrictions. Especially when working with larger objects, choose wisely.
Loose the strings. 9/10 times strings can be replaced by categoricals (Pandas) or even better by Enums (docs.python.org/3/library/enumโ€ฆ). This can reduce memory footprint of large dataframes with >30%, and improves performance.
Read 8 tweets
Top 10 Github Repositories to Learn Python

๐Ÿงต thread โ†“

#python #pythonprogramming #pythonlearning #github
1. The Algorithms

The Algorithms/Python repo is one of the most starred and forked Python GitHub repo on and thereโ€™s a good reason behind its popularity.

github.com/TheAlgorithms/โ€ฆ
2. vinta/awesome-python

The Awesome Python repo is the second entry in our list of top GitHub Repos for learning Python to feature such crazy high statistics.

github.com/vinta/awesome-โ€ฆ
Read 12 tweets
Do you know #Python "Data Classes"

They are a great Python feature that can help you write less code

๐ŸงตLet's find out more๐Ÿ‘‡
1๏ธโƒฃ dataclass decorator adds generated methods
- __init__
- __repr__
- __eq__

to the class and returns the same class it was given. This module provides a deco...
2๏ธโƒฃ Generated __init__ method takes all fields as function parameters. Their values are set to instance attributes with the same names.

Fields are defined as type annotated class attributes.

For example, you can define User with fields id and name.๐Ÿ‘‡ A dataclass is a Python mod...
Read 9 tweets
Today, I'm starting to learn Python ๐Ÿ (finally).
So I want to share with you this killer websites to learn this Powerful Language ๐Ÿ”ฅ

Thread ๐Ÿงต

#DEVCommunity #Python #coding #Programming #pythonprogramming #100DaysOfCode
1๏ธโƒฃ Tutorialspoint.

tutorialspoint.com/python
2๏ธโƒฃ CodeAcademy.

codecademy.com/learn/learn-pyโ€ฆ
Read 9 tweets
Our topic of today is a "PRINT FUNCTION" in python.

#SSOT #PYTHON #pythonlearning #Python #pythonprogramming #CyberSecurity #softwaredevelopment
In Python, the command print tells the program to display words or numbers on the screen. Here's a line of code that tells Python to display the words โ€œHello, World!โ€

print("Hello, World!")
print is a keywordโ€”that is, a word that has special meaning for Python. It means, "Display whatโ€™s inside the parentheses." Note that print isn't capitalized. If you capitalize it, the program wonโ€™t run.
Read 9 tweets
Today we are going to talk about "DATA TYPES IN PYTHON"
Just follow the thread till the end.

#pythonprogramming #pythonlearning #SSOT #python
What is data type in python programming?

In python programming, a data type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data.
In python programming, data type is an important concept.

Variables can store data of different types, and different types can do different things.

Python has the following data types built-in by default, in these categories:
Read 12 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!