Tweet
Hey folks there are some rules to name a variable in python let's find out 👉👉
#100DaysOfCode #Python #buildinpublic #pythonlearning
Day 33 of #100DaysOfCode finished building my first API for my own project. Super excited and can't wait to build more. #startup #startups #API #CodeNewbie #buildinginpublic #buildinpublic #Python #pythonprogramming #pythonlearning
Day 32 of #100daysofcode decided I will build a prototype API to get the idea across and to apply to accelerators. Super excited. But did test some new features but would be computationally too expensive.
#Python #pythonprogramming #pythonlearning #startups #buildinpublic #code
So my auto tweeting tool, which I call Autweets, is working as expected.
Next step is to write a lot of tweets and queue them in my google sheet.

#buildinpublic #pythonlearning
turns out, repl (dot) it automatically shuts down your server if there is no activity on it. Saw a YT video and sorted that issue, uptime robot - it is a free pinging tool and it helped, so all good for now 🤞🤞

#buildinpublic #pythonlearning
So I created a server that will run 24*7(hopefully), the tweet before this is when I stared the code. If I have done everything right, we should see a new tweet at around 11:35 PM tonight!

#buildinpublic #pythonlearning
So far I have managed to get that script working, my script is now posting tweets on my behalf. :)
I also managed to integrate google sheet to this script, now I can keep adding tweets in my gsheet and it will be automatically tweeted!
#buildinpublic #pythonlearning
I tweeted that I am going to build in public, but forgot to mention what I am trying to build. The goal is to write a python script that tweets on my behalf automatically.
#buildinpublic #pythonlearning
Trying the build in public thing.
The enthusiasm might not last till Monday, but still worth a try.
#buildinpublic #pythonlearning
Uber uses AI, Data Science to manage their fleet, make predictions of future demand, etc. If you want to understand register and do attend this session.
techlearn.live/course/how-ube…
#Uber #pythonlearning #Python3 #Developer #buildinpublic #register
Day 40: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Python standard library
- Scope and Namespaces
- Errors and handling multiple exceptions
- Datetime classes
- Formatting, Parsing datetime

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #python
Day 39: #100DaysOfCode
#pythonlearning

Today I've revised concepts of OOP:
- Classes, Objects
- Instance, Class Attributes
- Instance, Class, Static methods
- Inheritance/multi level, Composition, Overriding

#100daysofcodechallenge #nxtwave #learninpublic #buildinpublic #python
Day 38: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Inheritance
- Super class, Sub class
- Calling super class methods
- Composition, Overriding methods
- Multi level inheritance

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 37: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Instance, Class attributes
- Accessing using self, objects, class
- Instance, Class, Static methods

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 36: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Attributes of object
- Modeling a class
- Updating attributes
- Accessing in other methods

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 35: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Introduction to OOPS
- Classes, encapsulation
- Instance of class, objects
- Method arguments, return values

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 34: #100DaysOfCode
#pythonlearning

Today I've learned about:
- dictionary methods: copy, get
- len(), clear() operations
- variable length arguments
- multiple keyword arguments, unpacking

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 33: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Dictionaries: key-value pairs
- create, access items
- membership check
- adding, modifying, deleting
- iterating, dictionary views

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 32: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Nested lists
- Accessing items in nested lists
- String formatting, placeholders

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 30: #100DaysOfCode
#pythonlearning

Today I've learned about:
- sets : create, add, remove items
- finding length, iteration
- set union, intersection, difference
- subset, superset, disjoint

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 29: #100DaysOfCode
#pythonlearning

Today I've learned about:
- List methods
- append, extend, insert, index
- pop, remove, clear, sort
- Tuples, different operations
- tuple packing & unpacking

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 27: #100DaysOfCode
#pythonlearning

Today I've completed my first growth cycle. I've learned about HTML, CSS, and basic python fundamentals.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 26: #100DaysOfCode
#pythonlearning

Today I've learned about:
- function arguments
- keyword arguments
- positional arguments
- default values
- immutable objects

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 25: #100DaysOfCode
#pythonlearning

Today I've learned about:
- functions
- defining, calling function
- returning value
- built-in functions

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 23: #100DaysOfCode
#pythonlearning

Today I've learned about:
- lists and strings
- splitting: split()
- separator
- joining: join()
- negative indexing
- reversing lists

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 22: #100DaysOfCode
#pythonlearning

Today I've practiced codes on creating lists, indexing, converting strings to lists, list repetition etc.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 21: #100DaysOfCode
#pythonlearning

Today I've learned about:
- objects
- identity of an object
- finding ID : id()
- modifying lists

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 20: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Lists, nested lists
- accessing items in list
- list iterating
- list slicing, concatenation
- extended slicing
- converting to lists

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 19: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Floor division operator
- Compound assignment operators
- Escape characters
- New line, Tab space
- Single quote, Double quote

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 18: #100DaysOfCode
#pythonlearning

Today I've practiced codes for patterns like hollow diamonds, hollow pyramid shapes, hollow triangles.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 17: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Rounding numbers
- Floating point approximation
- Floating point errors
- Comments

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 16: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Comparing strings
- Unicode
- ord(), chr()
- unicode ranges
- naming variables, keywords
- case styles

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 16: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Comparing strings
- Unicode
- ord(), chr()
- unicode ranges
- naming variables, keywords
- case styles

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 13: #100DaysOfCode
#pythonlearning

Today I've learned about nested loops
- while loop inside while loop
- while loop inside for loop

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 14: #100DaysOfCode
#pythonlearning

Today I've practiced codes on different types of pyramid patterns using nested loops.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 6: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Nested conditional statements
- Nested conditions in if & else statements
- Multiple Else-if statements
- Problem Solving & Debugging

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #python
Day 7: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Introduction to loops
- While loop
- Initialization, Termination, Updation
- Problem Solving & Debugging

#100daysofcodechallenge #nxtwave #ccbp #learnInPublic #buildinpublic #python
Day 10: #100DaysOfCode
#pythonlearning

Today I've Practiced:
- Codes for Star Patterns with different shapes
- revised concepts of while, for loops

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 11: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Extended string slicing
- Introduction to string methods
- isdigit(), strip(), lower(), upper()
- startswith(), endswith(), replace()

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 12: #100DaysOfCode
#pythonlearning

Today I've completed solving some of the codes from the assignment using the concepts of loops, conditional statements and string methods.

#100daysofcodechallenge #nxtwave #ccbp #learninpublic #buildinpublic #python
Day 5: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Introduction to Conditional Statements
- if statement
- else statement
- else if statement
- possible indentation mistakes

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python
Day 4: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Logical Operators

written codes for:
- Comparing digits
- Finding greater than or less than test cases
- Comparing characters

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python
Day 3: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Relational Operators
- Common mistakes we do while using these operators
- Comparing Integers
- Comparing Floats
- Comparing Strings

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python
Day 2: #100DaysOfCode
#pythonlearning

Today I've learned about:
- Input/Output basics
- String concatenation
- String Repetition
- Length of string
- Accessing characters in string
- Type conversions

#100daysofcodechallenge #nxtwave #ccbp #LearnInPublic #buildinpublic #Python
Day 58:
-> I practiced 8 questions in Python. #pythoncode
-> Along side that I had to complete 3 other college assignments all among which I got introduced to this topic of Hashing and Collision in DSA.
#100DaysOfCode #pythonlearning #pythoncode #buildinpublic #coding
Forgot to add #buildinpublic 😅

What's in the tweet 👇

1 Why we need functions
2 How to create them
3 calling a function
4 arguments
5 args vs parameters
6 multiple args
7 Return
8 scope
9 default args

#pythonlearning
#Python3
twitter.com/PatniShubh/sta…
Here's everything you need to know about functions in Python as a Beginner

A Thread 🧵