NewStats: 3,263,913 , 8,181,864 topics. Date: Sunday, 08 June 2025 at 06:22 PM 2x1f6f6z3e3g |
Common good python programming practices you should know (14474 Views)
(1) Go Down)
gbolly1151(m): 9:04am On Nov 26, 2019 |
Hello this thread is open to post series of code in python that can less the amount of code written for simplicity in coding and creating your project with less code as possible. I wish this thread will be clean as possible hope the can grant the creator of each post power to screen out spammers |
gbolly1151(m): 9:14am On Nov 26, 2019 |
Am starting with list You can populate your list with a single line of code
3 Likes |
gbolly1151(m): 9:57am On Nov 26, 2019 |
|
gbolly1151(m): 10:31am On Nov 26, 2019 |
1 Like |
gbolly1151(m): 11:46pm On Nov 27, 2019 |
chidemavian: I personally called them cheat because they are short cut in getting things done....dont be offended if the naming sounds bad to you |
Nmeri17: 12:29am On Nov 28, 2019 |
Python sweet sha. Plenty syntactic sugar. If you're unlucky and get hooked, you may find it difficult to detach. Rough guess sha cuz I've only used it to setup an RPC server between my dominant language. It strikes me as very feminine — object and method name concision, package names, ease of use etc. Nice thread op 4 Likes |
gbolly1151(m): 7:43am On Nov 28, 2019 |
|
Ajibel(m): 3:54pm On Nov 28, 2019 |
Check out this link https://books.agiliq.com/projects/tweetable-python/en/latest/ You may enjoy what you see ![]() 2 Likes |
crunchyDope(m): 7:09pm On Nov 28, 2019 |
Nmeri17:Lol feminine language? this one loud and sounds true! too easy! 2 Likes |
gbolly1151(m): 12:24am On Nov 29, 2019 |
1 Like |
gbolly1151(m): 12:29am On Nov 29, 2019 |
|
gbolly1151(m): 11:28am On Nov 30, 2019 |
|
gbolly1151(m): 11:36am On Nov 30, 2019 |
|
gbolly1151(m): 12:02pm On Nov 30, 2019 |
|
gbolly1151(m): 12:45am On Dec 03, 2019 |
|
gbolly1151(m): 7:50am On Dec 06, 2019 |
|
Re: Common good python programming practices you should know by Nobody: 12:52am On Dec 08, 2019 |
gbolly1151:pls which tool can i use too execute a program like python 1 Like |
gbolly1151(m): 12:47pm On Dec 08, 2019 |
Jesse25:I don't really your question.... Do you mean IDE? |
melodyogonna(m): 1:13pm On Dec 08, 2019 |
Jesse25:the Python interpreter for your OS from Python. org 1 Like |
melodyogonna(m): 1:14pm On Dec 08, 2019 |
Nice thread OP
1 Like |
gbolly1151(m): 6:17pm On Dec 08, 2019 |
|
gbolly1151(m): 6:20pm On Dec 08, 2019 |
gbolly1151: Be careful when using this function because your system can be access through this....the eval() just help to run python script which means any python script can be run through eval() |
Re: Common good python programming practices you should know by Nobody: 11:56pm On Dec 08, 2019 |
gbolly1151:I mean the website I can use you run d program |
Re: Common good python programming practices you should know by Nobody: 11:58pm On Dec 08, 2019 |
gbolly1151:I mean the website I can use too run d program |
gbolly1151(m): 8:46am On Dec 09, 2019 |
Jesse25: Website for Hosting your code? |
gbolly1151(m): 9:19am On Dec 16, 2019 |
|
Samsonari: 11:37am On Dec 16, 2019 |
gbolly1151: Thanks ��� 1 Like |
gbolly1151(m): 11:26am On Dec 17, 2019 |
|
gbolly1151(m): 4:32pm On Dec 23, 2019 |
|
gbolly1151(m): 8:25am On Dec 31, 2019 |
#to get help info about any particular module or inbuilt function you can use help() let see how to use below print( help(int)) output:
|